Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=792e947a29da618d0945048bd257f354f8a1dc89
Commit:     792e947a29da618d0945048bd257f354f8a1dc89
Parent:     90015c89386ffb8967422fbe9f5e7babf1dc2c5e
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 18 18:53:09 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Fri Jul 20 12:18:20 2007 +0900

    sh: cpufreq: Fix driver dependencies and flag as broken.
    
    This is only supported on SH-4, so don't expose it for the other
    CPUs. Additionally, it's suffered some bitrot, so add a BROKEN
    dependency as well until we fix it up.
    
    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 3ac6db2..848a38b 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -474,7 +474,7 @@ source "drivers/cpufreq/Kconfig"
 
 config SH_CPU_FREQ
        tristate "SuperH CPU Frequency driver"
-       depends on CPU_FREQ
+       depends on CPU_FREQ && CPU_SH4 && BROKEN
        select CPU_FREQ_TABLE
        help
          This adds the cpufreq driver for SuperH. At present, only
-
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