diff options
author | Simon Glass | 2022-07-11 19:04:07 -0600 |
---|---|---|
committer | Tom Rini | 2022-08-05 11:47:56 -0400 |
commit | 5579ce747d1401b7ff8ed90ed616654474d9382b (patch) | |
tree | 416f8e61de0bf777710ba8e70f9cbf4e2c63c943 /boot/Kconfig | |
parent | 256126c29434a93584b6043b1c1d1c6dbbc340db (diff) |
Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""
This is not needed now that CONFIG_SYS_TARGET_NAME is correctly determined
when scanning Kconfig.
This reverts commit 25b8acee2ea11a9edc100c42a61f5d6187eb6167.
Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'boot/Kconfig')
-rw-r--r-- | boot/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 150373947d5..eddb0c6b318 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -452,19 +452,6 @@ 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 |