Преглед изворни кода

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>
Paul Mundt пре 17 година
родитељ
комит
0e3a9aab95
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/sh/Kconfig

+ 1 - 1
arch/sh/Kconfig

@@ -605,7 +605,7 @@ config BOOT_LINK_OFFSET
 
 
 config UBC_WAKEUP
 config UBC_WAKEUP
 	bool "Wakeup UBC on startup"
 	bool "Wakeup UBC on startup"
-	depends on CPU_SH4
+	depends on CPU_SH4 && !CPU_SH4A
 	help
 	help
 	  Selecting this option will wakeup the User Break Controller (UBC) on
 	  Selecting this option will wakeup the User Break Controller (UBC) on
 	  startup. Although the UBC is left in an awake state when the processor
 	  startup. Although the UBC is left in an awake state when the processor