diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-18 05:55:25 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-19 23:18:20 -0400 |
commit | d0afa579698f33a65bc5c21d3d667dbb46f9e440 (patch) | |
tree | d72916a396ed179b3556bf0dc3939a645c539018 /drivers/rtc | |
parent | e5e3dfc80a7380abe101d5b5d5266bed2691de1d (diff) |
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 <lethal@linux-sh.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index cea401feb0f3..35f34665e3c4 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -394,7 +394,7 @@ config RTC_DRV_SA1100 | |||
394 | 394 | ||
395 | config RTC_DRV_SH | 395 | config RTC_DRV_SH |
396 | tristate "SuperH On-Chip RTC" | 396 | tristate "SuperH On-Chip RTC" |
397 | depends on RTC_CLASS && SUPERH | 397 | depends on RTC_CLASS && SUPERH && (CPU_SH3 || CPU_SH4) |
398 | help | 398 | help |
399 | Say Y here to enable support for the on-chip RTC found in | 399 | Say Y here to enable support for the on-chip RTC found in |
400 | most SuperH processors. | 400 | most SuperH processors. |