Skip to content

Commit

Permalink
boards: arduino: uno_r4: remove CONFIG_PINCTRL from defconfig of uno_r4
Browse files Browse the repository at this point in the history
This PR fixes #78619 for the Arduino UNO R4 Minima/Wifi board.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi authored and fabiobaltieri committed Nov 20, 2024
1 parent ffe6099 commit 8fe5544
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions boards/arduino/uno_r4/arduino_uno_r4_minima_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions boards/arduino/uno_r4/arduino_uno_r4_wifi_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions drivers/gpio/Kconfig.renesas_ra
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8fe5544

Please sign in to comment.