diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-13 00:39:54 (GMT) |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-08-31 16:21:34 (GMT) |
commit | e8aa7dcbf0b1fdd79127b125d2369bca7bdb5b03 (patch) | |
tree | be4c9cdb28f4d4afc84cee3160f066ea92e47876 /drivers/rtc/Makefile | |
parent | 78aaa06d7956dc4cd42fff5033f4bf6fafcbc79f (diff) | |
download | linux-e8aa7dcbf0b1fdd79127b125d2369bca7bdb5b03.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 8fb994b..1ac694a 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -72,7 +72,6 @@ obj-$(CONFIG_RTC_DRV_HID_SENSOR_TIME) += rtc-hid-sensor-time.o obj-$(CONFIG_RTC_DRV_HYM8563) += rtc-hym8563.o obj-$(CONFIG_RTC_DRV_IMXDI) += rtc-imxdi.o obj-$(CONFIG_RTC_DRV_ISL12022) += rtc-isl12022.o -obj-$(CONFIG_RTC_DRV_ISL12057) += rtc-isl12057.o obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o obj-$(CONFIG_RTC_DRV_LP8788) += rtc-lp8788.o |