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:
Henrik Brix Andersen 2018-02-09 22:43:56 +01:00 committed by Kumar Gala
parent c4dfa9baec
commit dd0d07c825

View file

@ -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