summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-16 16:32:58 +0900
committerTom Rini <trini@ti.com>2014-09-24 18:30:28 -0400
commited36323f6d217050f82a2200475959b8557a47e4 (patch)
treec46b1240254585378fa099a833dc2cc1adc8f45b /Kconfig
parenta03bdaa1408be4e8b6adfc8577a0ceac3ebc51e5 (diff)
kconfig: add blank Kconfig files
This would be useful to start moving various config options. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index cbb691e160..fc5e7cd47b 100644
--- a/Kconfig
+++ b/Kconfig
@@ -91,7 +91,7 @@ config SYS_EXTRA_OPTIONS
depends on !SPL_BUILD
help
The old configuration infrastructure (= mkconfig + boards.cfg)
- provided the extra options field. It you have something like
+ provided the extra options field. If you have something like
"HAS_BAR,BAZ=64", the optional options
#define CONFIG_HAS
#define CONFIG_BAZ 64
@@ -103,3 +103,13 @@ config SYS_EXTRA_OPTIONS
endmenu # Boot images
source "arch/Kconfig"
+
+source "common/Kconfig"
+
+source "net/Kconfig"
+
+source "drivers/Kconfig"
+
+source "fs/Kconfig"
+
+source "lib/Kconfig"