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:
parent
ffe6099fed
commit
8fe5544948
3 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue