The DS1338 RTC chip is supported in DM mode by the DS1307 driver, and at
this point all users have been using this functionality. It was a
function of Kconfig configuration that implied otherwise. Remove the
unused legacy symbols.
Signed-off-by: Tom Rini <trini@konsulko.com>
CONFIG_MCFFEC=y
CONFIG_MII=y
CONFIG_DM_RTC=y
-CONFIG_RTC_DS1338=y
+CONFIG_RTC_DS1307=y
CONFIG_MCFUART=y
CONFIG_WDT=y
CONFIG_MCFFEC=y
CONFIG_MII=y
CONFIG_DM_RTC=y
-CONFIG_RTC_DS1338=y
+CONFIG_RTC_DS1307=y
CONFIG_MCFUART=y
CONFIG_WDT=y
bool "Enable support for no oscillator output in DS1337 driver"
depends on RTC_DS1337
-config RTC_DS1338
- bool "Enable DS1338 driver"
- help
- Support for Dallas Semiconductor (now Maxim) DS1338 and compatible
- Real Time Clock devices.
-
config RTC_DS1374
bool "Enable DS1374 driver"
depends on !DM_RTC
obj-$(CONFIG_RTC_ARMADA38X) += armada38x.o
obj-$(CONFIG_RTC_DAVINCI) += davinci.o
obj-$(CONFIG_RTC_DS1307) += ds1307.o
-obj-$(CONFIG_RTC_DS1338) += ds1307.o
obj-$(CONFIG_RTC_DS1337) += ds1337.o
obj-$(CONFIG_RTC_DS1374) += ds1374.o
obj-$(CONFIG_RTC_DS1672) += ds1672.o