ARM: odroidxu3_defconfig: disable CONFIG_RTC_DRV_S3C
authorJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 24 Aug 2015 07:52:32 +0000 (16:52 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 31 Mar 2016 07:59:26 +0000 (16:59 +0900)
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 <jy0922.shim@samsung.com>
arch/arm/configs/odroidxu3_defconfig

index 582d93400cdbe685438884508b135b2540439443..33a4cec9b922ac848b18878e31b2141d841ad204 100644 (file)
@@ -3403,7 +3403,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