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

    sh: Fix up SH-3 and SH-4 driver dependencies.
    
    Both shwdt and rtc-sh are only supported on SH-3 and SH-4 at
    the moment, don't allow them to break the SH-2 and SH-5 (sh64)
    builds.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 drivers/char/watchdog/Kconfig |    2 +-
 drivers/rtc/Kconfig           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig
index 2f48ba3..ad5cc5f 100644
--- a/drivers/char/watchdog/Kconfig
+++ b/drivers/char/watchdog/Kconfig
@@ -602,7 +602,7 @@ config ZVM_WATCHDOG
 
 config SH_WDT
        tristate "SuperH Watchdog"
-       depends on SUPERH
+       depends on SUPERH && (CPU_SH3 || CPU_SH4)
        help
          This driver adds watchdog support for the integrated watchdog in the
          SuperH processors. If you have one of these processors and wish
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index cea401f..35f3466 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -394,7 +394,7 @@ config RTC_DRV_SA1100
 
 config RTC_DRV_SH
        tristate "SuperH On-Chip RTC"
-       depends on RTC_CLASS && SUPERH
+       depends on RTC_CLASS && SUPERH && (CPU_SH3 || CPU_SH4)
        help
          Say Y here to enable support for the on-chip RTC found in
          most SuperH processors.
-
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