boards: arduino: uno_r4: remove CONFIG_PINCTRL from defconfig of uno_r4

This PR fixes #78619 for the Arduino UNO R4 Minima/Wifi board.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-10-09 22:25:13 +09:00 committed by Fabio Baltieri
commit 8fe5544948
3 changed files with 1 additions and 4 deletions

View file

@ -16,8 +16,6 @@ CONFIG_UART_CONSOLE=y
# Enable GPIO
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_CLOCK_CONTROL=y
CONFIG_USE_DT_CODE_PARTITION=y

View file

@ -16,8 +16,6 @@ CONFIG_UART_CONSOLE=y
# Enable GPIO
CONFIG_GPIO=y
CONFIG_PINCTRL=y
CONFIG_CLOCK_CONTROL=y
CONFIG_USE_DT_CODE_PARTITION=y

View file

@ -5,6 +5,7 @@ config GPIO_RENESAS_RA
bool "Renesas RA Series GPIO driver"
default y
select GPIO_GET_CONFIG
select PINCTRL
depends on DT_HAS_RENESAS_RA_GPIO_ENABLED
help
Enable Renesas RA series GPIO driver.