ODU: remove RTC driver for AM335x internal RTC

We actually only use the PMIC (TPS65910) RTC in the hardware,
and not the AM335x RTC.  Having a driver for a hardware that doesn't
receive actual backup voltage doesn't make sense.
This commit is contained in:
Harald Welte 2014-12-20 21:30:24 +01:00
parent 6bd60417a1
commit c19888095e
1 changed files with 2 additions and 2 deletions

View File

@ -343,9 +343,9 @@ CONFIG_MMC_UNSAFE_RESUME=y
CONFIG_SDIO_UART=y
CONFIG_MMC_OMAP_HS=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_M41T80=y
# CONFIG_RTC_DRV_M41T80 is not set
CONFIG_RTC_DRV_TPS65910=y
CONFIG_RTC_DRV_OMAP=y
# CONFIG_RTC_DRV_OMAP is not set
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y