kconfig: include common Kconfig files from top-level Kconfig
[sfrench/cifs-2.6.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index a90d9f9e268be8dac93cba2a699569884768e167..1a5c0a5d4ea1f6804cdcca5b811ca36a64cda148 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -9,4 +9,24 @@ comment "Compiler: $(CC_VERSION_TEXT)"
 
 source "scripts/Kconfig.include"
 
-source "arch/$(SRCARCH)/Kconfig"
+source "init/Kconfig"
+
+source "kernel/Kconfig.freezer"
+
+menu "Executable file formats"
+source "fs/Kconfig.binfmt"
+endmenu
+
+source "mm/Kconfig"
+
+source "net/Kconfig"
+
+source "drivers/Kconfig"
+
+source "fs/Kconfig"
+
+source "security/Kconfig"
+
+source "crypto/Kconfig"
+
+source "lib/Kconfig"