]> www.infradead.org Git - users/hch/misc.git/commitdiff
rtc: Kconfig: move symbols to proper section
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 5 Oct 2025 20:30:48 +0000 (22:30 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 5 Oct 2025 20:44:51 +0000 (22:44 +0200)
There is only one HID RTC, the following symbols are for on-SoC RTCs

Link: https://lore.kernel.org/r/20251005203048.3759240-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig

index 31d355b103d4348582c571ad0e3e8f5697625de2..17531bfe3deaf902fc882ef713023f8f7d819fd6 100644 (file)
@@ -2044,20 +2044,6 @@ config RTC_DRV_RENESAS_RTCA3
          This driver can also be built as a module, if so, the module
          will be called "rtc-rtca3".
 
-comment "HID Sensor RTC drivers"
-
-config RTC_DRV_HID_SENSOR_TIME
-       tristate "HID Sensor Time"
-       depends on USB_HID
-       depends on HID_SENSOR_HUB && IIO
-       select HID_SENSOR_IIO_COMMON
-       help
-         Say yes here to build support for the HID Sensors of type Time.
-         This drivers makes such sensors available as RTCs.
-
-         If this driver is compiled as a module, it will be named
-         rtc-hid-sensor-time.
-
 config RTC_DRV_GOLDFISH
        tristate "Goldfish Real Time Clock"
        depends on HAS_IOMEM
@@ -2132,4 +2118,18 @@ config RTC_DRV_S32G
          This RTC module can be used as a wakeup source.
          Please note that it is not battery-powered.
 
+comment "HID Sensor RTC drivers"
+
+config RTC_DRV_HID_SENSOR_TIME
+       tristate "HID Sensor Time"
+       depends on USB_HID
+       depends on HID_SENSOR_HUB && IIO
+       select HID_SENSOR_IIO_COMMON
+       help
+         Say yes here to build support for the HID Sensors of type Time.
+         This drivers makes such sensors available as RTCs.
+
+         If this driver is compiled as a module, it will be named
+         rtc-hid-sensor-time.
+
 endif # RTC_CLASS