Skip to content

Commit fd5dd5e

Browse files
Alain Volmatkartben
authored andcommitted
drivers: sdhc: stm32: add select PINCTRL
stm32 sdhc driver is relying on the pinctrl framework hence select CONFIG_PINCTRL to ensure proper build. Signed-off-by: Alain Volmat <[email protected]>
1 parent 379fa75 commit fd5dd5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/sdhc/Kconfig.stm32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ config SDHC_STM32_SDIO
77
select USE_STM32_HAL_SDIO
88
select USE_STM32_LL_SDMMC
99
select SDHC_SUPPORTS_NATIVE_MODE
10+
select PINCTRL
1011
imply CACHE_MANAGEMENT if !SDHC_STM32_POLLING_SUPPORT && DCACHE
1112
default y
1213
help

0 commit comments

Comments
 (0)