Re: [PATCH v1] soc/tegra: Make regulator couplers depend on CONFIG_REGULATOR

From: Dmitry Osipenko
Date: Sun Jul 11 2021 - 20:39:31 EST


21.06.2021 19:07, Dmitry Osipenko пишет:
> The regulator coupler drivers now use regulator-driver API function that
> isn't available during compile-testing. Make regulator coupler drivers
> depend on CONFIG_REGULATOR in Kconfig.
>
> Fixes: 03978d42ed0d ("soc/tegra: regulators: Bump voltages on system reboot")
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
> ---
> drivers/soc/tegra/Kconfig | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)

Thierry, should this patch go into 5.14-rc2 fixes? Please take care of
it if yes.