aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2019-05-25 11:12:51 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-06-01 23:12:45 +0200
commit9c3f0795e42513bff1cc1ab55a893d1c3dbf60b4 (patch)
tree4021d14893646388d748322b05a46216a94db3bc /drivers/rtc
parentrtc: tegra: Turn into regular driver (diff)
downloadlinux-dev-9c3f0795e42513bff1cc1ab55a893d1c3dbf60b4.tar.xz
linux-dev-9c3f0795e42513bff1cc1ab55a893d1c3dbf60b4.zip
rtc: tps65910: remove superfluous Kconfig dependency
TPS65910 entry is already under 'if RTC_CLASS' - remove superfluous dependency. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 7b8e156dbf38..03b60d5c2330 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -553,7 +553,7 @@ config RTC_DRV_TPS6586X
config RTC_DRV_TPS65910
tristate "TI TPS65910 RTC driver"
- depends on RTC_CLASS && MFD_TPS65910
+ depends on MFD_TPS65910
help
If you say yes here you get support for the RTC on the
TPS65910 chips.