diff options
-rw-r--r-- | arch/arm/configs/at91cap9adk_defconfig | 54 | ||||
-rw-r--r-- | drivers/rtc/Kconfig | 9 |
2 files changed, 58 insertions, 5 deletions
diff --git a/arch/arm/configs/at91cap9adk_defconfig b/arch/arm/configs/at91cap9adk_defconfig index 39ca662c0793..47e722511bdf 100644 --- a/arch/arm/configs/at91cap9adk_defconfig +++ b/arch/arm/configs/at91cap9adk_defconfig | |||
@@ -951,7 +951,59 @@ CONFIG_MMC_AT91=y | |||
951 | # CONFIG_MMC_SPI is not set | 951 | # CONFIG_MMC_SPI is not set |
952 | # CONFIG_NEW_LEDS is not set | 952 | # CONFIG_NEW_LEDS is not set |
953 | CONFIG_RTC_LIB=y | 953 | CONFIG_RTC_LIB=y |
954 | # CONFIG_RTC_CLASS is not set | 954 | CONFIG_RTC_CLASS=y |
955 | CONFIG_RTC_HCTOSYS=y | ||
956 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
957 | # CONFIG_RTC_DEBUG is not set | ||
958 | |||
959 | # | ||
960 | # RTC interfaces | ||
961 | # | ||
962 | CONFIG_RTC_INTF_SYSFS=y | ||
963 | CONFIG_RTC_INTF_PROC=y | ||
964 | CONFIG_RTC_INTF_DEV=y | ||
965 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
966 | # CONFIG_RTC_DRV_TEST is not set | ||
967 | |||
968 | # | ||
969 | # I2C RTC drivers | ||
970 | # | ||
971 | # CONFIG_RTC_DRV_DS1307 is not set | ||
972 | # CONFIG_RTC_DRV_DS1374 is not set | ||
973 | # CONFIG_RTC_DRV_DS1672 is not set | ||
974 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
975 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
976 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
977 | # CONFIG_RTC_DRV_X1205 is not set | ||
978 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
979 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
980 | # CONFIG_RTC_DRV_M41T80 is not set | ||
981 | |||
982 | # | ||
983 | # SPI RTC drivers | ||
984 | # | ||
985 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
986 | # CONFIG_RTC_DRV_R9701 is not set | ||
987 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
988 | |||
989 | # | ||
990 | # Platform RTC drivers | ||
991 | # | ||
992 | # CONFIG_RTC_DRV_CMOS is not set | ||
993 | # CONFIG_RTC_DRV_DS1511 is not set | ||
994 | # CONFIG_RTC_DRV_DS1553 is not set | ||
995 | # CONFIG_RTC_DRV_DS1742 is not set | ||
996 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
997 | # CONFIG_RTC_DRV_M48T86 is not set | ||
998 | # CONFIG_RTC_DRV_M48T59 is not set | ||
999 | # CONFIG_RTC_DRV_V3020 is not set | ||
1000 | |||
1001 | # | ||
1002 | # on-CPU RTC drivers | ||
1003 | # | ||
1004 | CONFIG_RTC_DRV_AT91SAM9=y | ||
1005 | CONFIG_RTC_DRV_AT91SAM9_RTT=0 | ||
1006 | CONFIG_RTC_DRV_AT91SAM9_GPBR=0 | ||
955 | 1007 | ||
956 | # | 1008 | # |
957 | # File systems | 1009 | # File systems |
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 6cc2c0330230..7fb4c48acc85 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -484,12 +484,13 @@ config RTC_DRV_AT91RM9200 | |||
484 | this is powered by the backup power supply. | 484 | this is powered by the backup power supply. |
485 | 485 | ||
486 | config RTC_DRV_AT91SAM9 | 486 | config RTC_DRV_AT91SAM9 |
487 | tristate "AT91SAM9x" | 487 | tristate "AT91SAM9x/AT91CAP9" |
488 | depends on ARCH_AT91 && !(ARCH_AT91RM9200 || ARCH_AT91X40) | 488 | depends on ARCH_AT91 && !(ARCH_AT91RM9200 || ARCH_AT91X40) |
489 | help | 489 | help |
490 | RTC driver for the Atmel AT91SAM9x internal RTT (Real Time Timer). | 490 | RTC driver for the Atmel AT91SAM9x and AT91CAP9 internal RTT |
491 | These timers are powered by the backup power supply (such as a | 491 | (Real Time Timer). These timers are powered by the backup power |
492 | small coin cell battery), but do not need to be used as RTCs. | 492 | supply (such as a small coin cell battery), but do not need to |
493 | be used as RTCs. | ||
493 | 494 | ||
494 | (On AT91SAM9rl chips you probably want to use the dedicated RTC | 495 | (On AT91SAM9rl chips you probably want to use the dedicated RTC |
495 | module and leave the RTT available for other uses.) | 496 | module and leave the RTT available for other uses.) |