diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2007-07-22 00:37:48 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-24 13:24:32 -0700 |
commit | 2240598c24683df1e1a6cdd1f461efd85547903c (patch) | |
tree | 9e7d27a68d0bc3a88c7e1e86f2111c6b0fb9fce8 /drivers/sbus | |
parent | b8c1c5da1520977cb55a358f20fc09567d40cad9 (diff) |
[SPARC32]: Deal with rtc/sun_mostek_rtc conflict.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/sbus')
-rw-r--r-- | drivers/sbus/char/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sbus/char/Kconfig b/drivers/sbus/char/Kconfig index 35a73168333f..400c65bfb8c7 100644 --- a/drivers/sbus/char/Kconfig +++ b/drivers/sbus/char/Kconfig @@ -15,6 +15,7 @@ config SUN_OPENPROMIO config SUN_MOSTEK_RTC tristate "Mostek real time clock support" + depends on SPARC32 help The Mostek RTC chip is used on all known Sun computers except some JavaStations. For a JavaStation you need to say Y both here |