X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=Kconfig;h=e0c899210e1445258fad6269e7f7b88dbb138a16;hp=cbb691e160868a16293229854cd13517c79bcde4;hb=42c23dd2aafea0a1de7b8acbe1d2515eb25fee73;hpb=2c19478e01ab145c8b3a1f5b1beca9958d942e98 diff --git a/Kconfig b/Kconfig index cbb691e160..e0c899210e 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,15 @@ config SYS_EXTRA_OPTIONS endmenu # Boot images source "arch/Kconfig" + +source "common/Kconfig" + +source "dts/Kconfig" + +source "net/Kconfig" + +source "drivers/Kconfig" + +source "fs/Kconfig" + +source "lib/Kconfig"