Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
drivers/rtc/Kconfig
··· 448 448 449 449 config RTC_DRV_PCF85363 450 450 tristate "NXP PCF85363" 451 - depends on I2C 452 451 select REGMAP_I2C 453 452 help 454 453 If you say yes here you get support for the PCF85363 RTC chip. ··· 602 603 603 604 config RTC_DRV_RX8010 604 605 tristate "Epson RX8010SJ" 605 - depends on I2C 606 606 help 607 607 If you say yes here you get support for the Epson RX8010SJ RTC 608 608 chip.