diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-03-10 03:26:29 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-10 03:26:29 -0400 |
commit | dc65a977ce59f2c3171ea451b90c7e5effb6737e (patch) | |
tree | 4f76c55edec9f0d6cdb19d5915cd688d10014d9f /arch/sh | |
parent | 8ffe31334262108be343d92e81649f9dc3efe826 (diff) |
sh: Define ARCH_SHMOBILE for SH-Mobile CPUs.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index a4c2c8458630..adffbf4048b1 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -179,6 +179,9 @@ config CPU_SHX2 | |||
179 | config CPU_SHX3 | 179 | config CPU_SHX3 |
180 | bool | 180 | bool |
181 | 181 | ||
182 | config ARCH_SHMOBILE | ||
183 | bool | ||
184 | |||
182 | choice | 185 | choice |
183 | prompt "Processor sub-type selection" | 186 | prompt "Processor sub-type selection" |
184 | 187 | ||
@@ -330,6 +333,7 @@ config CPU_SUBTYPE_SH7723 | |||
330 | bool "Support SH7723 processor" | 333 | bool "Support SH7723 processor" |
331 | select CPU_SH4A | 334 | select CPU_SH4A |
332 | select CPU_SHX2 | 335 | select CPU_SHX2 |
336 | select ARCH_SHMOBILE | ||
333 | select ARCH_SPARSEMEM_ENABLE | 337 | select ARCH_SPARSEMEM_ENABLE |
334 | select SYS_SUPPORTS_CMT | 338 | select SYS_SUPPORTS_CMT |
335 | help | 339 | help |
@@ -377,12 +381,14 @@ config CPU_SUBTYPE_SHX3 | |||
377 | config CPU_SUBTYPE_SH7343 | 381 | config CPU_SUBTYPE_SH7343 |
378 | bool "Support SH7343 processor" | 382 | bool "Support SH7343 processor" |
379 | select CPU_SH4AL_DSP | 383 | select CPU_SH4AL_DSP |
384 | select ARCH_SHMOBILE | ||
380 | select SYS_SUPPORTS_CMT | 385 | select SYS_SUPPORTS_CMT |
381 | 386 | ||
382 | config CPU_SUBTYPE_SH7722 | 387 | config CPU_SUBTYPE_SH7722 |
383 | bool "Support SH7722 processor" | 388 | bool "Support SH7722 processor" |
384 | select CPU_SH4AL_DSP | 389 | select CPU_SH4AL_DSP |
385 | select CPU_SHX2 | 390 | select CPU_SHX2 |
391 | select ARCH_SHMOBILE | ||
386 | select ARCH_SPARSEMEM_ENABLE | 392 | select ARCH_SPARSEMEM_ENABLE |
387 | select SYS_SUPPORTS_NUMA | 393 | select SYS_SUPPORTS_NUMA |
388 | select SYS_SUPPORTS_CMT | 394 | select SYS_SUPPORTS_CMT |
@@ -391,6 +397,7 @@ config CPU_SUBTYPE_SH7366 | |||
391 | bool "Support SH7366 processor" | 397 | bool "Support SH7366 processor" |
392 | select CPU_SH4AL_DSP | 398 | select CPU_SH4AL_DSP |
393 | select CPU_SHX2 | 399 | select CPU_SHX2 |
400 | select ARCH_SHMOBILE | ||
394 | select ARCH_SPARSEMEM_ENABLE | 401 | select ARCH_SPARSEMEM_ENABLE |
395 | select SYS_SUPPORTS_NUMA | 402 | select SYS_SUPPORTS_NUMA |
396 | select SYS_SUPPORTS_CMT | 403 | select SYS_SUPPORTS_CMT |