diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-19 14:36:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-19 14:36:03 -0400 |
commit | 7c7cbaf5b82c418cd3b1dcf718f71d0e6057e639 (patch) | |
tree | da9aaa5a246af464b1e10d88618c1cad07b76314 /arch/sh/Kconfig | |
parent | ba0234ec35127fe21d373db53cbaf9fe20620cb6 (diff) | |
parent | 4d0956b8f597aac10208ca763f8fe641fde16aab (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (127 commits)
sh: update defconfigs.
sh: Fix up the NUMA build for recent LMB changes.
sh64: provide a stub per_cpu_trap_init() definition.
sh: fix up CONFIG_KEXEC=n build.
sh: fixup the docbook paths for clock framework shuffling.
driver core: Early dev_name() depends on slab_is_available().
sh: simplify WARN usage in SH clock driver
sh: Check return value of clk_get on ms7724
sh: Check return value of clk_get on ecovec24
sh: move sh clock-cpg.c contents to drivers/sh/clk-cpg.c
sh: move sh clock.c contents to drivers/sh/clk.
sh: move sh asm/clock.h contents to linux/sh_clk.h V2
sh: remove unused clock lookup
sh: switch boards to clkdev
sh: switch sh4-202 to clkdev
sh: switch shx3 to clkdev
sh: switch sh7757 to clkdev
sh: switch sh7763 to clkdev
sh: switch sh7780 to clkdev
sh: switch sh7786 to clkdev
...
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index e6d8ab5cfa9d..0e318c905eea 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -158,7 +158,6 @@ config LOCKDEP_SUPPORT | |||
158 | 158 | ||
159 | config HAVE_LATENCYTOP_SUPPORT | 159 | config HAVE_LATENCYTOP_SUPPORT |
160 | def_bool y | 160 | def_bool y |
161 | depends on !SMP | ||
162 | 161 | ||
163 | config ARCH_HAS_ILOG2_U32 | 162 | config ARCH_HAS_ILOG2_U32 |
164 | def_bool n | 163 | def_bool n |
@@ -238,6 +237,8 @@ config CPU_SHX2 | |||
238 | config CPU_SHX3 | 237 | config CPU_SHX3 |
239 | bool | 238 | bool |
240 | select DMA_COHERENT | 239 | select DMA_COHERENT |
240 | select SYS_SUPPORTS_SMP | ||
241 | select SYS_SUPPORTS_NUMA | ||
241 | 242 | ||
242 | config ARCH_SHMOBILE | 243 | config ARCH_SHMOBILE |
243 | bool | 244 | bool |
@@ -454,18 +455,12 @@ config CPU_SUBTYPE_SH7786 | |||
454 | select CPU_SH4A | 455 | select CPU_SH4A |
455 | select CPU_SHX3 | 456 | select CPU_SHX3 |
456 | select CPU_HAS_PTEAEX | 457 | select CPU_HAS_PTEAEX |
457 | select ARCH_SPARSEMEM_ENABLE | ||
458 | select SYS_SUPPORTS_NUMA | ||
459 | select SYS_SUPPORTS_SMP | ||
460 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP | 458 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
461 | 459 | ||
462 | config CPU_SUBTYPE_SHX3 | 460 | config CPU_SUBTYPE_SHX3 |
463 | bool "Support SH-X3 processor" | 461 | bool "Support SH-X3 processor" |
464 | select CPU_SH4A | 462 | select CPU_SH4A |
465 | select CPU_SHX3 | 463 | select CPU_SHX3 |
466 | select ARCH_SPARSEMEM_ENABLE | ||
467 | select SYS_SUPPORTS_NUMA | ||
468 | select SYS_SUPPORTS_SMP | ||
469 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP | 464 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
470 | 465 | ||
471 | # SH4AL-DSP Processor Support | 466 | # SH4AL-DSP Processor Support |
@@ -635,7 +630,7 @@ config KEXEC | |||
635 | 630 | ||
636 | config CRASH_DUMP | 631 | config CRASH_DUMP |
637 | bool "kernel crash dumps (EXPERIMENTAL)" | 632 | bool "kernel crash dumps (EXPERIMENTAL)" |
638 | depends on SUPERH32 && EXPERIMENTAL | 633 | depends on SUPERH32 && EXPERIMENTAL && BROKEN_ON_SMP |
639 | help | 634 | help |
640 | Generate crash dump after being started by kexec. | 635 | Generate crash dump after being started by kexec. |
641 | This should be normally only set in special crash dump kernels | 636 | This should be normally only set in special crash dump kernels |
@@ -707,6 +702,13 @@ config NR_CPUS | |||
707 | This is purely to save memory - each supported CPU adds | 702 | This is purely to save memory - each supported CPU adds |
708 | approximately eight kilobytes to the kernel image. | 703 | approximately eight kilobytes to the kernel image. |
709 | 704 | ||
705 | config HOTPLUG_CPU | ||
706 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" | ||
707 | depends on SMP && HOTPLUG && EXPERIMENTAL | ||
708 | help | ||
709 | Say Y here to experiment with turning CPUs off and on. CPUs | ||
710 | can be controlled through /sys/devices/system/cpu. | ||
711 | |||
710 | source "kernel/Kconfig.preempt" | 712 | source "kernel/Kconfig.preempt" |
711 | 713 | ||
712 | config GUSA | 714 | config GUSA |
@@ -733,6 +735,8 @@ config GUSA_RB | |||
733 | LLSC, this should be more efficient than the other alternative of | 735 | LLSC, this should be more efficient than the other alternative of |
734 | disabling interrupts around the atomic sequence. | 736 | disabling interrupts around the atomic sequence. |
735 | 737 | ||
738 | source "drivers/sh/Kconfig" | ||
739 | |||
736 | endmenu | 740 | endmenu |
737 | 741 | ||
738 | menu "Boot options" | 742 | menu "Boot options" |
@@ -864,4 +868,20 @@ source "security/Kconfig" | |||
864 | 868 | ||
865 | source "crypto/Kconfig" | 869 | source "crypto/Kconfig" |
866 | 870 | ||
871 | menuconfig VIRTUALIZATION | ||
872 | bool "Virtualization" | ||
873 | default n | ||
874 | ---help--- | ||
875 | Say Y here to get to see options for using your Linux host to run other | ||
876 | operating systems inside virtual machines (guests). | ||
877 | This option alone does not add any kernel code. | ||
878 | |||
879 | If you say N, all options in this submenu will be skipped and disabled. | ||
880 | |||
881 | if VIRTUALIZATION | ||
882 | |||
883 | source drivers/virtio/Kconfig | ||
884 | |||
885 | endif # VIRTUALIZATION | ||
886 | |||
867 | source "lib/Kconfig" | 887 | source "lib/Kconfig" |