aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-05-13 17:48:13 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-05-13 17:48:13 +0900
commit209791b2cc3cdaf0f6ff49c25db975f8bbf573dd (patch)
treecb7738954267746d14ddd101e9be88c8a9449d03 /arch/sh
parentMerge branch 'sh/lmb' (diff)
parentsh: All SH-X3 cores support NUMA and SMP, update Kconfig. (diff)
downloadlinux-dev-209791b2cc3cdaf0f6ff49c25db975f8bbf573dd.tar.xz
linux-dev-209791b2cc3cdaf0f6ff49c25db975f8bbf573dd.zip
Merge branch 'sh/highmem'
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 38611bcdf74c..e6c4776771d2 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -236,6 +236,8 @@ config CPU_SHX2
config CPU_SHX3
bool
select DMA_COHERENT
+ select SYS_SUPPORTS_SMP
+ select SYS_SUPPORTS_NUMA
config ARCH_SHMOBILE
bool
@@ -452,18 +454,12 @@ config CPU_SUBTYPE_SH7786
select CPU_SH4A
select CPU_SHX3
select CPU_HAS_PTEAEX
- select ARCH_SPARSEMEM_ENABLE
- select SYS_SUPPORTS_NUMA
- select SYS_SUPPORTS_SMP
select GENERIC_CLOCKEVENTS_BROADCAST if SMP
config CPU_SUBTYPE_SHX3
bool "Support SH-X3 processor"
select CPU_SH4A
select CPU_SHX3
- select ARCH_SPARSEMEM_ENABLE
- select SYS_SUPPORTS_NUMA
- select SYS_SUPPORTS_SMP
select GENERIC_CLOCKEVENTS_BROADCAST if SMP
# SH4AL-DSP Processor Support