drivers: serial: pl011: Select PINCTRL for Apollo4 SoC family
PINCTRL needs to be enabled for the driver to work on the Apollo4 family SoCs. Signed-off-by: Maciej Sobkowski <msobkowski@antmicro.com>
This commit is contained in:
parent
60591598e5
commit
59b66b8b6a
|
@ -8,6 +8,7 @@ menuconfig UART_PL011
|
|||
select SERIAL_HAS_DRIVER
|
||||
select SERIAL_SUPPORT_INTERRUPT
|
||||
select PINCTRL if SOC_EOS_S3
|
||||
select PINCTRL if DT_HAS_AMBIQ_UART_ENABLED
|
||||
help
|
||||
This option enables the UART driver for the PL011
|
||||
|
||||
|
|
Loading…
Reference in a new issue