diff options
author | Stelian Pop <stelian@popies.net> | 2008-04-05 16:16:15 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-06-02 10:08:11 -0400 |
commit | 6b71dbf65e63c13202fb18773a5fd2d4415b6b2e (patch) | |
tree | acfb1ca1c7a84b929483cd2a5cccaa38a009a6ab /arch/arm/configs/at91cap9adk_defconfig | |
parent | 7c8cf66529ebf95f1a5f34d1b69504d442b42630 (diff) |
[ARM] 4935/1: AT91CAP9: enable RTC-on-RTT in defconfig.
Update the help text for RTC_DRV_AT91SAM9 to mention that the
option apply to AT91CAP9 processors too, and enable it in the
defconfig.
Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/configs/at91cap9adk_defconfig')
-rw-r--r-- | arch/arm/configs/at91cap9adk_defconfig | 54 |
1 files changed, 53 insertions, 1 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 |