Kconfig (a8f67f4b4d4b74cd14d3540ade8657ebee543340) | Kconfig (74d99a5e262229ee865f6f68528d10b82471ead6) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 147 unchanged lines hidden (view full) --- 156 bool "Support SH7619 processor" 157 select CPU_SH2 158 159# SH-2A Processor Support 160 161config CPU_SUBTYPE_SH7203 162 bool "Support SH7203 processor" 163 select CPU_SH2A | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 147 unchanged lines hidden (view full) --- 156 bool "Support SH7619 processor" 157 select CPU_SH2 158 159# SH-2A Processor Support 160 161config CPU_SUBTYPE_SH7203 162 bool "Support SH7203 processor" 163 select CPU_SH2A |
164 select CPU_HAS_FPU |
|
164 165config CPU_SUBTYPE_SH7206 166 bool "Support SH7206 processor" 167 select CPU_SH2A 168 169config CPU_SUBTYPE_SH7263 170 bool "Support SH7263 processor" 171 select CPU_SH2A | 165 166config CPU_SUBTYPE_SH7206 167 bool "Support SH7206 processor" 168 select CPU_SH2A 169 170config CPU_SUBTYPE_SH7263 171 bool "Support SH7263 processor" 172 select CPU_SH2A |
173 select CPU_HAS_FPU |
|
172 173# SH-3 Processor Support 174 175config CPU_SUBTYPE_SH7705 176 bool "Support SH7705 processor" 177 select CPU_SH3 178 179config CPU_SUBTYPE_SH7706 --- 708 unchanged lines hidden --- | 174 175# SH-3 Processor Support 176 177config CPU_SUBTYPE_SH7705 178 bool "Support SH7705 processor" 179 select CPU_SH3 180 181config CPU_SUBTYPE_SH7706 --- 708 unchanged lines hidden --- |