Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+14 -14
+14 -14
drivers/rtc/Kconfig
··· 2044 2044 This driver can also be built as a module, if so, the module 2045 2045 will be called "rtc-rtca3". 2046 2046 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 - 2061 2047 config RTC_DRV_GOLDFISH 2062 2048 tristate "Goldfish Real Time Clock" 2063 2049 depends on HAS_IOMEM ··· 2117 2131 2118 2132 This RTC module can be used as a wakeup source. 2119 2133 Please note that it is not battery-powered. 2134 + 2135 + comment "HID Sensor RTC drivers" 2136 + 2137 + config RTC_DRV_HID_SENSOR_TIME 2138 + tristate "HID Sensor Time" 2139 + depends on USB_HID 2140 + depends on HID_SENSOR_HUB && IIO 2141 + select HID_SENSOR_IIO_COMMON 2142 + help 2143 + Say yes here to build support for the HID Sensors of type Time. 2144 + This drivers makes such sensors available as RTCs. 2145 + 2146 + If this driver is compiled as a module, it will be named 2147 + rtc-hid-sensor-time. 2120 2148 2121 2149 endif # RTC_CLASS