aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-05-28 05:39:10 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-28 06:33:03 -0400
commitad2cf090e2e00530379ebe114bffce19f618b11c (patch)
tree88a8a8fcf910fff5806b2787fab5785297c87097 /arch
parent8a776fb92498ecf3d9c5a09d2edb2389cd7f31e0 (diff)
ARM: s3c6400_defconfig: Add RTC driver support
Now that the RTC driver supports the S3C64XX, enable it in the build. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/s3c6400_defconfig67
1 files changed, 66 insertions, 1 deletions
diff --git a/arch/arm/configs/s3c6400_defconfig b/arch/arm/configs/s3c6400_defconfig
index e87a05877616..55fd52043401 100644
--- a/arch/arm/configs/s3c6400_defconfig
+++ b/arch/arm/configs/s3c6400_defconfig
@@ -1172,7 +1172,72 @@ CONFIG_MMC_SDHCI_S3C=y
1172# CONFIG_NEW_LEDS is not set 1172# CONFIG_NEW_LEDS is not set
1173# CONFIG_ACCESSIBILITY is not set 1173# CONFIG_ACCESSIBILITY is not set
1174CONFIG_RTC_LIB=y 1174CONFIG_RTC_LIB=y
1175# CONFIG_RTC_CLASS is not set 1175CONFIG_RTC_CLASS=y
1176CONFIG_RTC_HCTOSYS=y
1177CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
1178# CONFIG_RTC_DEBUG is not set
1179
1180#
1181# RTC interfaces
1182#
1183CONFIG_RTC_INTF_SYSFS=y
1184CONFIG_RTC_INTF_PROC=y
1185CONFIG_RTC_INTF_DEV=y
1186# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
1187# CONFIG_RTC_DRV_TEST is not set
1188
1189#
1190# I2C RTC drivers
1191#
1192# CONFIG_RTC_DRV_DS1307 is not set
1193# CONFIG_RTC_DRV_DS1374 is not set
1194# CONFIG_RTC_DRV_DS1672 is not set
1195# CONFIG_RTC_DRV_MAX6900 is not set
1196# CONFIG_RTC_DRV_RS5C372 is not set
1197# CONFIG_RTC_DRV_ISL1208 is not set
1198# CONFIG_RTC_DRV_X1205 is not set
1199# CONFIG_RTC_DRV_PCF8563 is not set
1200# CONFIG_RTC_DRV_PCF8583 is not set
1201# CONFIG_RTC_DRV_M41T80 is not set
1202# CONFIG_RTC_DRV_BQ32K is not set
1203# CONFIG_RTC_DRV_S35390A is not set
1204# CONFIG_RTC_DRV_FM3130 is not set
1205# CONFIG_RTC_DRV_RX8581 is not set
1206# CONFIG_RTC_DRV_RX8025 is not set
1207
1208#
1209# SPI RTC drivers
1210#
1211# CONFIG_RTC_DRV_M41T94 is not set
1212# CONFIG_RTC_DRV_DS1305 is not set
1213# CONFIG_RTC_DRV_DS1390 is not set
1214# CONFIG_RTC_DRV_MAX6902 is not set
1215# CONFIG_RTC_DRV_R9701 is not set
1216# CONFIG_RTC_DRV_RS5C348 is not set
1217# CONFIG_RTC_DRV_DS3234 is not set
1218# CONFIG_RTC_DRV_PCF2123 is not set
1219
1220#
1221# Platform RTC drivers
1222#
1223# CONFIG_RTC_DRV_CMOS is not set
1224# CONFIG_RTC_DRV_DS1286 is not set
1225# CONFIG_RTC_DRV_DS1511 is not set
1226# CONFIG_RTC_DRV_DS1553 is not set
1227# CONFIG_RTC_DRV_DS1742 is not set
1228# CONFIG_RTC_DRV_STK17TA8 is not set
1229# CONFIG_RTC_DRV_M48T86 is not set
1230# CONFIG_RTC_DRV_M48T35 is not set
1231# CONFIG_RTC_DRV_M48T59 is not set
1232# CONFIG_RTC_DRV_MSM6242 is not set
1233# CONFIG_RTC_DRV_BQ4802 is not set
1234# CONFIG_RTC_DRV_RP5C01 is not set
1235# CONFIG_RTC_DRV_V3020 is not set
1236
1237#
1238# on-CPU RTC drivers
1239#
1240CONFIG_RTC_DRV_S3C=y
1176# CONFIG_DMADEVICES is not set 1241# CONFIG_DMADEVICES is not set
1177# CONFIG_AUXDISPLAY is not set 1242# CONFIG_AUXDISPLAY is not set
1178# CONFIG_UIO is not set 1243# CONFIG_UIO is not set