Browse Source

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>
pull/88513/head
Scott Worley 4 months ago committed by Benjamin Cabé
parent
commit
ab071da3be
  1. 1
      drivers/serial/Kconfig.mec5

1
drivers/serial/Kconfig.mec5

@ -7,6 +7,7 @@ config UART_MCHP_MEC5 @@ -7,6 +7,7 @@ config UART_MCHP_MEC5
bool "Microchip MEC5 family ns16550 compatible UART driver"
default y
depends on DT_HAS_MICROCHIP_MEC5_UART_ENABLED
select PINCTRL
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help

Loading…
Cancel
Save