Skip to content

Commit 27fa721

Browse files
committed
drivers: serial: opentitan: remove bogus depends on clause
CONFIG_SERIAL_SUPPORT_INTERRUPT is a Kconfig option that is supposed to be selected by serial drivers that support interrupts. This commit removes a bogus "depends on !SERIAL_SUPPORT_INTERRUPT" which does not make sense and causes some tests to fail. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent b1a74d7 commit 27fa721

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/serial/Kconfig.opentitan

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ config UART_OPENTITAN
55
bool "OpenTitan UART"
66
default y
77
depends on DT_HAS_LOWRISC_OPENTITAN_UART_ENABLED
8-
depends on !SERIAL_SUPPORT_INTERRUPT
98
select SERIAL_HAS_DRIVER
109
help
1110
Enable OpenTitan UART serial driver

0 commit comments

Comments
 (0)