diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-07 15:00:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-07 15:00:25 -0500 |
commit | 5bb47b9ff3d16d40f8d45380b373497a545fa280 (patch) | |
tree | e13dd34395473342dc75eff5cbaf5b1ea753631c /arch/blackfin/mach-bf561/Kconfig | |
parent | 2f2408a88cf8fa43febfd7fb5783e61b2937b0f9 (diff) | |
parent | 06af15e086e39a5a2a2413973a64af8e10122f28 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6: (171 commits)
Blackfin arch: fix bug - BF527 0.2 silicon has different CPUID (DSPID) value
Blackfin arch: Enlarge flash partition for kenel for bf533/bf537 boards
Blackfin arch: fix bug: kernel crash when enable SDIO host driver
Blackfin arch: Print FP at level KERN_NOTICE
Blackfin arch: drop ad73311 test code
Blackfin arch: update board default configs
Blackfin arch: Set PB4 as the default irq for bf548 board v1.4+.
Blackfin arch: fix typo in early printk bit size processing
Blackfin arch: enable reprogram cclk and sclk for bf518f-ezbrd
Blackfin arch: add SDIO host driver platform data
Blackfin arch: fix bug - kernel stops at initial console
Blackfin arch: fix bug - kernel crash after config IP for ethernet port
Blackfin arch: add sdh support for bf518f-ezbrd
Blackfin arch: fix bug - kernel detects BF532 incorrectly
Blackfin arch: add () to avoid warnings from gcc
Blackfin arch: change HWTRACE Kconfig and set it on default
Blackfin arch: Clean oprofile build path for blackfin
Blackfin arch: remove hardware PM code, oprofile not use it
Blackfin arch: rewrite get_sclk()/get_vco()
Blackfin arch: cleanup and unify the ins functions
...
Diffstat (limited to 'arch/blackfin/mach-bf561/Kconfig')
-rw-r--r-- | arch/blackfin/mach-bf561/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/blackfin/mach-bf561/Kconfig b/arch/blackfin/mach-bf561/Kconfig index 3f4895450bea..638ec38ca470 100644 --- a/arch/blackfin/mach-bf561/Kconfig +++ b/arch/blackfin/mach-bf561/Kconfig | |||
@@ -4,9 +4,9 @@ source "arch/blackfin/mach-bf561/boards/Kconfig" | |||
4 | 4 | ||
5 | menu "BF561 Specific Configuration" | 5 | menu "BF561 Specific Configuration" |
6 | 6 | ||
7 | comment "Core B Support" | 7 | if (!SMP) |
8 | 8 | ||
9 | menu "Core B Support" | 9 | comment "Core B Support" |
10 | 10 | ||
11 | config BF561_COREB | 11 | config BF561_COREB |
12 | bool "Enable Core B support" | 12 | bool "Enable Core B support" |
@@ -25,7 +25,7 @@ config BF561_COREB_RESET | |||
25 | 0 is set, and will reset PC to 0xff600000 when | 25 | 0 is set, and will reset PC to 0xff600000 when |
26 | COREB_SRAM_INIT is cleared. | 26 | COREB_SRAM_INIT is cleared. |
27 | 27 | ||
28 | endmenu | 28 | endif |
29 | 29 | ||
30 | comment "Interrupt Priority Assignment" | 30 | comment "Interrupt Priority Assignment" |
31 | 31 | ||
@@ -138,7 +138,7 @@ config IRQ_DMA2_11 | |||
138 | default 9 | 138 | default 9 |
139 | config IRQ_TIMER0 | 139 | config IRQ_TIMER0 |
140 | int "TIMER 0 Interrupt" | 140 | int "TIMER 0 Interrupt" |
141 | default 10 | 141 | default 8 |
142 | config IRQ_TIMER1 | 142 | config IRQ_TIMER1 |
143 | int "TIMER 1 Interrupt" | 143 | int "TIMER 1 Interrupt" |
144 | default 10 | 144 | default 10 |