Commit dc65a977 authored by Paul Mundt's avatar Paul Mundt

sh: Define ARCH_SHMOBILE for SH-Mobile CPUs.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 8ffe3133
...@@ -179,6 +179,9 @@ config CPU_SHX2 ...@@ -179,6 +179,9 @@ config CPU_SHX2
config CPU_SHX3 config CPU_SHX3
bool bool
config ARCH_SHMOBILE
bool
choice choice
prompt "Processor sub-type selection" prompt "Processor sub-type selection"
...@@ -330,6 +333,7 @@ config CPU_SUBTYPE_SH7723 ...@@ -330,6 +333,7 @@ config CPU_SUBTYPE_SH7723
bool "Support SH7723 processor" bool "Support SH7723 processor"
select CPU_SH4A select CPU_SH4A
select CPU_SHX2 select CPU_SHX2
select ARCH_SHMOBILE
select ARCH_SPARSEMEM_ENABLE select ARCH_SPARSEMEM_ENABLE
select SYS_SUPPORTS_CMT select SYS_SUPPORTS_CMT
help help
...@@ -377,12 +381,14 @@ config CPU_SUBTYPE_SHX3 ...@@ -377,12 +381,14 @@ config CPU_SUBTYPE_SHX3
config CPU_SUBTYPE_SH7343 config CPU_SUBTYPE_SH7343
bool "Support SH7343 processor" bool "Support SH7343 processor"
select CPU_SH4AL_DSP select CPU_SH4AL_DSP
select ARCH_SHMOBILE
select SYS_SUPPORTS_CMT select SYS_SUPPORTS_CMT
config CPU_SUBTYPE_SH7722 config CPU_SUBTYPE_SH7722
bool "Support SH7722 processor" bool "Support SH7722 processor"
select CPU_SH4AL_DSP select CPU_SH4AL_DSP
select CPU_SHX2 select CPU_SHX2
select ARCH_SHMOBILE
select ARCH_SPARSEMEM_ENABLE select ARCH_SPARSEMEM_ENABLE
select SYS_SUPPORTS_NUMA select SYS_SUPPORTS_NUMA
select SYS_SUPPORTS_CMT select SYS_SUPPORTS_CMT
...@@ -391,6 +397,7 @@ config CPU_SUBTYPE_SH7366 ...@@ -391,6 +397,7 @@ config CPU_SUBTYPE_SH7366
bool "Support SH7366 processor" bool "Support SH7366 processor"
select CPU_SH4AL_DSP select CPU_SH4AL_DSP
select CPU_SHX2 select CPU_SHX2
select ARCH_SHMOBILE
select ARCH_SPARSEMEM_ENABLE select ARCH_SPARSEMEM_ENABLE
select SYS_SUPPORTS_NUMA select SYS_SUPPORTS_NUMA
select SYS_SUPPORTS_CMT select SYS_SUPPORTS_CMT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment