From c19888095e11b5ea8d88148f709888b80a52a8f9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Dec 2014 21:30:24 +0100 Subject: [PATCH] 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. --- recipes-bsp/linux/files/sysmocom-odu/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/linux/files/sysmocom-odu/defconfig b/recipes-bsp/linux/files/sysmocom-odu/defconfig index a34d6aa..0382da6 100644 --- a/recipes-bsp/linux/files/sysmocom-odu/defconfig +++ b/recipes-bsp/linux/files/sysmocom-odu/defconfig @@ -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