From: Thierry Reding Date: Wed, 4 May 2022 09:08:14 +0000 (+0200) Subject: soc/tegra: pmc: Select REGMAP X-Git-Tag: for-5.19/block-exec-2022-06-02~33^2~5^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9767d1be1529c40469d1bbdc457953f88fa1dca7;p=linux-block.git soc/tegra: pmc: Select REGMAP Commit 9d5e7c3e36eb ("soc/tegra: pmc: Provide USB sleepwalk register map") introduced a dependency on the regmap infrastructure, so select the corresponding Kconfig entry. This avoids failures in random builds that may otherwise end up having SOC_TEGRA_PMC enabled but not REGMAP. Signed-off-by: Thierry Reding --- diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig index 8b53ed1cc67e..5725c8ef0406 100644 --- a/drivers/soc/tegra/Kconfig +++ b/drivers/soc/tegra/Kconfig @@ -146,6 +146,7 @@ config SOC_TEGRA_PMC select GENERIC_PINCONF select PM_OPP select PM_GENERIC_DOMAINS + select REGMAP config SOC_TEGRA_POWERGATE_BPMP def_bool y