Skip to content

Commit ab071da

Browse files
scottwcpgkartben
authored andcommitted
drivers: serial: Microchip MEC5 add select PINCTRL to Kconfig
Zephyr has changed the rules for PINCTRL to use Kconfig select feature at the driver level instead of setting the Kconfig item directly in the board or application level. We updated the MEC5 UART serial driver Kconfig to select PINCTRL. Signed-off-by: Scott Worley <scott.worley@microchip.com>
1 parent e02bd58 commit ab071da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/serial/Kconfig.mec5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ config UART_MCHP_MEC5
77
bool "Microchip MEC5 family ns16550 compatible UART driver"
88
default y
99
depends on DT_HAS_MICROCHIP_MEC5_UART_ENABLED
10+
select PINCTRL
1011
select SERIAL_HAS_DRIVER
1112
select SERIAL_SUPPORT_INTERRUPT
1213
help

0 commit comments

Comments
 (0)