Skip to content

Commit 9767d1b

Browse files
committed
soc/tegra: pmc: Select REGMAP
Commit 9d5e7c3 ("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 <[email protected]>
1 parent d3ed752 commit 9767d1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/tegra/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ config SOC_TEGRA_PMC
146146
select GENERIC_PINCONF
147147
select PM_OPP
148148
select PM_GENERIC_DOMAINS
149+
select REGMAP
149150

150151
config SOC_TEGRA_POWERGATE_BPMP
151152
def_bool y

0 commit comments

Comments
 (0)