aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2010-04-05 12:13:51 -0400
committerKumar Gala <galak@kernel.crashing.org>2010-04-20 00:13:16 -0400
commit5bfb3fdca308df9e9ea0830b43d3d75d0920fd7e (patch)
treeee2cd02c0a0cd2bc3d83a27820da5d2348e959cc
parent1cca2d2b99f3d7eea6aa627b96bffc3b0999eca2 (diff)
powerpc/83xx: add RTC drivers in 83xx defconfig
83xx boards typically have the DS1307 or DS1374: git grep RTC_DRV arch/powerpc/configs/*83* | grep "=y" arch/powerpc/configs/83xx/asp8347_defconfig:CONFIG_RTC_DRV_DS1374=y arch/powerpc/configs/83xx/mpc8313_rdb_defconfig:CONFIG_RTC_DRV_DS1307=y arch/powerpc/configs/83xx/mpc8315_rdb_defconfig:CONFIG_RTC_DRV_DS1307=y arch/powerpc/configs/83xx/mpc832x_mds_defconfig:CONFIG_RTC_DRV_DS1374=y arch/powerpc/configs/83xx/mpc834x_itx_defconfig:CONFIG_RTC_DRV_DS1307=y arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig:CONFIG_RTC_DRV_DS1307=y arch/powerpc/configs/83xx/mpc834x_mds_defconfig:CONFIG_RTC_DRV_DS1374=y arch/powerpc/configs/83xx/mpc836x_mds_defconfig:CONFIG_RTC_DRV_DS1374=y Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r--arch/powerpc/configs/mpc83xx_defconfig62
1 files changed, 59 insertions, 3 deletions
diff --git a/arch/powerpc/configs/mpc83xx_defconfig b/arch/powerpc/configs/mpc83xx_defconfig
index 05bec483568..acbb8d68cf5 100644
--- a/arch/powerpc/configs/mpc83xx_defconfig
+++ b/arch/powerpc/configs/mpc83xx_defconfig
@@ -980,8 +980,6 @@ CONFIG_LEGACY_PTY_COUNT=256
980CONFIG_HW_RANDOM=y 980CONFIG_HW_RANDOM=y
981# CONFIG_HW_RANDOM_TIMERIOMEM is not set 981# CONFIG_HW_RANDOM_TIMERIOMEM is not set
982# CONFIG_NVRAM is not set 982# CONFIG_NVRAM is not set
983CONFIG_GEN_RTC=y
984# CONFIG_GEN_RTC_X is not set
985# CONFIG_R3964 is not set 983# CONFIG_R3964 is not set
986# CONFIG_APPLICOM is not set 984# CONFIG_APPLICOM is not set
987# CONFIG_RAW_DRIVER is not set 985# CONFIG_RAW_DRIVER is not set
@@ -1372,7 +1370,65 @@ CONFIG_USB_EHCI_HCD_PPC_OF=y
1372# CONFIG_ACCESSIBILITY is not set 1370# CONFIG_ACCESSIBILITY is not set
1373# CONFIG_INFINIBAND is not set 1371# CONFIG_INFINIBAND is not set
1374# CONFIG_EDAC is not set 1372# CONFIG_EDAC is not set
1375# CONFIG_RTC_CLASS is not set 1373CONFIG_RTC_LIB=y
1374CONFIG_RTC_CLASS=y
1375CONFIG_RTC_HCTOSYS=y
1376CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
1377# CONFIG_RTC_DEBUG is not set
1378
1379#
1380# RTC interfaces
1381#
1382CONFIG_RTC_INTF_SYSFS=y
1383CONFIG_RTC_INTF_PROC=y
1384CONFIG_RTC_INTF_DEV=y
1385# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
1386# CONFIG_RTC_DRV_TEST is not set
1387
1388#
1389# I2C RTC drivers
1390#
1391CONFIG_RTC_DRV_DS1307=y
1392CONFIG_RTC_DRV_DS1374=y
1393# CONFIG_RTC_DRV_DS1672 is not set
1394# CONFIG_RTC_DRV_MAX6900 is not set
1395# CONFIG_RTC_DRV_RS5C372 is not set
1396# CONFIG_RTC_DRV_ISL1208 is not set
1397# CONFIG_RTC_DRV_X1205 is not set
1398# CONFIG_RTC_DRV_PCF8563 is not set
1399# CONFIG_RTC_DRV_PCF8583 is not set
1400# CONFIG_RTC_DRV_M41T80 is not set
1401# CONFIG_RTC_DRV_BQ32K is not set
1402# CONFIG_RTC_DRV_S35390A is not set
1403# CONFIG_RTC_DRV_FM3130 is not set
1404# CONFIG_RTC_DRV_RX8581 is not set
1405# CONFIG_RTC_DRV_RX8025 is not set
1406
1407#
1408# SPI RTC drivers
1409#
1410
1411#
1412# Platform RTC drivers
1413#
1414# CONFIG_RTC_DRV_CMOS is not set
1415# CONFIG_RTC_DRV_DS1286 is not set
1416# CONFIG_RTC_DRV_DS1511 is not set
1417# CONFIG_RTC_DRV_DS1553 is not set
1418# CONFIG_RTC_DRV_DS1742 is not set
1419# CONFIG_RTC_DRV_STK17TA8 is not set
1420# CONFIG_RTC_DRV_M48T86 is not set
1421# CONFIG_RTC_DRV_M48T35 is not set
1422# CONFIG_RTC_DRV_M48T59 is not set
1423# CONFIG_RTC_DRV_MSM6242 is not set
1424# CONFIG_RTC_DRV_BQ4802 is not set
1425# CONFIG_RTC_DRV_RP5C01 is not set
1426# CONFIG_RTC_DRV_V3020 is not set
1427
1428#
1429# on-CPU RTC drivers
1430#
1431# CONFIG_RTC_DRV_GENERIC is not set
1376# CONFIG_DMADEVICES is not set 1432# CONFIG_DMADEVICES is not set
1377# CONFIG_AUXDISPLAY is not set 1433# CONFIG_AUXDISPLAY is not set
1378# CONFIG_UIO is not set 1434# CONFIG_UIO is not set