diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-07-11 23:58:44 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-07-11 23:58:44 -0400 |
commit | 9be343c5bcd1cf285c2150f363bc9dd7aab8b7fb (patch) | |
tree | 7c58ca04e9030de9d5fd54be6ddd05cf2a2221ad /arch/blackfin/Kconfig | |
parent | 9401e618c8f70920f34893946239e24d40a3519a (diff) |
Blackfin arch: There is no CDPRIO Bit in the EBIU_AMGCTL Register of BF54x arch
However there are similar things in the EBIU_DDRQUE Register
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index e01bfc7685b5..6d23bcc61940 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -729,6 +729,7 @@ config C_AMCKEN | |||
729 | 729 | ||
730 | config C_CDPRIO | 730 | config C_CDPRIO |
731 | bool "DMA has priority over core for ext. accesses" | 731 | bool "DMA has priority over core for ext. accesses" |
732 | depends on !BF54x | ||
732 | default n | 733 | default n |
733 | 734 | ||
734 | config C_B0PEN | 735 | config C_B0PEN |