mirror of https://github.com/thesofproject/sof.git
kconfig: move DW_DMA_AGGREGATED_IRQ to dw/Kconfig
The DW-DMA driver specific option does not belong to the top-level Kconfig file. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
0efce6361d
commit
7c5e08c4f1
12
Kconfig
12
Kconfig
|
@ -55,18 +55,6 @@ config DMA_HW_LLI
|
|||
Any platforms with hardware linked list support
|
||||
should set this.
|
||||
|
||||
config DW_DMA_AGGREGATED_IRQ
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Some platforms cannot register interrupt per DW-DMA channel
|
||||
and have the possibility only to register interrupts per
|
||||
DMA controller, which require manual handling of aggregated
|
||||
irq.
|
||||
|
||||
Any platforms with DW-DMA aggregated interrupts support
|
||||
should set this.
|
||||
|
||||
config DMA_SUSPEND_DRAIN
|
||||
bool
|
||||
default n
|
||||
|
|
|
@ -14,6 +14,18 @@ config DW_DMA
|
|||
help
|
||||
Select this to enable support for the Designware DMA controller.
|
||||
|
||||
config DW_DMA_AGGREGATED_IRQ
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Some platforms cannot register interrupt per DW-DMA channel
|
||||
and have the possibility only to register interrupts per
|
||||
DMA controller, which require manual handling of aggregated
|
||||
irq.
|
||||
|
||||
Any platforms with DW-DMA aggregated interrupts support
|
||||
should set this.
|
||||
|
||||
config DW_SPI
|
||||
bool
|
||||
default n
|
||||
|
|
Loading…
Reference in New Issue