aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-12-16 13:52:35 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-16 13:52:35 -0500
commit525995d77ca08dfc2ba6f8e606f93694271dbd66 (patch)
treebe9ddad66cd1301eea8dab7814cbda144a909e35 /arch/blackfin/Kconfig
parente4bdda1bc3123a9e65f4dd93a23041fde8ed3dc2 (diff)
parent64a2b168023bfd09037ba760838762e56c44178e (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin: (88 commits) Blackfin: Convert BUG() to use unreachable() Blackfin: define __NR_recvmmsg Blackfin: drop duplicate sched_clock Blackfin: NOMPU: skip DMA ICPLB hole when it is redundant Blackfin: MPU: add missing __init markings Blackfin: add support for TIF_NOTIFY_RESUME Blackfin: kgdb_test: clean up code a bit Blackfin: convert kgdbtest to proc_fops Blackfin: convert cyc2ns() to clocksource_cyc2ns() Blackfin: ip0x: pull in asm/portmux.h for P_xxx defines Blackfin: drop unused ax88180 resources Blackfin: bf537-stamp: add ADF702x network driver resources Blackfin: bf537-stamp: add CAN resources Blackfin: bf537-stamp: add AD5258 i2c address Blackfin: bf537-stamp: add adau1761 i2c address Blackfin: bf537-stamp: add adau1371 i2c address Blackfin: bf537-stamp: add ADP8870 resources Blackfin: bf537-stamp: kill AD714x board-specific Kconfigs Blackfin: bf537-stamp: update ADP5520 resources Blackfin: bf537-stamp: add ADXL346 orientation sensing support ...
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig41
1 files changed, 16 insertions, 25 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 2180433213b7..53c1e1d45c68 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -32,6 +32,9 @@ config BLACKFIN
32 select HAVE_OPROFILE 32 select HAVE_OPROFILE
33 select ARCH_WANT_OPTIONAL_GPIOLIB 33 select ARCH_WANT_OPTIONAL_GPIOLIB
34 34
35config GENERIC_CSUM
36 def_bool y
37
35config GENERIC_BUG 38config GENERIC_BUG
36 def_bool y 39 def_bool y
37 depends on BUG 40 depends on BUG
@@ -177,7 +180,7 @@ config BF539
177 help 180 help
178 BF539 Processor Support. 181 BF539 Processor Support.
179 182
180config BF542 183config BF542_std
181 bool "BF542" 184 bool "BF542"
182 help 185 help
183 BF542 Processor Support. 186 BF542 Processor Support.
@@ -187,7 +190,7 @@ config BF542M
187 help 190 help
188 BF542 Processor Support. 191 BF542 Processor Support.
189 192
190config BF544 193config BF544_std
191 bool "BF544" 194 bool "BF544"
192 help 195 help
193 BF544 Processor Support. 196 BF544 Processor Support.
@@ -197,7 +200,7 @@ config BF544M
197 help 200 help
198 BF544 Processor Support. 201 BF544 Processor Support.
199 202
200config BF547 203config BF547_std
201 bool "BF547" 204 bool "BF547"
202 help 205 help
203 BF547 Processor Support. 206 BF547 Processor Support.
@@ -207,7 +210,7 @@ config BF547M
207 help 210 help
208 BF547 Processor Support. 211 BF547 Processor Support.
209 212
210config BF548 213config BF548_std
211 bool "BF548" 214 bool "BF548"
212 help 215 help
213 BF548 Processor Support. 216 BF548 Processor Support.
@@ -217,7 +220,7 @@ config BF548M
217 help 220 help
218 BF548 Processor Support. 221 BF548 Processor Support.
219 222
220config BF549 223config BF549_std
221 bool "BF549" 224 bool "BF549"
222 help 225 help
223 BF549 Processor Support. 226 BF549 Processor Support.
@@ -311,31 +314,11 @@ config BF_REV_NONE
311 314
312endchoice 315endchoice
313 316
314config BF51x
315 bool
316 depends on (BF512 || BF514 || BF516 || BF518)
317 default y
318
319config BF52x
320 bool
321 depends on (BF522 || BF523 || BF524 || BF525 || BF526 || BF527)
322 default y
323
324config BF53x 317config BF53x
325 bool 318 bool
326 depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537) 319 depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537)
327 default y 320 default y
328 321
329config BF54xM
330 bool
331 depends on (BF542M || BF544M || BF547M || BF548M || BF549M)
332 default y
333
334config BF54x
335 bool
336 depends on (BF542 || BF544 || BF547 || BF548 || BF549 || BF54xM)
337 default y
338
339config MEM_GENERIC_BOARD 322config MEM_GENERIC_BOARD
340 bool 323 bool
341 depends on GENERIC_BOARD 324 depends on GENERIC_BOARD
@@ -917,6 +900,12 @@ config DMA_UNCACHED_2M
917 bool "Enable 2M DMA region" 900 bool "Enable 2M DMA region"
918config DMA_UNCACHED_1M 901config DMA_UNCACHED_1M
919 bool "Enable 1M DMA region" 902 bool "Enable 1M DMA region"
903config DMA_UNCACHED_512K
904 bool "Enable 512K DMA region"
905config DMA_UNCACHED_256K
906 bool "Enable 256K DMA region"
907config DMA_UNCACHED_128K
908 bool "Enable 128K DMA region"
920config DMA_UNCACHED_NONE 909config DMA_UNCACHED_NONE
921 bool "Disable DMA region" 910 bool "Disable DMA region"
922endchoice 911endchoice
@@ -1278,6 +1267,8 @@ source "net/Kconfig"
1278 1267
1279source "drivers/Kconfig" 1268source "drivers/Kconfig"
1280 1269
1270source "drivers/firmware/Kconfig"
1271
1281source "fs/Kconfig" 1272source "fs/Kconfig"
1282 1273
1283source "arch/blackfin/Kconfig.debug" 1274source "arch/blackfin/Kconfig.debug"