diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-02 18:18:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-02 18:18:57 -0400 |
commit | 25b8acee2ea11a9edc100c42a61f5d6187eb6167 (patch) | |
tree | 9ef7799b64b242ee0531e3c5af0f522778dc89e0 /boot | |
parent | 10d615f2fcc0d2ef1d611844eb6032fe0fca8afd (diff) | |
download | u-boot-25b8acee2ea11a9edc100c42a61f5d6187eb6167.tar.gz u-boot-25b8acee2ea11a9edc100c42a61f5d6187eb6167.tar.bz2 u-boot-25b8acee2ea11a9edc100c42a61f5d6187eb6167.zip |
Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"
Unfortunately, we require additional logic to buildman to support this
removal and still use SYS_SOC, etc, for build targets.
This reverts commit eeec00072d7a0b5b91896d014618e558ce438738.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 0514d3b3f8..394b26f246 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -339,6 +339,19 @@ config OF_STDOUT_VIA_ALIAS incorrect when used with device tree as this option does not exist / should not be used. +config SYS_EXTRA_OPTIONS + string "Extra Options (DEPRECATED)" + help + The old configuration infrastructure (= mkconfig + boards.cfg) + provided the extra options field. If you have something like + "HAS_BAR,BAZ=64", the optional options + #define CONFIG_HAS + #define CONFIG_BAZ 64 + 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. + config HAVE_SYS_TEXT_BASE bool depends on !NIOS2 && !XTENSA |