Re: [PATCH 1/6] misc: ub251xb: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR

2023-02-28 Thread Simon Glass
On Mon, 27 Feb 2023 at 18:55, Marek Vasut wrote: > > The DM_REGULATOR symbol has SPL counterpart in: > drivers/power/regulator/Kconfig:config SPL_DM_REGULATOR > Use CONFIG_IS_ENABLED() macro to match on the correct > variant depending on the build stage. > > Signed-off-by: Marek Vasut > --- >

[PATCH 1/6] misc: ub251xb: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR

2023-02-27 Thread Marek Vasut
The DM_REGULATOR symbol has SPL counterpart in: drivers/power/regulator/Kconfig:config SPL_DM_REGULATOR Use CONFIG_IS_ENABLED() macro to match on the correct variant depending on the build stage. Signed-off-by: Marek Vasut --- Cc: Anatolij Gustschin Cc: Jaehoon Chung Cc: Marek Vasut Cc: