diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-12-24 03:54:48 -0500 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-12-24 03:54:48 -0500 |
commit | 1545a1111a02b5aafe6f141e133a6269c5741285 (patch) | |
tree | f018c4b0c074c3e9ed72d887d74948a88165a9c5 /arch/blackfin/Kconfig | |
parent | 54a1668ce53fe701f1d36651b591ced388e97275 (diff) |
[Blackfin] arch: add support for BF523/BF524/BF526
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index e4ccdcdb4639..a241a0a27de2 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -85,11 +85,26 @@ config BF522 | |||
85 | help | 85 | help |
86 | BF522 Processor Support. | 86 | BF522 Processor Support. |
87 | 87 | ||
88 | config BF523 | ||
89 | bool "BF523" | ||
90 | help | ||
91 | BF523 Processor Support. | ||
92 | |||
93 | config BF524 | ||
94 | bool "BF524" | ||
95 | help | ||
96 | BF524 Processor Support. | ||
97 | |||
88 | config BF525 | 98 | config BF525 |
89 | bool "BF525" | 99 | bool "BF525" |
90 | help | 100 | help |
91 | BF525 Processor Support. | 101 | BF525 Processor Support. |
92 | 102 | ||
103 | config BF526 | ||
104 | bool "BF526" | ||
105 | help | ||
106 | BF526 Processor Support. | ||
107 | |||
93 | config BF527 | 108 | config BF527 |
94 | bool "BF527" | 109 | bool "BF527" |
95 | help | 110 | help |
@@ -198,7 +213,7 @@ endchoice | |||
198 | 213 | ||
199 | config BF52x | 214 | config BF52x |
200 | bool | 215 | bool |
201 | depends on (BF522 || BF525 || BF527) | 216 | depends on (BF522 || BF523 || BF524 || BF525 || BF526 || BF527) |
202 | default y | 217 | default y |
203 | 218 | ||
204 | config BF53x | 219 | config BF53x |
@@ -371,7 +386,10 @@ config SCLK_DIV | |||
371 | config MAX_VCO_HZ | 386 | config MAX_VCO_HZ |
372 | int | 387 | int |
373 | default 600000000 if BF522 | 388 | default 600000000 if BF522 |
389 | default 400000000 if BF523 | ||
390 | default 400000000 if BF524 | ||
374 | default 600000000 if BF525 | 391 | default 600000000 if BF525 |
392 | default 400000000 if BF526 | ||
375 | default 600000000 if BF527 | 393 | default 600000000 if BF527 |
376 | default 400000000 if BF531 | 394 | default 400000000 if BF531 |
377 | default 400000000 if BF532 | 395 | default 400000000 if BF532 |
@@ -383,6 +401,8 @@ config MAX_VCO_HZ | |||
383 | default 533333333 if BF539 | 401 | default 533333333 if BF539 |
384 | default 600000000 if BF542 | 402 | default 600000000 if BF542 |
385 | default 533333333 if BF544 | 403 | default 533333333 if BF544 |
404 | default 600000000 if BF547 | ||
405 | default 600000000 if BF548 | ||
386 | default 533333333 if BF549 | 406 | default 533333333 if BF549 |
387 | default 600000000 if BF561 | 407 | default 600000000 if BF561 |
388 | 408 | ||
@@ -897,8 +917,8 @@ config PM_WAKEUP_SIC_IWR | |||
897 | depends on PM_WAKEUP_GPIO_BY_SIC_IWR | 917 | depends on PM_WAKEUP_GPIO_BY_SIC_IWR |
898 | default 0x80000000 if (BF537 || BF536 || BF534) | 918 | default 0x80000000 if (BF537 || BF536 || BF534) |
899 | default 0x100000 if (BF533 || BF532 || BF531) | 919 | default 0x100000 if (BF533 || BF532 || BF531) |
900 | default 0x800000 if (BF549 || BF548 || BF547 || BF542) | 920 | default 0x800000 if (BF54x) |
901 | default 0x800000 if (BF527 || BF524 || BF522) | 921 | default 0x800000 if (BF52x) |
902 | 922 | ||
903 | config PM_WAKEUP_GPIO_NUMBER | 923 | config PM_WAKEUP_GPIO_NUMBER |
904 | int "Wakeup GPIO number" | 924 | int "Wakeup GPIO number" |