forked from Mirrors/opensbi

We update serial drivers makefile to use kconfig for enabling/disabling drivers. To avoid compile errors, we also enable appropriate serial drivers for each platform. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Tested-by: Andrew Jones <ajones@ventanamicro.com> Acked-by: Atish Patra <atishp@rivosinc.com> Tested-by: Atish Patra <atishp@rivosinc.com>
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
CONFIG_FDT_SERIAL=y
|
|
CONFIG_FDT_SERIAL_GAISLER=y
|
|
CONFIG_FDT_SERIAL_HTIF=y
|
|
CONFIG_FDT_SERIAL_SHAKTI=y
|
|
CONFIG_FDT_SERIAL_SIFIVE=y
|
|
CONFIG_FDT_SERIAL_LITEX=y
|
|
CONFIG_FDT_SERIAL_UART8250=y
|
|
CONFIG_FDT_SERIAL_XILINX_UARTLITE=y
|