Skip to content

Commit

Permalink
boards: sam4s_xplained: Enable generic GPIO
Browse files Browse the repository at this point in the history
In the default configuration we want to enable the generic GPIO module
so that we avoid Kconfig warnings.

See zephyrproject-rtos#22474.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Feb 14, 2020
1 parent 37c3412 commit 0b11b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/sam4s_xplained/sam4s_xplained_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ CONFIG_UART_SAM=y
CONFIG_UART_SAM_PORT_0=y
CONFIG_BOARD_SAM4S_XPLAINED=y
CONFIG_SOC_ATMEL_SAM4S_EXT_MAINCK=y
CONFIG_GPIO_SAM=y
CONFIG_GPIO=y

0 comments on commit 0b11b27

Please sign in to comment.