diff options
Diffstat (limited to 'arch/arm/mach-mx6/Kconfig')
-rw-r--r-- | arch/arm/mach-mx6/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig index faf68abba594..e567f67fa901 100644 --- a/arch/arm/mach-mx6/Kconfig +++ b/arch/arm/mach-mx6/Kconfig @@ -339,4 +339,11 @@ config MX6_ENET_IRQ_TO_GPIO Enabling this will direct all the ENET interrupts to a board specific GPIO. This will allow the system to enter WAIT mode when ENET is active. +config SDMA_IRAM + bool "Use Internal RAM for SDMA data structures" + depends on IMX_SDMA && SOC_IMX6SL + help + SDMA buffer or control structures are stored in the IRAM/OCRAM + + endif |