forked from Mirrors/opensbi
lib: utils: serial: Add Cadence UART driver
Add Cadence UART driver Signed-off-by: Jun Liang Tan <junliang.tan@linux.starfivetech.com> Signed-off-by: Wei Liang Lim <weiliang.lim@linux.starfivetech.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:

committed by
Anup Patel

parent
adf44b51ba
commit
cbaa9b0333
@@ -9,6 +9,11 @@ config FDT_SERIAL
|
||||
|
||||
if FDT_SERIAL
|
||||
|
||||
config FDT_SERIAL_CADENCE
|
||||
bool "Cadence UART FDT driver"
|
||||
select SERIAL_CADENCE
|
||||
default n
|
||||
|
||||
config FDT_SERIAL_GAISLER
|
||||
bool "Gaisler UART FDT driver"
|
||||
select SERIAL_GAISLER
|
||||
@@ -46,6 +51,10 @@ config FDT_SERIAL_XILINX_UARTLITE
|
||||
|
||||
endif
|
||||
|
||||
config SERIAL_CADENCE
|
||||
bool "Cadence UART support"
|
||||
default n
|
||||
|
||||
config SERIAL_GAISLER
|
||||
bool "Gaisler UART support"
|
||||
default n
|
||||
|
Reference in New Issue
Block a user