diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 247f8a65e733..496d635f89b2 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -182,9 +182,7 @@ config CPU_HAS_IPR_IRQ | |||
182 | bool | 182 | bool |
183 | 183 | ||
184 | config CPU_HAS_SR_RB | 184 | config CPU_HAS_SR_RB |
185 | bool "CPU has SR.RB" | 185 | bool |
186 | depends on CPU_SH3 || CPU_SH4 | ||
187 | default y | ||
188 | help | 186 | help |
189 | This will enable the use of SR.RB register bank usage. Processors | 187 | This will enable the use of SR.RB register bank usage. Processors |
190 | that are lacking this bit must have another method in place for | 188 | that are lacking this bit must have another method in place for |
@@ -213,10 +211,12 @@ config SH_SOLUTION_ENGINE | |||
213 | bool "SolutionEngine" | 211 | bool "SolutionEngine" |
214 | select SOLUTION_ENGINE | 212 | select SOLUTION_ENGINE |
215 | select CPU_HAS_IPR_IRQ | 213 | select CPU_HAS_IPR_IRQ |
216 | depends on CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7750 | 214 | depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \ |
215 | CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \ | ||
216 | CPU_SUBTYPE_SH7750R | ||
217 | help | 217 | help |
218 | Select SolutionEngine if configuring for a Hitachi SH7709 | 218 | Select SolutionEngine if configuring for a Hitachi SH7705, SH7709, |
219 | or SH7750 evaluation board. | 219 | SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. |
220 | 220 | ||
221 | config SH_7206_SOLUTION_ENGINE | 221 | config SH_7206_SOLUTION_ENGINE |
222 | bool "SolutionEngine7206" | 222 | bool "SolutionEngine7206" |
@@ -291,9 +291,7 @@ config SH_DREAMCAST | |||
291 | depends on CPU_SUBTYPE_SH7091 | 291 | depends on CPU_SUBTYPE_SH7091 |
292 | help | 292 | help |
293 | Select Dreamcast if configuring for a SEGA Dreamcast. | 293 | Select Dreamcast if configuring for a SEGA Dreamcast. |
294 | More information at | 294 | More information at <http://www.linux-sh.org> |
295 | <http://www.m17n.org/linux-sh/dreamcast/>. There is a | ||
296 | Dreamcast project is at <http://linuxdc.sourceforge.net/>. | ||
297 | 295 | ||
298 | config SH_MPC1211 | 296 | config SH_MPC1211 |
299 | bool "Interface MPC1211" | 297 | bool "Interface MPC1211" |
@@ -607,7 +605,7 @@ config BOOT_LINK_OFFSET | |||
607 | 605 | ||
608 | config UBC_WAKEUP | 606 | config UBC_WAKEUP |
609 | bool "Wakeup UBC on startup" | 607 | bool "Wakeup UBC on startup" |
610 | depends on CPU_SH4 | 608 | depends on CPU_SH4 && !CPU_SH4A |
611 | help | 609 | help |
612 | Selecting this option will wakeup the User Break Controller (UBC) on | 610 | Selecting this option will wakeup the User Break Controller (UBC) on |
613 | startup. Although the UBC is left in an awake state when the processor | 611 | startup. Although the UBC is left in an awake state when the processor |