drivers: serial: pl011: Enable PINCTRL conjuction with dt prop 'pinctrl-0'
If there is a pinctrl-0 property, PINCTRL will be enabled in conjunction with it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
bcb4aae0c5
commit
afd16b9e07
1 changed files with 1 additions and 3 deletions
|
|
@ -7,9 +7,7 @@ menuconfig UART_PL011
|
|||
depends on DT_HAS_ARM_PL011_ENABLED || DT_HAS_ARM_SBSA_UART_ENABLED
|
||||
select SERIAL_HAS_DRIVER
|
||||
select SERIAL_SUPPORT_INTERRUPT
|
||||
select PINCTRL if SOC_EOS_S3
|
||||
select PINCTRL if DT_HAS_AMBIQ_UART_ENABLED
|
||||
select PINCTRL if DT_HAS_RASPBERRYPI_PICO_UART_ENABLED
|
||||
select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_ARM_PL011),pinctrl-0)
|
||||
help
|
||||
This option enables the UART driver for the PL011
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue