This converts 2 usages of this option to the non-SPL form, since there is
no SPL_PMIC_STPMIC1 defined in Kconfig
Signed-off-by: Simon Glass <sjg@chromium.org>
int result = 0, ret;
struct udevice *dev;
- if (!CONFIG_IS_ENABLED(PMIC_STPMIC1)) {
+ if (!IS_ENABLED(CONFIG_PMIC_STPMIC1)) {
stm32prog_err("PMIC update not supported");
return -EOPNOTSUPP;
int ret;
struct udevice *dev;
- if (!CONFIG_IS_ENABLED(PMIC_STPMIC1)) {
+ if (!IS_ENABLED(CONFIG_PMIC_STPMIC1)) {
stm32prog_err("PMIC update not supported");
return -EOPNOTSUPP;