drivers: serial: sifive: support SiFive Freedom series SoCs

This patch changes condition of 'depends on' of sifive UART driver
to support other SoCs of SiFive Freedom series.

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
This commit is contained in:
Katsuhiro Suzuki 2021-06-10 01:06:54 +09:00 committed by Christopher Friedt
parent 4f0c7141b3
commit 763428d5a4

View file

@ -5,7 +5,7 @@
menuconfig UART_SIFIVE
bool "SiFive Freedom serial driver"
depends on SOC_RISCV_SIFIVE_FREEDOM
depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help