diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 22a3eb38438b..496d635f89b2 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -211,10 +211,12 @@ config SH_SOLUTION_ENGINE | |||
211 | bool "SolutionEngine" | 211 | bool "SolutionEngine" |
212 | select SOLUTION_ENGINE | 212 | select SOLUTION_ENGINE |
213 | select CPU_HAS_IPR_IRQ | 213 | select CPU_HAS_IPR_IRQ |
214 | 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 | ||
215 | help | 217 | help |
216 | Select SolutionEngine if configuring for a Hitachi SH7709 | 218 | Select SolutionEngine if configuring for a Hitachi SH7705, SH7709, |
217 | or SH7750 evaluation board. | 219 | SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. |
218 | 220 | ||
219 | config SH_7206_SOLUTION_ENGINE | 221 | config SH_7206_SOLUTION_ENGINE |
220 | bool "SolutionEngine7206" | 222 | bool "SolutionEngine7206" |
@@ -603,7 +605,7 @@ config BOOT_LINK_OFFSET | |||
603 | 605 | ||
604 | config UBC_WAKEUP | 606 | config UBC_WAKEUP |
605 | bool "Wakeup UBC on startup" | 607 | bool "Wakeup UBC on startup" |
606 | depends on CPU_SH4 | 608 | depends on CPU_SH4 && !CPU_SH4A |
607 | help | 609 | help |
608 | Selecting this option will wakeup the User Break Controller (UBC) on | 610 | Selecting this option will wakeup the User Break Controller (UBC) on |
609 | 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 |