aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-10 21:14:31 -0600
committerTom Rini <trini@konsulko.com>2021-07-28 14:29:37 -0400
commit9ca00684db9d4c2b5973a764ba7826c71e931f16 (patch)
tree552502c014328c74e0ddab23a878a58c8a1c0a4b /arch/Kconfig
parent83061dbd1c893a9abd1b2566785e100448e3f6a3 (diff)
downloadu-boot-9ca00684db9d4c2b5973a764ba7826c71e931f16.zip
u-boot-9ca00684db9d4c2b5973a764ba7826c71e931f16.tar.gz
u-boot-9ca00684db9d4c2b5973a764ba7826c71e931f16.tar.bz2
Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC
Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 603e6e7..b6f9e17 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -229,7 +229,7 @@ config X86
# Thing to enable for when SPL/TPL are enabled: SPL
imply SPL_DM
imply SPL_OF_LIBFDT
- imply SPL_DRIVERS_MISC_SUPPORT
+ imply SPL_DRIVERS_MISC
imply SPL_GPIO
imply SPL_PINCTRL
imply SPL_LIBCOMMON_SUPPORT
@@ -243,7 +243,7 @@ config X86
imply SPL_SYSCON
# TPL
imply TPL_DM
- imply TPL_DRIVERS_MISC_SUPPORT
+ imply TPL_DRIVERS_MISC
imply TPL_GPIO
imply TPL_PINCTRL
imply TPL_LIBCOMMON_SUPPORT