diff --git a/Kconfig b/Kconfig index 5f6f2f855..07dbd05a2 100644 --- a/Kconfig +++ b/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 diff --git a/src/drivers/dw/Kconfig b/src/drivers/dw/Kconfig index f6b77c0bf..552139abc 100644 --- a/src/drivers/dw/Kconfig +++ b/src/drivers/dw/Kconfig @@ -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