Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e3a9aab954910b1dcdf2133a46a58cc729ce3dc
Commit:     0e3a9aab954910b1dcdf2133a46a58cc729ce3dc
Parent:     f7b6130e736b031c8b42ded4027b4793a7b1ef79
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue Nov 6 15:55:36 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Wed Nov 7 11:13:55 2007 +0900

    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 <[EMAIL PROTECTED]>
---
 arch/sh/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 754a75e..496d635 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to