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:
Kai Vehmanen 2021-05-17 09:36:12 +03:00 committed by Liam Girdwood
parent 0efce6361d
commit 7c5e08c4f1
2 changed files with 12 additions and 12 deletions

12
Kconfig
View File

@ -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

View File

@ -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