Skip to content

Commit

Permalink
drivers: serial: pl011: Enable PINCTRL conjuction with dt prop 'pinct…
Browse files Browse the repository at this point in the history
…rl-0'

If there is a pinctrl-0 property, PINCTRL will be enabled in
conjunction with it.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi committed Dec 24, 2024
1 parent 334c6be commit bce54e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/serial/Kconfig.pl011
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bce54e6

Please sign in to comment.