Commit 763428d5 authored by Katsuhiro Suzuki's avatar Katsuhiro Suzuki Committed by Christopher Friedt
Browse files

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: default avatarKatsuhiro Suzuki <katsuhiro@katsuster.net>
parent 4f0c7141
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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