projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ff836
)
rtc: remove unnecessary Kconfig dependencies
author
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Tue, 2 Apr 2019 21:54:47 +0000
(23:54 +0200)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Thu, 4 Apr 2019 08:07:11 +0000
(10:07 +0200)
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>
drivers/rtc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/rtc/Kconfig
b/drivers/rtc/Kconfig
index 9e804ee16be0f6c4791125e59a2acf58c6e11041..8a1347da79277e4eda6d502a89630661c0166137 100644
(file)
--- 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.