diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-02 23:54:47 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-04 10:07:11 +0200 |
commit | 169680dee73d308f2a355eafd58bc5754cd2f9e3 (patch) | |
tree | 17e4773f4ceed0be66bbb595cc249cbfa088ec37 /drivers/rtc/Kconfig | |
parent | 27ff836d2f44e73370e247b2fa535166a7dcfbb9 (diff) |
rtc: remove unnecessary Kconfig dependencies
Remove the unused "depends on I2C" as the config options are already
guarded by if I2C.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 9e804ee16be0..8a1347da7927 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -448,7 +448,6 @@ config RTC_DRV_PCF85063 config RTC_DRV_PCF85363 tristate "NXP PCF85363" - depends on I2C select REGMAP_I2C help If you say yes here you get support for the PCF85363 RTC chip. @@ -603,7 +602,6 @@ config RTC_DRV_FM3130 config RTC_DRV_RX8010 tristate "Epson RX8010SJ" - depends on I2C help If you say yes here you get support for the Epson RX8010SJ RTC chip. |