Skip to content

Commit 5098e2b

Browse files
montjoiethierryreding
authored andcommitted
soc/tegra: pmc: Select GENERIC_PINCONF
I have hit the following build error: armv7a-hardfloat-linux-gnueabi-ld: drivers/soc/tegra/pmc.o: in function `pinconf_generic_dt_node_to_map_pin': pmc.c:(.text+0x500): undefined reference to `pinconf_generic_dt_node_to_map' armv7a-hardfloat-linux-gnueabi-ld: drivers/soc/tegra/pmc.o:(.rodata+0x1f88): undefined reference to `pinconf_generic_dt_free_map' So SOC_TEGRA_PMC should select GENERIC_PINCONF. Fixes: 4a37f11 ("soc/tegra: pmc: Implement pad configuration via pinctrl") Cc: stable <[email protected]> Signed-off-by: Corentin Labbe <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 37558ac commit 5098e2b

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
@@ -133,6 +133,7 @@ config SOC_TEGRA_FLOWCTRL
133133

134134
config SOC_TEGRA_PMC
135135
bool
136+
select GENERIC_PINCONF
136137

137138
config SOC_TEGRA_POWERGATE_BPMP
138139
def_bool y

0 commit comments

Comments
 (0)