diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-10 21:14:24 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-28 14:27:54 -0400 |
commit | 933b2f09cbbb7b01af415d204b712b3f93c04dde (patch) | |
tree | bd06e9ec57a772b1570283a03c1e66c0e8e25f7e /common | |
parent | 9d910b76f70166b7b0b271710a92eaa289b011c6 (diff) | |
download | u-boot-933b2f09cbbb7b01af415d204b712b3f93c04dde.tar.gz u-boot-933b2f09cbbb7b01af415d204b712b3f93c04dde.tar.bz2 u-boot-933b2f09cbbb7b01af415d204b712b3f93c04dde.zip |
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 'common')
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index c0183521d2..56c515bd6b 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -1034,7 +1034,7 @@ config SPL_DM_RESET by using the generic reset API provided by driver model. This enables the drivers in drivers/reset as part of an SPL build. -config SPL_POWER_SUPPORT +config SPL_POWER bool "Support power drivers" help Enable support for power control in SPL. This includes support |