Kconfig (f3d2229852697062d530f19742f0ab792b92873d) | Kconfig (05627486ab7f31ea09d8bb7a83582ca0185dc283) |
---|---|
1# 2# Processor families 3# 4config CPU_SH2 5 select SH_WRITETHROUGH if !CPU_SH2A 6 bool 7 8config CPU_SH2A --- 112 unchanged lines hidden (view full) --- 121 select CPU_SH4 122 select CPU_HAS_IPR_IRQ 123 help 124 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU. 125 126config CPU_SUBTYPE_SH7091 127 bool "Support SH7091 processor" 128 select CPU_SH4 | 1# 2# Processor families 3# 4config CPU_SH2 5 select SH_WRITETHROUGH if !CPU_SH2A 6 bool 7 8config CPU_SH2A --- 112 unchanged lines hidden (view full) --- 121 select CPU_SH4 122 select CPU_HAS_IPR_IRQ 123 help 124 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU. 125 126config CPU_SUBTYPE_SH7091 127 bool "Support SH7091 processor" 128 select CPU_SH4 |
129 select CPU_SUBTYPE_SH7750 | |
130 help 131 Select SH7091 if you have an SH-4 based Sega device (such as 132 the Dreamcast, Naomi, and Naomi 2). 133 134config CPU_SUBTYPE_SH7750R 135 bool "Support SH7750R processor" 136 select CPU_SH4 | 129 help 130 Select SH7091 if you have an SH-4 based Sega device (such as 131 the Dreamcast, Naomi, and Naomi 2). 132 133config CPU_SUBTYPE_SH7750R 134 bool "Support SH7750R processor" 135 select CPU_SH4 |
137 select CPU_SUBTYPE_SH7750 | |
138 select CPU_HAS_IPR_IRQ 139 140config CPU_SUBTYPE_SH7750S 141 bool "Support SH7750S processor" 142 select CPU_SH4 | 136 select CPU_HAS_IPR_IRQ 137 138config CPU_SUBTYPE_SH7750S 139 bool "Support SH7750S processor" 140 select CPU_SH4 |
143 select CPU_SUBTYPE_SH7750 | |
144 select CPU_HAS_IPR_IRQ 145 146config CPU_SUBTYPE_SH7751 147 bool "Support SH7751 processor" 148 select CPU_SH4 149 select CPU_HAS_IPR_IRQ 150 help 151 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU, 152 or if you have a HD6417751R CPU. 153 154config CPU_SUBTYPE_SH7751R 155 bool "Support SH7751R processor" 156 select CPU_SH4 | 141 select CPU_HAS_IPR_IRQ 142 143config CPU_SUBTYPE_SH7751 144 bool "Support SH7751 processor" 145 select CPU_SH4 146 select CPU_HAS_IPR_IRQ 147 help 148 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU, 149 or if you have a HD6417751R CPU. 150 151config CPU_SUBTYPE_SH7751R 152 bool "Support SH7751R processor" 153 select CPU_SH4 |
157 select CPU_SUBTYPE_SH7751 | |
158 select CPU_HAS_IPR_IRQ 159 160config CPU_SUBTYPE_SH7760 161 bool "Support SH7760 processor" 162 select CPU_SH4 163 select CPU_HAS_INTC2_IRQ 164 select CPU_HAS_IPR_IRQ 165 --- 244 unchanged lines hidden --- | 154 select CPU_HAS_IPR_IRQ 155 156config CPU_SUBTYPE_SH7760 157 bool "Support SH7760 processor" 158 select CPU_SH4 159 select CPU_HAS_INTC2_IRQ 160 select CPU_HAS_IPR_IRQ 161 --- 244 unchanged lines hidden --- |