aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-06 01:55:36 -0500
committerPaul Mundt <lethal@linux-sh.org>2007-11-06 21:13:55 -0500
commit0e3a9aab954910b1dcdf2133a46a58cc729ce3dc (patch)
treef519fec4fe1b65322c3e8e971f325a10bfef4de3 /arch
parentf7b6130e736b031c8b42ded4027b4793a7b1ef79 (diff)
sh: ubc wakeup for SH-4 only.
SH-4A parts generally don't have any use for this, and it requires an alternate implementation anyways. Leave this as an SH-4 only option, as that's the only place this has been needed in the past. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 754a75e58792..496d635f89b2 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -605,7 +605,7 @@ config BOOT_LINK_OFFSET
605 605
606config UBC_WAKEUP 606config UBC_WAKEUP
607 bool "Wakeup UBC on startup" 607 bool "Wakeup UBC on startup"
608 depends on CPU_SH4 608 depends on CPU_SH4 && !CPU_SH4A
609 help 609 help
610 Selecting this option will wakeup the User Break Controller (UBC) on 610 Selecting this option will wakeup the User Break Controller (UBC) on
611 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