Skip to content

Commit 763428d

Browse files
katsustercfriedt
authored andcommitted
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 <[email protected]>
1 parent 4f0c714 commit 763428d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/serial/Kconfig.sifive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
menuconfig UART_SIFIVE
77
bool "SiFive Freedom serial driver"
8-
depends on SOC_RISCV_SIFIVE_FREEDOM
8+
depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM
99
select SERIAL_HAS_DRIVER
1010
select SERIAL_SUPPORT_INTERRUPT
1111
help

0 commit comments

Comments
 (0)