| # For a description of the syntax of this configuration file, |
| # see Documentation/kbuild/kconfig-language.txt. |
| mainmenu "U-Boot $UBOOTVERSION Configuration" |
| option env="UBOOTVERSION" |
| option env="KCONFIG_OBJDIR" |
| default "configs/sandbox_defconfig" |
| depends on $KCONFIG_OBJDIR="spl" || $KCONFIG_OBJDIR="tpl" |
| depends on $KCONFIG_OBJDIR="tpl" |
| prompt "Enable SPL" if !SPL_BUILD |
| If you want to build SPL as well as the normal image, say Y. |
| prompt "Enable TPL" if !SPL_BUILD |
| If you want to build TPL as well as the normal image and SPL, say Y. |
| string "Extra Options (DEPRECATED)" |
| The old configuration infrastructure (= mkconfig + boards.cfg) |
| provided the extra options field. It you have something like |
| "HAS_BAR,BAZ=64", the optional options |
| will be defined in include/config.h. |
| This option was prepared for the smooth migration from the old |
| configuration to Kconfig. Since this option will be removed sometime, |
| new boards should not use this option. |