diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-08-03 17:43:29 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-08-03 17:43:29 +0800 |
commit | a924db7c00655447c5228bd74da070c69b7cadbc (patch) | |
tree | 5e19fb9a35edcc4b0066fe529d3c9f8f828f147c /arch/blackfin/mach-bf548/Kconfig | |
parent | 7735cefc4583175486685fced2f457fbe0fd5855 (diff) | |
download | blackbird-obmc-linux-a924db7c00655447c5228bd74da070c69b7cadbc.tar.gz blackbird-obmc-linux-a924db7c00655447c5228bd74da070c69b7cadbc.zip |
Blackfin arch: Add option to priorize DMA over Core
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-bf548/Kconfig')
-rw-r--r-- | arch/blackfin/mach-bf548/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/Kconfig b/arch/blackfin/mach-bf548/Kconfig index 3976b7f523c3..08d8dc83701c 100644 --- a/arch/blackfin/mach-bf548/Kconfig +++ b/arch/blackfin/mach-bf548/Kconfig @@ -2,6 +2,13 @@ if (BF54x) menu "BF548 Specific Configuration" +config DEB_DMA_URGENT + bool "DMA has priority over core for ext. accesses" + depends on BF54x + default n + help + Treat any DEB1, DEB2 and DEB3 request as Urgent + comment "Interrupt Priority Assignment" menu "Priority" |