Commit 3cbb7b63 authored by Alexandre Belloni's avatar Alexandre Belloni

rtc: hid-sensor-time: stop selecting IIO

Make RTC_DRV_HID_SENSOR_TIME depend on IIO and HID_SENSOR_HUB to remove
possible circular dependencies as this is the only symbol selecting those.
Suggested-by: default avatarFlorian Lohoff <f@zz.de>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent e6e7376c
...@@ -1835,8 +1835,7 @@ comment "HID Sensor RTC drivers" ...@@ -1835,8 +1835,7 @@ comment "HID Sensor RTC drivers"
config RTC_DRV_HID_SENSOR_TIME config RTC_DRV_HID_SENSOR_TIME
tristate "HID Sensor Time" tristate "HID Sensor Time"
depends on USB_HID depends on USB_HID
select IIO depends on HID_SENSOR_HUB && IIO
select HID_SENSOR_HUB
select HID_SENSOR_IIO_COMMON select HID_SENSOR_IIO_COMMON
help help
Say yes here to build support for the HID Sensors of type Time. Say yes here to build support for the HID Sensors of type Time.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment