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>
This commit is contained in:
Simon Glass
2021-07-10 21:14:24 -06:00
committed by Tom Rini
parent 9d910b76f7
commit 933b2f09cb
88 changed files with 93 additions and 93 deletions

View File

@@ -89,7 +89,7 @@ static int phycore_init(void)
if (ret)
return ret;
#if defined(CONFIG_SPL_POWER_SUPPORT)
#if defined(CONFIG_SPL_POWER)
/* Increase USB input current to 2A */
ret = rk818_spl_configure_usb_input_current(pmic, 2000);
if (ret)