@@ -2044,20 +2044,6 @@ config RTC_DRV_RENESAS_RTCA3
20442044 This driver can also be built as a module, if so, the module
20452045 will be called "rtc-rtca3".
20462046
2047- comment "HID Sensor RTC drivers"
2048-
2049- config RTC_DRV_HID_SENSOR_TIME
2050- tristate "HID Sensor Time"
2051- depends on USB_HID
2052- depends on HID_SENSOR_HUB && IIO
2053- select HID_SENSOR_IIO_COMMON
2054- help
2055- Say yes here to build support for the HID Sensors of type Time.
2056- This drivers makes such sensors available as RTCs.
2057-
2058- If this driver is compiled as a module, it will be named
2059- rtc-hid-sensor-time.
2060-
20612047config RTC_DRV_GOLDFISH
20622048 tristate "Goldfish Real Time Clock"
20632049 depends on HAS_IOMEM
@@ -2132,4 +2118,18 @@ config RTC_DRV_S32G
21322118 This RTC module can be used as a wakeup source.
21332119 Please note that it is not battery-powered.
21342120
2121+ comment "HID Sensor RTC drivers"
2122+
2123+ config RTC_DRV_HID_SENSOR_TIME
2124+ tristate "HID Sensor Time"
2125+ depends on USB_HID
2126+ depends on HID_SENSOR_HUB && IIO
2127+ select HID_SENSOR_IIO_COMMON
2128+ help
2129+ Say yes here to build support for the HID Sensors of type Time.
2130+ This drivers makes such sensors available as RTCs.
2131+
2132+ If this driver is compiled as a module, it will be named
2133+ rtc-hid-sensor-time.
2134+
21352135endif # RTC_CLASS
0 commit comments