sh: ubc wakeup for SH-4 only.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 6 Nov 2007 06:55:36 +0000 (15:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 7 Nov 2007 02:13:55 +0000 (11:13 +0900)
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>
arch/sh/Kconfig

index 754a75e58792f01d5b3bbdb6bbce954d468c7189..496d635f89b216722df77895005ab35698ec4e8f 100644 (file)
@@ -605,7 +605,7 @@ config BOOT_LINK_OFFSET
 
 config UBC_WAKEUP
        bool "Wakeup UBC on startup"
-       depends on CPU_SH4
+       depends on CPU_SH4 && !CPU_SH4A
        help
          Selecting this option will wakeup the User Break Controller (UBC) on
          startup. Although the UBC is left in an awake state when the processor
This page took 0.025147 seconds and 5 git commands to generate.