diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 7faa2f554ab1..9a01d445eca8 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -342,8 +342,9 @@ config MEM_MT48LC64M4A2FB_7E | |||
342 | config MEM_MT48LC16M16A2TG_75 | 342 | config MEM_MT48LC16M16A2TG_75 |
343 | bool | 343 | bool |
344 | depends on (BFIN533_EZKIT || BFIN561_EZKIT \ | 344 | depends on (BFIN533_EZKIT || BFIN561_EZKIT \ |
345 | || BFIN533_BLUETECHNIX_CM || BFIN537_BLUETECHNIX_CM \ | 345 | || BFIN533_BLUETECHNIX_CM || BFIN537_BLUETECHNIX_CM_E \ |
346 | || H8606_HVSISTEMAS || BFIN527_BLUETECHNIX_CM) | 346 | || BFIN537_BLUETECHNIX_CM_U || H8606_HVSISTEMAS \ |
347 | || BFIN527_BLUETECHNIX_CM) | ||
347 | default y | 348 | default y |
348 | 349 | ||
349 | config MEM_MT48LC32M8A2_75 | 350 | config MEM_MT48LC32M8A2_75 |
@@ -459,7 +460,7 @@ config VCO_MULT | |||
459 | default "45" if BFIN533_STAMP | 460 | default "45" if BFIN533_STAMP |
460 | default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM || BFIN538_EZKIT) | 461 | default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM || BFIN538_EZKIT) |
461 | default "22" if BFIN533_BLUETECHNIX_CM | 462 | default "22" if BFIN533_BLUETECHNIX_CM |
462 | default "20" if (BFIN537_BLUETECHNIX_CM || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM) | 463 | default "20" if (BFIN537_BLUETECHNIX_CM_E || BFIN537_BLUETECHNIX_CM_U || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM) |
463 | default "20" if BFIN561_EZKIT | 464 | default "20" if BFIN561_EZKIT |
464 | default "16" if (H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD || BFIN518F_EZBRD) | 465 | default "16" if (H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD || BFIN518F_EZBRD) |
465 | help | 466 | help |
@@ -574,8 +575,8 @@ config MAX_VCO_HZ | |||
574 | default 400000000 if BF514 | 575 | default 400000000 if BF514 |
575 | default 400000000 if BF516 | 576 | default 400000000 if BF516 |
576 | default 400000000 if BF518 | 577 | default 400000000 if BF518 |
577 | default 600000000 if BF522 | 578 | default 400000000 if BF522 |
578 | default 400000000 if BF523 | 579 | default 600000000 if BF523 |
579 | default 400000000 if BF524 | 580 | default 400000000 if BF524 |
580 | default 600000000 if BF525 | 581 | default 600000000 if BF525 |
581 | default 400000000 if BF526 | 582 | default 400000000 if BF526 |
@@ -647,7 +648,7 @@ config CYCLES_CLOCKSOURCE | |||
647 | writing the registers will most likely crash the kernel. | 648 | writing the registers will most likely crash the kernel. |
648 | 649 | ||
649 | config GPTMR0_CLOCKSOURCE | 650 | config GPTMR0_CLOCKSOURCE |
650 | bool "Use GPTimer0 as a clocksource (higher rating)" | 651 | bool "Use GPTimer0 as a clocksource" |
651 | select BFIN_GPTIMERS | 652 | select BFIN_GPTIMERS |
652 | depends on GENERIC_CLOCKEVENTS | 653 | depends on GENERIC_CLOCKEVENTS |
653 | depends on !TICKSOURCE_GPTMR0 | 654 | depends on !TICKSOURCE_GPTMR0 |
@@ -917,10 +918,6 @@ comment "Cache Support" | |||
917 | config BFIN_ICACHE | 918 | config BFIN_ICACHE |
918 | bool "Enable ICACHE" | 919 | bool "Enable ICACHE" |
919 | default y | 920 | default y |
920 | config BFIN_ICACHE_LOCK | ||
921 | bool "Enable Instruction Cache Locking" | ||
922 | depends on BFIN_ICACHE | ||
923 | default n | ||
924 | config BFIN_EXTMEM_ICACHEABLE | 921 | config BFIN_EXTMEM_ICACHEABLE |
925 | bool "Enable ICACHE for external memory" | 922 | bool "Enable ICACHE for external memory" |
926 | depends on BFIN_ICACHE | 923 | depends on BFIN_ICACHE |
@@ -987,7 +984,7 @@ endchoice | |||
987 | config BFIN_L2_DCACHEABLE | 984 | config BFIN_L2_DCACHEABLE |
988 | bool "Enable DCACHE for L2 SRAM" | 985 | bool "Enable DCACHE for L2 SRAM" |
989 | depends on BFIN_DCACHE | 986 | depends on BFIN_DCACHE |
990 | depends on BF54x || BF561 | 987 | depends on (BF54x || BF561) && !SMP |
991 | default n | 988 | default n |
992 | choice | 989 | choice |
993 | prompt "L2 SRAM DCACHE policy" | 990 | prompt "L2 SRAM DCACHE policy" |
@@ -995,11 +992,9 @@ choice | |||
995 | default BFIN_L2_WRITEBACK | 992 | default BFIN_L2_WRITEBACK |
996 | config BFIN_L2_WRITEBACK | 993 | config BFIN_L2_WRITEBACK |
997 | bool "Write back" | 994 | bool "Write back" |
998 | depends on !SMP | ||
999 | 995 | ||
1000 | config BFIN_L2_WRITETHROUGH | 996 | config BFIN_L2_WRITETHROUGH |
1001 | bool "Write through" | 997 | bool "Write through" |
1002 | depends on !SMP | ||
1003 | endchoice | 998 | endchoice |
1004 | 999 | ||
1005 | 1000 | ||
@@ -1154,11 +1149,12 @@ source "fs/Kconfig.binfmt" | |||
1154 | endmenu | 1149 | endmenu |
1155 | 1150 | ||
1156 | menu "Power management options" | 1151 | menu "Power management options" |
1152 | depends on !SMP | ||
1153 | |||
1157 | source "kernel/power/Kconfig" | 1154 | source "kernel/power/Kconfig" |
1158 | 1155 | ||
1159 | config ARCH_SUSPEND_POSSIBLE | 1156 | config ARCH_SUSPEND_POSSIBLE |
1160 | def_bool y | 1157 | def_bool y |
1161 | depends on !SMP | ||
1162 | 1158 | ||
1163 | choice | 1159 | choice |
1164 | prompt "Standby Power Saving Mode" | 1160 | prompt "Standby Power Saving Mode" |
@@ -1246,6 +1242,7 @@ config PM_BFIN_WAKE_GP | |||
1246 | endmenu | 1242 | endmenu |
1247 | 1243 | ||
1248 | menu "CPU Frequency scaling" | 1244 | menu "CPU Frequency scaling" |
1245 | depends on !SMP | ||
1249 | 1246 | ||
1250 | source "drivers/cpufreq/Kconfig" | 1247 | source "drivers/cpufreq/Kconfig" |
1251 | 1248 | ||