Skip to content

Commit 7a86ee5

Browse files
Jordan Yatescarlescufi
authored andcommitted
serial: litex: remove irrational dependency
Depending on `!SERIAL_SUPPORT_INTERRUPT` to enable the driver does not make any sense, as this is a symbol selected by drivers to signify that they support interrupts. Simply not selecting this symbol is enough to convey the desired intention. This fixes Kconfig problems when the driver is compiled together with a dummy serial driver which does select `SERIAL_SUPPORT_INTERRUPT`. Signed-off-by: Jordan Yates <[email protected]>
1 parent cea72d7 commit 7a86ee5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/serial/Kconfig.litex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
config UART_LITEUART
77
bool "LiteUART serial driver"
88
depends on SOC_RISCV32_LITEX_VEXRISCV
9-
# currently not supporting interrupts due to a bug in LiteUART Tx IRQ
10-
depends on !SERIAL_SUPPORT_INTERRUPT
119
select SERIAL_HAS_DRIVER
1210
help
1311
This option enables LiteUART serial driver.

0 commit comments

Comments
 (0)