config RTC_DRV_MAX8907
        tristate "Maxim MAX8907"
-       depends on MFD_MAX8907
+       depends on MFD_MAX8907 || COMPILE_TEST
        help
          If you say yes here you will get support for the
          RTC of Maxim MAX8907 PMIC.
 
 config RTC_DRV_MAX77686
        tristate "Maxim MAX77686"
-       depends on MFD_MAX77686 || MFD_MAX77620
+       depends on MFD_MAX77686 || MFD_MAX77620 || COMPILE_TEST
        help
          If you say yes here you will get support for the
          RTC of Maxim MAX77686/MAX77620/MAX77802 PMIC.
 
 config RTC_DRV_S5M
        tristate "Samsung S2M/S5M series"
-       depends on MFD_SEC_CORE
+       depends on MFD_SEC_CORE || COMPILE_TEST
+       select REGMAP_IRQ
        help
          If you say yes here you will get support for the
          RTC of Samsung S2MPS14 and S5M PMIC series.