Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133316
b: refs/heads/master
c: dc65a97
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Mar 10, 2009
1 parent 1553dc3 commit 67c2c6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ffe31334262108be343d92e81649f9dc3efe826
refs/heads/master: dc65a977ce59f2c3171ea451b90c7e5effb6737e
7 changes: 7 additions & 0 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ config CPU_SHX2
config CPU_SHX3
bool

config ARCH_SHMOBILE
bool

choice
prompt "Processor sub-type selection"

Expand Down Expand Up @@ -330,6 +333,7 @@ config CPU_SUBTYPE_SH7723
bool "Support SH7723 processor"
select CPU_SH4A
select CPU_SHX2
select ARCH_SHMOBILE
select ARCH_SPARSEMEM_ENABLE
select SYS_SUPPORTS_CMT
help
Expand Down Expand Up @@ -377,12 +381,14 @@ config CPU_SUBTYPE_SHX3
config CPU_SUBTYPE_SH7343
bool "Support SH7343 processor"
select CPU_SH4AL_DSP
select ARCH_SHMOBILE
select SYS_SUPPORTS_CMT

config CPU_SUBTYPE_SH7722
bool "Support SH7722 processor"
select CPU_SH4AL_DSP
select CPU_SHX2
select ARCH_SHMOBILE
select ARCH_SPARSEMEM_ENABLE
select SYS_SUPPORTS_NUMA
select SYS_SUPPORTS_CMT
Expand All @@ -391,6 +397,7 @@ config CPU_SUBTYPE_SH7366
bool "Support SH7366 processor"
select CPU_SH4AL_DSP
select CPU_SHX2
select ARCH_SHMOBILE
select ARCH_SPARSEMEM_ENABLE
select SYS_SUPPORTS_NUMA
select SYS_SUPPORTS_CMT
Expand Down

0 comments on commit 67c2c6e

Please sign in to comment.