From 09c14f19b981948ddcb219b0b5de97d720bbae25 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Mon, 24 Aug 2015 16:52:32 +0900 Subject: [PATCH] ARM: odroidxu3_defconfig: disable CONFIG_RTC_DRV_S3C Odroid-XU3 board has two rtc devices - SoC rtc(rtc-s3c) and pmic rtc (rtc-s5m), so two device nodes for rtc like /dev/rtc0 and /dev/rtc1 will be created. The pmic rtc can keep time via rtc backup battery, so tizen platform will want to use pmic rtc than SoC rtc but it can't know which device node is for pmic rtc. This patch disables CONFIG_RTC_DRV_S3C, then tizen platform can use only pmic rtc. Change-Id: Ie4256d547c9263c6bcb0302aacd7fbd3b47a4048 Signed-off-by: Joonyoung Shim --- arch/arm/configs/odroidxu3_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/odroidxu3_defconfig b/arch/arm/configs/odroidxu3_defconfig index e28643b48758..21be3be75f9e 100644 --- a/arch/arm/configs/odroidxu3_defconfig +++ b/arch/arm/configs/odroidxu3_defconfig @@ -3402,7 +3402,7 @@ CONFIG_RTC_DRV_S5M=y # on-CPU RTC drivers # CONFIG_HAVE_S3C_RTC=y -CONFIG_RTC_DRV_S3C=y +# CONFIG_RTC_DRV_S3C is not set # CONFIG_RTC_DRV_PL030 is not set # CONFIG_RTC_DRV_PL031 is not set # CONFIG_RTC_DRV_SNVS is not set -- 2.34.1