diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2008-10-13 02:45:06 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-13 02:45:06 -0400 |
commit | 8cc7117e7c4968b10fd7327b4a62d9c23082a7b3 (patch) | |
tree | 2b567449398581b3b5d599ae06ecaf3aba081ecf /arch/blackfin/Kconfig | |
parent | 31f3d4a317ae1541bf25d0efbf4551855bed0d5b (diff) |
Blackfin arch: Add new board support for ADZS-BF526-EZ-BRD
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 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 4154ff1101fa..c507a92cb289 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -249,7 +249,7 @@ config MEM_MT48LC8M32B2B5_7 | |||
249 | 249 | ||
250 | config MEM_MT48LC32M16A2TG_75 | 250 | config MEM_MT48LC32M16A2TG_75 |
251 | bool | 251 | bool |
252 | depends on (BFIN527_EZKIT || BFIN532_IP0X || BLACKSTAMP) | 252 | depends on (BFIN527_EZKIT || BFIN532_IP0X || BLACKSTAMP || BFIN526_EZBRD) |
253 | default y | 253 | default y |
254 | 254 | ||
255 | source "arch/blackfin/mach-bf527/Kconfig" | 255 | source "arch/blackfin/mach-bf527/Kconfig" |
@@ -286,13 +286,20 @@ config BOOT_LOAD | |||
286 | memory region is used to capture NULL pointer references as well | 286 | memory region is used to capture NULL pointer references as well |
287 | as some core kernel functions. | 287 | as some core kernel functions. |
288 | 288 | ||
289 | config ROM_BASE | ||
290 | hex "Kernel ROM Base" | ||
291 | default "0x20040000" | ||
292 | range 0x20000000 0x20400000 if !(BF54x || BF561) | ||
293 | range 0x20000000 0x30000000 if (BF54x || BF561) | ||
294 | help | ||
295 | |||
289 | comment "Clock/PLL Setup" | 296 | comment "Clock/PLL Setup" |
290 | 297 | ||
291 | config CLKIN_HZ | 298 | config CLKIN_HZ |
292 | int "Frequency of the crystal on the board in Hz" | 299 | int "Frequency of the crystal on the board in Hz" |
293 | default "11059200" if BFIN533_STAMP | 300 | default "11059200" if BFIN533_STAMP |
294 | default "27000000" if BFIN533_EZKIT | 301 | default "27000000" if BFIN533_EZKIT |
295 | default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS || BLACKSTAMP) | 302 | default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD) |
296 | default "30000000" if BFIN561_EZKIT | 303 | default "30000000" if BFIN561_EZKIT |
297 | default "24576000" if PNAV10 | 304 | default "24576000" if PNAV10 |
298 | default "10000000" if BFIN532_IP0X | 305 | default "10000000" if BFIN532_IP0X |
@@ -332,7 +339,7 @@ config VCO_MULT | |||
332 | default "22" if BFIN533_BLUETECHNIX_CM | 339 | default "22" if BFIN533_BLUETECHNIX_CM |
333 | default "20" if (BFIN537_BLUETECHNIX_CM || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM) | 340 | default "20" if (BFIN537_BLUETECHNIX_CM || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM) |
334 | default "20" if BFIN561_EZKIT | 341 | default "20" if BFIN561_EZKIT |
335 | default "16" if (H8606_HVSISTEMAS || BLACKSTAMP) | 342 | default "16" if (H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD) |
336 | help | 343 | help |
337 | This controls the frequency of the on-chip PLL. This can be between 1 and 64. | 344 | This controls the frequency of the on-chip PLL. This can be between 1 and 64. |
338 | PLL Frequency = (Crystal Frequency) * (this setting) | 345 | PLL Frequency = (Crystal Frequency) * (this setting) |