diff options
author | Alexandre Belloni | 2016-07-13 02:39:54 +0200 |
---|---|---|
committer | Alexandre Belloni | 2016-08-31 18:21:34 +0200 |
commit | e8aa7dcbf0b1fdd79127b125d2369bca7bdb5b03 (patch) | |
tree | be4c9cdb28f4d4afc84cee3160f066ea92e47876 /drivers/rtc/Kconfig | |
parent | 78aaa06d7956dc4cd42fff5033f4bf6fafcbc79f (diff) |
rtc: isl12057: remove driver
The Intersil isl12057 is now supported by the ds1307 driver.
Acked-by: Arnaud Ebalard <arno@natisbad.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 83a788416721..23acc3f536b3 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -388,16 +388,6 @@ config RTC_DRV_ISL12022 This driver can also be built as a module. If so, the module will be called rtc-isl12022. -config RTC_DRV_ISL12057 - select REGMAP_I2C - tristate "Intersil ISL12057" - help - If you say yes here you get support for the Intersil ISL12057 - I2C RTC chip. - - This driver can also be built as a module. If so, the module - will be called rtc-isl12057. - config RTC_DRV_X1205 tristate "Xicor/Intersil X1205" help |