diff options
| author | Tom Rini <[email protected]> | 2021-05-22 08:47:08 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-07 22:22:42 -0400 |
| commit | bc08dc563e4e79f7fd06a6e81acfd2d570961a8d (patch) | |
| tree | abee6596b2aafd9bda4084408037edc1b70d81a4 /drivers/serial/Kconfig | |
| parent | f4a6f75b48c1565b5d1be9a90c3f5a21d588b936 (diff) | |
arm: Remove edb9315a board
These boards have not been converted to CONFIG_DM_USB by the deadline
and is also missing conversion to CONFIG_DM. Remove it.
This is also the last PL010_SERIAL using board, so remove those
references.
Cc: Sergey Kostanbaev <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/serial/Kconfig')
| -rw-r--r-- | drivers/serial/Kconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 9f82467c4e3..961e3fb0314 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -332,7 +332,7 @@ config DEBUG_UART_APBUART config DEBUG_UART_PL010 bool "pl010" - depends on PL01X_SERIAL || PL010_SERIAL + depends on PL01X_SERIAL help Select this to enable a debug UART using the pl01x driver with the PL010 UART type. You will need to provide parameters to make this @@ -695,12 +695,6 @@ config INTEL_MID_SERIAL Select this to enable a UART for Intel MID platforms. This uses the ns16550 driver as a library. -config PL010_SERIAL - bool "ARM PL010 driver" - depends on !DM_SERIAL - help - Select this to enable a UART for platforms using PL010. - config PL011_SERIAL bool "ARM PL011 driver" depends on !DM_SERIAL |
