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 depends on $KCONFIG_OBJDIR="spl" || $KCONFIG_OBJDIR="tpl"
24 depends on $KCONFIG_OBJDIR="tpl"
29 prompt "Enable SPL" if !SPL_BUILD
30 default y if SPL_BUILD
32 If you want to build SPL as well as the normal image, say Y.
37 prompt "Enable TPL" if !SPL_BUILD
38 default y if TPL_BUILD
41 If you want to build TPL as well as the normal image and SPL, say Y.
43 config SYS_EXTRA_OPTIONS
44 string "Extra Options (DEPRECATED)"
47 The old configuration infrastructure (= mkconfig + boards.cfg)
48 provided the extra options field. It you have something like
49 "HAS_BAR,BAZ=64", the optional options
52 will be defined in include/config.h.
53 This option was prepared for the smooth migration from the old
54 configuration to Kconfig. Since this option will be removed sometime,
55 new boards should not use this option.
57 endmenu # General setup