aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorBarry Song <barry.song@analog.com>2009-12-02 04:13:36 -0500
committerMike Frysinger <vapier@gentoo.org>2009-12-15 00:15:48 -0500
commitc45c06596e0d45125d25beb0fe24a68aef1f1046 (patch)
treea556caee3f3f14ae9fd0eb5bb9e7053ecd8c63e8 /arch/blackfin/Kconfig
parent5df326aca48b8631c9e3c90c76d7e9f0b466a721 (diff)
Blackfin: support smaller uncached DMA chunks for memory constrained systems
When working with 8 meg systems, forcing a 1 meg DMA chunk heavily cuts into the available resources. So support smaller chunks to better cover needs for these systems. Signed-off-by: Barry Song <barry.song@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index d703247caf20..8141b1e82927 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -896,6 +896,12 @@ config DMA_UNCACHED_2M
896 bool "Enable 2M DMA region" 896 bool "Enable 2M DMA region"
897config DMA_UNCACHED_1M 897config DMA_UNCACHED_1M
898 bool "Enable 1M DMA region" 898 bool "Enable 1M DMA region"
899config DMA_UNCACHED_512K
900 bool "Enable 512K DMA region"
901config DMA_UNCACHED_256K
902 bool "Enable 256K DMA region"
903config DMA_UNCACHED_128K
904 bool "Enable 128K DMA region"
899config DMA_UNCACHED_NONE 905config DMA_UNCACHED_NONE
900 bool "Disable DMA region" 906 bool "Disable DMA region"
901endchoice 907endchoice