Skip to content

Commit 8fe5544

Browse files
soburifabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent ffe6099 commit 8fe5544

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

boards/arduino/uno_r4/arduino_uno_r4_minima_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ CONFIG_UART_CONSOLE=y
1616
# Enable GPIO
1717
CONFIG_GPIO=y
1818

19-
CONFIG_PINCTRL=y
20-
2119
CONFIG_CLOCK_CONTROL=y
2220

2321
CONFIG_USE_DT_CODE_PARTITION=y

boards/arduino/uno_r4/arduino_uno_r4_wifi_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ CONFIG_UART_CONSOLE=y
1616
# Enable GPIO
1717
CONFIG_GPIO=y
1818

19-
CONFIG_PINCTRL=y
20-
2119
CONFIG_CLOCK_CONTROL=y
2220

2321
CONFIG_USE_DT_CODE_PARTITION=y

drivers/gpio/Kconfig.renesas_ra

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ config GPIO_RENESAS_RA
55
bool "Renesas RA Series GPIO driver"
66
default y
77
select GPIO_GET_CONFIG
8+
select PINCTRL
89
depends on DT_HAS_RENESAS_RA_GPIO_ENABLED
910
help
1011
Enable Renesas RA series GPIO driver.

0 commit comments

Comments
 (0)