diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 1a4930509325..b1b111bb2f3a 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -25,6 +25,10 @@ config BLACKFIN | |||
25 | bool | 25 | bool |
26 | default y | 26 | default y |
27 | 27 | ||
28 | config ZONE_DMA | ||
29 | bool | ||
30 | default y | ||
31 | |||
28 | config BFIN | 32 | config BFIN |
29 | bool | 33 | bool |
30 | default y | 34 | default y |
@@ -189,7 +193,7 @@ config BFIN537_BLUETECHNIX_CM | |||
189 | CM-BF537 support for EVAL- and DEV-Board. | 193 | CM-BF537 support for EVAL- and DEV-Board. |
190 | 194 | ||
191 | config BFIN561_BLUETECHNIX_CM | 195 | config BFIN561_BLUETECHNIX_CM |
192 | bool "BF561-CM" | 196 | bool "Bluetechnix CM-BF561" |
193 | depends on (BF561) | 197 | depends on (BF561) |
194 | help | 198 | help |
195 | CM-BF561 support for EVAL- and DEV-Board. | 199 | CM-BF561 support for EVAL- and DEV-Board. |
@@ -200,6 +204,12 @@ config BFIN561_EZKIT | |||
200 | help | 204 | help |
201 | BF561-EZKIT-LITE board Support. | 205 | BF561-EZKIT-LITE board Support. |
202 | 206 | ||
207 | config BFIN561_TEPLA | ||
208 | bool "BF561-TEPLA" | ||
209 | depends on (BF561) | ||
210 | help | ||
211 | BF561-TEPLA board Support. | ||
212 | |||
203 | config PNAV10 | 213 | config PNAV10 |
204 | bool "PNAV 1.0 board" | 214 | bool "PNAV 1.0 board" |
205 | depends on (BF537) | 215 | depends on (BF537) |
@@ -560,14 +570,6 @@ endchoice | |||
560 | 570 | ||
561 | source "mm/Kconfig" | 571 | source "mm/Kconfig" |
562 | 572 | ||
563 | config LARGE_ALLOCS | ||
564 | bool "Allow allocating large blocks (> 1MB) of memory" | ||
565 | help | ||
566 | Allow the slab memory allocator to keep chains for very large | ||
567 | memory sizes - upto 32MB. You may need this if your system has | ||
568 | a lot of RAM, and you need to able to allocate very large | ||
569 | contiguous chunks. If unsure, say N. | ||
570 | |||
571 | config BFIN_DMA_5XX | 573 | config BFIN_DMA_5XX |
572 | bool "Enable DMA Support" | 574 | bool "Enable DMA Support" |
573 | depends on (BF533 || BF532 || BF531 || BF537 || BF536 || BF534 || BF561) | 575 | depends on (BF533 || BF532 || BF531 || BF537 || BF536 || BF534 || BF561) |