X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Kconfig;h=48a80beab6853d1461f277229625aa066d75a4e7;hb=4ef360dd6a65f6ef337645e1b65e744034754b19;hp=a90d9f9e268be8dac93cba2a699569884768e167;hpb=becfc5e97cbab00b25a592aabc36838ec7217d1f;p=linux-2.6-microblaze.git diff --git a/Kconfig b/Kconfig index a90d9f9e268b..48a80beab685 100644 --- 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" + +source "fs/Kconfig.binfmt" + +source "mm/Kconfig" + +source "net/Kconfig" + +source "drivers/Kconfig" + +source "fs/Kconfig" + +source "security/Kconfig" + +source "crypto/Kconfig" + +source "lib/Kconfig" + +source "lib/Kconfig.debug"