kconfig: uart_pl011: Do not limit PL011 driver to ARM family
The driver is not specific to 32bit ARM family. For example it is currently used by the QEMU ARM64 virt machine. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
6148b5bd9e
commit
1c4626d324
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ menuconfig UART_PL011
|
|||
bool "ARM PL011 UART Driver"
|
||||
select SERIAL_HAS_DRIVER
|
||||
select SERIAL_SUPPORT_INTERRUPT
|
||||
depends on SOC_FAMILY_ARM
|
||||
help
|
||||
This option enables the UART driver for the PL011
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue