ARM: odroidxu3_defconfig: disable CONFIG_RTC_DRV_S3C 35/46635/1 accepted/tizen/mobile/20150824.134655 accepted/tizen/tv/20150824.134712 accepted/tizen/wearable/20150824.134728 submit/tizen/20150824.094308
authorJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 24 Aug 2015 07:52:32 +0000 (16:52 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 24 Aug 2015 09:07:06 +0000 (18:07 +0900)
commit09c14f19b981948ddcb219b0b5de97d720bbae25
tree30e883040c3651628ea8ee223af8343e982e9200
parent921c51095a12300e8301268d16bfb790b92a3bc1
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 <jy0922.shim@samsung.com>
arch/arm/configs/odroidxu3_defconfig