-
CONFIG_SPI_DW_PORT_3_INTERRUPT_SINGLE_LINE
¶
Single interrupt line for all interrupts
Type: bool
Help¶
Only one line is used to trigger interrupts: RX, TX and ERROR interrupt go all through that line, undifferentiated.
Default¶
y
Kconfig definition¶
At drivers/spi/Kconfig.dw:117
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:38
→ drivers/spi/Kconfig:194
Menu path: (Top) → Device Drivers → SPI hardware bus support → Designware SPI controller driver
config SPI_DW_PORT_3_INTERRUPT_SINGLE_LINE bool "Single interrupt line for all interrupts" default y depends onSPI_3
&&SPI_DW
&&SPI
help Only one line is used to trigger interrupts: RX, TX and ERROR interrupt go all through that line, undifferentiated.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)