aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2019-02-13 14:38:33 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-02-17 21:29:10 +0100
commit3cbb7b638fd1b1adaf35911a8aa812290727df4f (patch)
tree4e4cf033ef7ec954d30012f5eb72d136fdf8fcec /drivers/rtc/Kconfig
parente6e7376cfd7b3f9b63de3a22792f64d9bfb2ab53 (diff)
downloadlinux-3cbb7b638fd1b1adaf35911a8aa812290727df4f.tar.gz
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: Florian Lohoff <f@zz.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index a08785ac8903a..5d155ce995175 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1835,8 +1835,7 @@ 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
+ depends on HID_SENSOR_HUB && IIO
select HID_SENSOR_IIO_COMMON
help
Say yes here to build support for the HID Sensors of type Time.