aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2022-05-04 11:08:14 +0200
committerThierry Reding <treding@nvidia.com>2022-05-04 11:09:49 +0200
commit9767d1be1529c40469d1bbdc457953f88fa1dca7 (patch)
treed159f500c164b8d1e66e10ceab960bb61f2084ae /drivers/soc
parentsoc/tegra: pmc: Update Tegra234 reset sources (diff)
downloadlinux-dev-9767d1be1529c40469d1bbdc457953f88fa1dca7.tar.xz
linux-dev-9767d1be1529c40469d1bbdc457953f88fa1dca7.zip
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 <treding@nvidia.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/tegra/Kconfig1
1 files changed, 1 insertions, 0 deletions
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