sam0: Enable pinmux in arduino_zero_defconfig.
Commit 247782a7b3 moved the sam0 UART
and SPI configuration into pinmux. Using these drivers without pinmux
causes the kernel to skip the pin configuration.
Tested on arduino_zero.
Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
c4dfa9baec
commit
dd0d07c825
@ -19,3 +19,5 @@ CONFIG_SPI=y
|
||||
CONFIG_SPI_SAM0=y
|
||||
CONFIG_SPI_4=y
|
||||
CONFIG_SPI_LEGACY_API=n
|
||||
CONFIG_PINMUX=y
|
||||
CONFIG_PINMUX_SAM0=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user