diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 923a9da9c829..fabef47c1efc 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1173,4 +1173,20 @@ config RTC_DRV_SNVS | |||
1173 | This driver can also be built as a module, if so, the module | 1173 | This driver can also be built as a module, if so, the module |
1174 | will be called "rtc-snvs". | 1174 | will be called "rtc-snvs". |
1175 | 1175 | ||
1176 | comment "HID Sensor RTC drivers" | ||
1177 | |||
1178 | config RTC_DRV_HID_SENSOR_TIME | ||
1179 | tristate "HID Sensor Time" | ||
1180 | depends on USB_HID | ||
1181 | select IIO | ||
1182 | select HID_SENSOR_HUB | ||
1183 | select HID_SENSOR_IIO_COMMON | ||
1184 | help | ||
1185 | Say yes here to build support for the HID Sensors of type Time. | ||
1186 | This drivers makes such sensors available as RTCs. | ||
1187 | |||
1188 | If this driver is compiled as a module, it will be named | ||
1189 | rtc-hid-sensor-time. | ||
1190 | |||
1191 | |||
1176 | endif # RTC_CLASS | 1192 | endif # RTC_CLASS |