Commit 169680de authored by Alexandre Belloni's avatar Alexandre Belloni

rtc: remove unnecessary Kconfig dependencies

Remove the unused "depends on I2C" as the config options are already
guarded by if I2C.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 27ff836d
...@@ -448,7 +448,6 @@ config RTC_DRV_PCF85063 ...@@ -448,7 +448,6 @@ config RTC_DRV_PCF85063
config RTC_DRV_PCF85363 config RTC_DRV_PCF85363
tristate "NXP PCF85363" tristate "NXP PCF85363"
depends on I2C
select REGMAP_I2C select REGMAP_I2C
help help
If you say yes here you get support for the PCF85363 RTC chip. If you say yes here you get support for the PCF85363 RTC chip.
...@@ -603,7 +602,6 @@ config RTC_DRV_FM3130 ...@@ -603,7 +602,6 @@ config RTC_DRV_FM3130
config RTC_DRV_RX8010 config RTC_DRV_RX8010
tristate "Epson RX8010SJ" tristate "Epson RX8010SJ"
depends on I2C
help help
If you say yes here you get support for the Epson RX8010SJ RTC If you say yes here you get support for the Epson RX8010SJ RTC
chip. chip.
......
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