diff options
Diffstat (limited to 'arch/arm/configs/at91cap9adk_defconfig')
-rw-r--r-- | arch/arm/configs/at91cap9adk_defconfig | 82 |
1 files changed, 79 insertions, 3 deletions
diff --git a/arch/arm/configs/at91cap9adk_defconfig b/arch/arm/configs/at91cap9adk_defconfig index e32e73648129..be2b2f38fd94 100644 --- a/arch/arm/configs/at91cap9adk_defconfig +++ b/arch/arm/configs/at91cap9adk_defconfig | |||
@@ -213,7 +213,6 @@ CONFIG_CPU_CP15_MMU=y | |||
213 | # | 213 | # |
214 | # CONFIG_TICK_ONESHOT is not set | 214 | # CONFIG_TICK_ONESHOT is not set |
215 | # CONFIG_PREEMPT is not set | 215 | # CONFIG_PREEMPT is not set |
216 | # CONFIG_NO_IDLE_HZ is not set | ||
217 | CONFIG_HZ=100 | 216 | CONFIG_HZ=100 |
218 | CONFIG_AEABI=y | 217 | CONFIG_AEABI=y |
219 | CONFIG_OABI_COMPAT=y | 218 | CONFIG_OABI_COMPAT=y |
@@ -907,7 +906,32 @@ CONFIG_USB_MON=y | |||
907 | # | 906 | # |
908 | # USB Gadget Support | 907 | # USB Gadget Support |
909 | # | 908 | # |
910 | # CONFIG_USB_GADGET is not set | 909 | CONFIG_USB_GADGET=y |
910 | # CONFIG_USB_GADGET_DEBUG is not set | ||
911 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
912 | CONFIG_USB_GADGET_SELECTED=y | ||
913 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
914 | CONFIG_USB_GADGET_ATMEL_USBA=y | ||
915 | CONFIG_USB_ATMEL_USBA=y | ||
916 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
917 | # CONFIG_USB_GADGET_NET2280 is not set | ||
918 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
919 | # CONFIG_USB_GADGET_M66592 is not set | ||
920 | # CONFIG_USB_GADGET_GOKU is not set | ||
921 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
922 | # CONFIG_USB_GADGET_OMAP is not set | ||
923 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
924 | # CONFIG_USB_GADGET_AT91 is not set | ||
925 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
926 | CONFIG_USB_GADGET_DUALSPEED=y | ||
927 | # CONFIG_USB_ZERO is not set | ||
928 | CONFIG_USB_ETH=m | ||
929 | CONFIG_USB_ETH_RNDIS=y | ||
930 | # CONFIG_USB_GADGETFS is not set | ||
931 | CONFIG_USB_FILE_STORAGE=m | ||
932 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
933 | # CONFIG_USB_G_SERIAL is not set | ||
934 | # CONFIG_USB_MIDI_GADGET is not set | ||
911 | CONFIG_MMC=y | 935 | CONFIG_MMC=y |
912 | # CONFIG_MMC_DEBUG is not set | 936 | # CONFIG_MMC_DEBUG is not set |
913 | # CONFIG_MMC_UNSAFE_RESUME is not set | 937 | # CONFIG_MMC_UNSAFE_RESUME is not set |
@@ -926,7 +950,59 @@ CONFIG_MMC_AT91=y | |||
926 | # CONFIG_MMC_SPI is not set | 950 | # CONFIG_MMC_SPI is not set |
927 | # CONFIG_NEW_LEDS is not set | 951 | # CONFIG_NEW_LEDS is not set |
928 | CONFIG_RTC_LIB=y | 952 | CONFIG_RTC_LIB=y |
929 | # CONFIG_RTC_CLASS is not set | 953 | CONFIG_RTC_CLASS=y |
954 | CONFIG_RTC_HCTOSYS=y | ||
955 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
956 | # CONFIG_RTC_DEBUG is not set | ||
957 | |||
958 | # | ||
959 | # RTC interfaces | ||
960 | # | ||
961 | CONFIG_RTC_INTF_SYSFS=y | ||
962 | CONFIG_RTC_INTF_PROC=y | ||
963 | CONFIG_RTC_INTF_DEV=y | ||
964 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
965 | # CONFIG_RTC_DRV_TEST is not set | ||
966 | |||
967 | # | ||
968 | # I2C RTC drivers | ||
969 | # | ||
970 | # CONFIG_RTC_DRV_DS1307 is not set | ||
971 | # CONFIG_RTC_DRV_DS1374 is not set | ||
972 | # CONFIG_RTC_DRV_DS1672 is not set | ||
973 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
974 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
975 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
976 | # CONFIG_RTC_DRV_X1205 is not set | ||
977 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
978 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
979 | # CONFIG_RTC_DRV_M41T80 is not set | ||
980 | |||
981 | # | ||
982 | # SPI RTC drivers | ||
983 | # | ||
984 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
985 | # CONFIG_RTC_DRV_R9701 is not set | ||
986 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
987 | |||
988 | # | ||
989 | # Platform RTC drivers | ||
990 | # | ||
991 | # CONFIG_RTC_DRV_CMOS is not set | ||
992 | # CONFIG_RTC_DRV_DS1511 is not set | ||
993 | # CONFIG_RTC_DRV_DS1553 is not set | ||
994 | # CONFIG_RTC_DRV_DS1742 is not set | ||
995 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
996 | # CONFIG_RTC_DRV_M48T86 is not set | ||
997 | # CONFIG_RTC_DRV_M48T59 is not set | ||
998 | # CONFIG_RTC_DRV_V3020 is not set | ||
999 | |||
1000 | # | ||
1001 | # on-CPU RTC drivers | ||
1002 | # | ||
1003 | CONFIG_RTC_DRV_AT91SAM9=y | ||
1004 | CONFIG_RTC_DRV_AT91SAM9_RTT=0 | ||
1005 | CONFIG_RTC_DRV_AT91SAM9_GPBR=0 | ||
930 | 1006 | ||
931 | # | 1007 | # |
932 | # File systems | 1008 | # File systems |