:orphan: .. title:: SPI_DW_PORT_2_INTERRUPT_SINGLE_LINE .. option:: CONFIG_SPI_DW_PORT_2_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. Direct dependencies =================== \ :option:`SPI_2 ` && \ :option:`SPI_DW ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.dw:91`` 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 .. parsed-literal:: config SPI_DW_PORT_2_INTERRUPT_SINGLE_LINE bool "Single interrupt line for all interrupts" default y depends on \ :option:`SPI_2 ` && \ :option:`SPI_DW ` && \ :option:`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.)*