diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2008-04-23 15:18:59 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-04-23 15:18:59 -0400 |
commit | db68254f0639a357309f02cf8707490265fa7a31 (patch) | |
tree | 40eb06749325dc757118b860f5e528f04b2435ba /arch/blackfin/Kconfig | |
parent | d5adb029efad3c51db376d620319abe65d1efc21 (diff) |
[Blackfin] arch: Apply Bluetechnix vendor patch
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 369050d9f9f4..d1590c7ed758 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -323,7 +323,7 @@ config VCO_MULT | |||
323 | range 1 64 | 323 | range 1 64 |
324 | default "22" if BFIN533_EZKIT | 324 | default "22" if BFIN533_EZKIT |
325 | default "45" if BFIN533_STAMP | 325 | default "45" if BFIN533_STAMP |
326 | default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT) | 326 | default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM) |
327 | default "22" if BFIN533_BLUETECHNIX_CM | 327 | default "22" if BFIN533_BLUETECHNIX_CM |
328 | default "20" if BFIN537_BLUETECHNIX_CM | 328 | default "20" if BFIN537_BLUETECHNIX_CM |
329 | default "20" if BFIN561_BLUETECHNIX_CM | 329 | default "20" if BFIN561_BLUETECHNIX_CM |
@@ -360,7 +360,7 @@ config SCLK_DIV | |||
360 | range 1 15 | 360 | range 1 15 |
361 | default 5 if BFIN533_EZKIT | 361 | default 5 if BFIN533_EZKIT |
362 | default 5 if BFIN533_STAMP | 362 | default 5 if BFIN533_STAMP |
363 | default 4 if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT) | 363 | default 4 if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM) |
364 | default 5 if BFIN533_BLUETECHNIX_CM | 364 | default 5 if BFIN533_BLUETECHNIX_CM |
365 | default 4 if BFIN537_BLUETECHNIX_CM | 365 | default 4 if BFIN537_BLUETECHNIX_CM |
366 | default 4 if BFIN561_BLUETECHNIX_CM | 366 | default 4 if BFIN561_BLUETECHNIX_CM |
@@ -449,10 +449,11 @@ config MEM_SIZE | |||
449 | default 128 if BFIN533_STAMP | 449 | default 128 if BFIN533_STAMP |
450 | default 64 if PNAV10 | 450 | default 64 if PNAV10 |
451 | default 32 if H8606_HVSISTEMAS | 451 | default 32 if H8606_HVSISTEMAS |
452 | default 64 if BFIN548_BLUETECHNIX_CM | ||
452 | 453 | ||
453 | choice | 454 | choice |
454 | prompt "DDR SDRAM Chip Type" | 455 | prompt "DDR SDRAM Chip Type" |
455 | depends on BFIN548_EZKIT | 456 | depends on (BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM) |
456 | default MEM_MT46V32M16_5B | 457 | default MEM_MT46V32M16_5B |
457 | 458 | ||
458 | config MEM_MT46V32M16_6T | 459 | config MEM_MT46V32M16_6T |