Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux13...
[powerpc.git] / drivers / rtc / Kconfig
index 5e43983..1759baa 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 menu "Real Time Clock"
+       depends on !S390
 
 config RTC_LIB
        tristate
@@ -98,7 +99,7 @@ config RTC_INTF_DEV_UIE_EMUL
        bool "RTC UIE emulation on dev interface"
        depends on RTC_INTF_DEV
        help
-         Provides an emulation for RTC_UIE if the underlaying rtc chip
+         Provides an emulation for RTC_UIE if the underlying rtc chip
          driver does not expose RTC_UIE ioctls.  Those requests generate
          once-per-second update interrupts, used for synchronization.