2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
5 mainmenu "U-Boot $UBOOTVERSION Configuration"
9 option env="UBOOTVERSION"
13 option env="KCONFIG_OBJDIR"
19 default "configs/sandbox_defconfig"
25 depends on $KCONFIG_OBJDIR="spl" || $KCONFIG_OBJDIR="tpl"
30 depends on $KCONFIG_OBJDIR="tpl"
35 prompt "Enable SPL" if !SPL_BUILD
36 default y if SPL_BUILD
38 If you want to build SPL as well as the normal image, say Y.
43 prompt "Enable TPL" if !SPL_BUILD
44 default y if TPL_BUILD
47 If you want to build TPL as well as the normal image and SPL, say Y.
49 config SYS_EXTRA_OPTIONS
50 string "Extra Options (DEPRECATED)"
53 The old configuration infrastructure (= mkconfig + boards.cfg)
54 provided the extra options field. It you have something like
55 "HAS_BAR,BAZ=64", the optional options
58 will be defined in include/config.h.
59 This option was prepared for the smooth migration from the old
60 configuration to Kconfig. Since this option will be removed sometime,
61 new boards should not use this option.
63 endmenu # General setup