From 5ca55d630c5eef70da9e55ba7271e8833e6bd62e Mon Sep 17 00:00:00 2001 From: Bryan Wu Date: Thu, 12 Jul 2007 14:55:05 +0800 Subject: [PATCH] --- yaml --- r: 58857 b: refs/heads/master c: db0fa2064585a099e0c652983bd38d71ee7830f3 h: refs/heads/master i: 58855: f1d1ecd847c5ebbacf676757d44d1557b67c7edb v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Kconfig | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2062feaf728b..75dd33e3d2f5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 798b77095dea2f89e42f5aaa0e5b18833fea5358 +refs/heads/master: db0fa2064585a099e0c652983bd38d71ee7830f3 diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index 2372b0382a6e..017defaa525b 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -585,6 +585,14 @@ endchoice source "mm/Kconfig" +config LARGE_ALLOCS + bool "Allow allocating large blocks (> 1MB) of memory" + help + Allow the slab memory allocator to keep chains for very large + memory sizes - upto 32MB. You may need this if your system has + a lot of RAM, and you need to able to allocate very large + contiguous chunks. If unsure, say N. + config BFIN_DMA_5XX bool "Enable DMA Support" depends on (BF533 || BF532 || BF531 || BF537 || BF536 || BF534 || BF561 || BF54x)