diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-11 06:14:24 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-28 21:27:54 +0300 |
commit | 933b2f09cbbb7b01af415d204b712b3f93c04dde (patch) | |
tree | bd06e9ec57a772b1570283a03c1e66c0e8e25f7e /arch/arm/Kconfig | |
parent | 9d910b76f70166b7b0b271710a92eaa289b011c6 (diff) | |
download | u-boot-933b2f09cbbb7b01af415d204b712b3f93c04dde.tar.xz |
Rename SPL_POWER_SUPPORT to SPL_POWER
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9de97cc101..2b5e7a8699 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1023,7 +1023,7 @@ config ARCH_SUNXI imply SPL_LIBCOMMON_SUPPORT imply SPL_LIBGENERIC_SUPPORT imply SPL_MMC_SUPPORT if MMC - imply SPL_POWER_SUPPORT + imply SPL_POWER imply SPL_SERIAL_SUPPORT imply USB_GADGET |