Skip to content

Commit a5a19e8

Browse files
rtc: Kconfig: move symbols to proper section
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>
1 parent b650cf9 commit a5a19e8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

drivers/rtc/Kconfig

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
20612047
config 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+
21352135
endif # RTC_CLASS

0 commit comments

Comments
 (0)