Skip to content

Commit 627c332

Browse files
iandmorrisnashif
authored andcommitted
boards: mikroe: remove CONFIG_PINCTRL from defconfig of RA4M1 clicker
This PR fixes #78619 for the Mikroe RA4M1 Clicker board. Signed-off-by: Ian Morris <[email protected]>
1 parent 30a3d88 commit 627c332

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

boards/mikroe/clicker_ra4m1/mikroe_clicker_ra4m1_defconfig

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000
55

66
CONFIG_BUILD_OUTPUT_HEX=y
77

8-
# enable uart driver
8+
# Enable uart driver
99
CONFIG_SERIAL=y
1010

11-
# enable console
11+
# Enable console
1212
CONFIG_CONSOLE=y
1313
CONFIG_UART_CONSOLE=y
1414

15-
# enable GPIO
15+
# Enable GPIO
1616
CONFIG_GPIO=y
1717

18-
# enable pin controller
19-
CONFIG_PINCTRL=y
20-
21-
# enable Clocks
18+
# Enable Clocks
2219
CONFIG_CLOCK_CONTROL=y

drivers/serial/Kconfig.renesas_ra

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config UART_RENESAS_RA
88
depends on DT_HAS_RENESAS_RA_UART_SCI_ENABLED
99
select SERIAL_HAS_DRIVER
1010
select SERIAL_SUPPORT_INTERRUPT
11+
select PINCTRL
1112
help
1213
Enable Renesas RA series UART driver.
1314

@@ -20,6 +21,7 @@ config UART_SCI_RA
2021
select SERIAL_SUPPORT_ASYNC
2122
select USE_RA_FSP_SCI_UART
2223
select USE_RA_FSP_DTC if UART_ASYNC_API
24+
select PINCTRL
2325
help
2426
Enable Renesas RA SCI UART Driver.
2527

0 commit comments

Comments
 (0)