X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Frtc%2FKconfig;h=e6ab071fb6fddece886b00be334fe6810f17993d;hb=7c2db36e730ee4facd341679ecb21ee73ba92831;hp=d6394c87ad6d4f69bf4b8c4ea6d04b26f9778ba9;hpb=a47a376f1c025e23e836c0376813c0424de665c2;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index d6394c8..e6ab071 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1075,7 +1075,7 @@ config RTC_DRV_TX4939 config RTC_DRV_MV tristate "Marvell SoC RTC" - depends on ARCH_KIRKWOOD || ARCH_DOVE + depends on ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU help If you say yes here you will get support for the in-chip RTC that can be found in some of Marvell's SoC devices, such as @@ -1225,4 +1225,20 @@ config RTC_DRV_SNVS This driver can also be built as a module, if so, the module will be called "rtc-snvs". +comment "HID Sensor RTC drivers" + +config RTC_DRV_HID_SENSOR_TIME + tristate "HID Sensor Time" + depends on USB_HID + select IIO + select HID_SENSOR_HUB + 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