config RTC_HCTOSYS
        bool "Set system time from RTC on startup and resume"
-       depends on RTC_CLASS = y
        default y
        help
          If you say yes here, the system time (wall clock) will be set using
 
 config RTC_DEBUG
        bool "RTC debug support"
-       depends on RTC_CLASS = y
        help
          Say yes here to enable debugging support in the RTC framework
          and individual RTC drivers.
 config RTC_INTF_SYSFS
        boolean "/sys/class/rtc/rtcN (sysfs)"
        depends on SYSFS
-       default RTC_CLASS
        help
          Say yes here if you want to use your RTCs using sysfs interfaces,
          /sys/class/rtc/rtc0 through /sys/.../rtcN.
 config RTC_INTF_PROC
        boolean "/proc/driver/rtc (procfs for rtcN)"
        depends on PROC_FS
-       default RTC_CLASS
        help
          Say yes here if you want to use your system clock RTC through
          the proc interface, /proc/driver/rtc.
 
 config RTC_INTF_DEV
        boolean "/dev/rtcN (character devices)"
-       default RTC_CLASS
        help
          Say yes here if you want to use your RTCs using the /dev
          interfaces, which "udev" sets up as /dev/rtc0 through
 
 config RTC_DRV_88PM860X
        tristate "Marvell 88PM860x"
-       depends on RTC_CLASS && I2C && MFD_88PM860X
+       depends on I2C && MFD_88PM860X
        help
          If you say yes here you get support for RTC function in Marvell
          88PM860x chips.
 
 config RTC_DRV_88PM80X
        tristate "Marvell 88PM80x"
-       depends on RTC_CLASS && I2C && MFD_88PM800
+       depends on I2C && MFD_88PM800
        help
          If you say yes here you get support for RTC function in Marvell
          88PM80x chips.
 
 config RTC_DRV_DS1374
        tristate "Dallas/Maxim DS1374"
-       depends on RTC_CLASS && I2C
+       depends on I2C
        help
          If you say yes here you get support for Dallas Semiconductor
          DS1374 real-time clock chips. If an interrupt is associated
 
 config RTC_DRV_DS3232
        tristate "Dallas/Maxim DS3232"
-       depends on RTC_CLASS && I2C
+       depends on I2C
        help
          If you say yes here you get support for Dallas Semiconductor
          DS3232 real-time clock chips. If an interrupt is associated
 
 config RTC_DRV_TWL4030
        tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0"
-       depends on RTC_CLASS && TWL4030_CORE
+       depends on TWL4030_CORE
        help
          If you say yes here you get support for the RTC on the
          TWL4030/TWL5030/TWL6030 family chips, used mostly with OMAP3 platforms.
 
 config RTC_DRV_DS1511
        tristate "Dallas DS1511"
-       depends on RTC_CLASS
        help
          If you say yes here you get support for the
          Dallas DS1511 timekeeping/watchdog chip.
 
 config RTC_DRV_STK17TA8
        tristate "Simtek STK17TA8"
-       depends on RTC_CLASS
        help
          If you say yes here you get support for the
          Simtek STK17TA8 timekeeping chip.
 
 config RTC_DRV_NUC900
        tristate "NUC910/NUC920 RTC driver"
-       depends on RTC_CLASS && ARCH_W90X900
+       depends on ARCH_W90X900
        help
          If you say yes here you get support for the RTC subsystem of the
          NUC910/NUC920 used in embedded systems.
 config RTC_DRV_IMXDI
        tristate "Freescale IMX DryIce Real Time Clock"
        depends on SOC_IMX25
-       depends on RTC_CLASS
        help
           Support for Freescale IMX DryIce RTC
 
 
 config RTC_DRV_SH
        tristate "SuperH On-Chip RTC"
-       depends on RTC_CLASS && SUPERH && HAVE_CLK
+       depends on SUPERH && HAVE_CLK
        help
          Say Y here to enable support for the on-chip RTC found in
          most SuperH processors.
 
 config RTC_DRV_JZ4740
        tristate "Ingenic JZ4740 SoC"
-       depends on RTC_CLASS
        depends on MACH_JZ4740
        help
          If you say yes here you get support for the Ingenic JZ4740 SoC RTC
 
 config RTC_DRV_TEGRA
        tristate "NVIDIA Tegra Internal RTC driver"
-       depends on RTC_CLASS && ARCH_TEGRA
+       depends on ARCH_TEGRA
        help
          If you say yes here you get support for the
          Tegra 200 series internal RTC module.
 config RTC_DRV_MXC
        tristate "Freescale MXC Real Time Clock"
        depends on ARCH_MXC
-       depends on RTC_CLASS
        help
           If you say yes here you get support for the Freescale MXC
           RTC module.