Skip to content

Commit 5017279

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ethernet/Kconfig.dwmac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ config ETH_DWMAC_STM32H7X
3131
bool
3232
depends on SOC_SERIES_STM32H7X
3333
select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
34+
select PINCTRL
3435
default y
3536

3637
config ETH_DWMAC_MMU

0 commit comments

Comments
 (0)