From dd0d07c825867ca90aa990cf1f2a3b1ebe3ce6dd Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Fri, 9 Feb 2018 22:43:56 +0100 Subject: [PATCH] sam0: Enable pinmux in arduino_zero_defconfig. Commit 247782a7b36bad396a413ed09fe34ec10dc8d978 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 --- boards/arm/arduino_zero/arduino_zero_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/arm/arduino_zero/arduino_zero_defconfig b/boards/arm/arduino_zero/arduino_zero_defconfig index aa4420a84c1..fe3effd7043 100644 --- a/boards/arm/arduino_zero/arduino_zero_defconfig +++ b/boards/arm/arduino_zero/arduino_zero_defconfig @@ -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