diff options
Diffstat (limited to 'arch/arm/configs/omap3_beagle_defconfig')
-rw-r--r-- | arch/arm/configs/omap3_beagle_defconfig | 88 |
1 files changed, 78 insertions, 10 deletions
diff --git a/arch/arm/configs/omap3_beagle_defconfig b/arch/arm/configs/omap3_beagle_defconfig index 4c6fb7e959df..357d4021e2d0 100644 --- a/arch/arm/configs/omap3_beagle_defconfig +++ b/arch/arm/configs/omap3_beagle_defconfig | |||
@@ -128,6 +128,7 @@ CONFIG_DEFAULT_AS=y | |||
128 | # CONFIG_DEFAULT_NOOP is not set | 128 | # CONFIG_DEFAULT_NOOP is not set |
129 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 129 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
130 | CONFIG_CLASSIC_RCU=y | 130 | CONFIG_CLASSIC_RCU=y |
131 | CONFIG_FREEZER=y | ||
131 | 132 | ||
132 | # | 133 | # |
133 | # System Type | 134 | # System Type |
@@ -236,6 +237,7 @@ CONFIG_ARM_THUMB=y | |||
236 | # CONFIG_CPU_BPREDICT_DISABLE is not set | 237 | # CONFIG_CPU_BPREDICT_DISABLE is not set |
237 | CONFIG_HAS_TLS_REG=y | 238 | CONFIG_HAS_TLS_REG=y |
238 | # CONFIG_OUTER_CACHE is not set | 239 | # CONFIG_OUTER_CACHE is not set |
240 | CONFIG_COMMON_CLKDEV=y | ||
239 | 241 | ||
240 | # | 242 | # |
241 | # Bus support | 243 | # Bus support |
@@ -317,7 +319,12 @@ CONFIG_BINFMT_MISC=y | |||
317 | # | 319 | # |
318 | # Power management options | 320 | # Power management options |
319 | # | 321 | # |
320 | # CONFIG_PM is not set | 322 | CONFIG_PM=y |
323 | # CONFIG_PM_DEBUG is not set | ||
324 | CONFIG_PM_SLEEP=y | ||
325 | CONFIG_SUSPEND=y | ||
326 | CONFIG_SUSPEND_FREEZER=y | ||
327 | # CONFIG_APM_EMULATION is not set | ||
321 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | 328 | CONFIG_ARCH_SUSPEND_POSSIBLE=y |
322 | CONFIG_NET=y | 329 | CONFIG_NET=y |
323 | 330 | ||
@@ -713,6 +720,7 @@ CONFIG_GPIOLIB=y | |||
713 | # CONFIG_GPIO_MAX732X is not set | 720 | # CONFIG_GPIO_MAX732X is not set |
714 | # CONFIG_GPIO_PCA953X is not set | 721 | # CONFIG_GPIO_PCA953X is not set |
715 | # CONFIG_GPIO_PCF857X is not set | 722 | # CONFIG_GPIO_PCF857X is not set |
723 | CONFIG_GPIO_TWL4030=y | ||
716 | 724 | ||
717 | # | 725 | # |
718 | # PCI GPIO expanders: | 726 | # PCI GPIO expanders: |
@@ -741,6 +749,7 @@ CONFIG_SSB_POSSIBLE=y | |||
741 | # CONFIG_MFD_SM501 is not set | 749 | # CONFIG_MFD_SM501 is not set |
742 | # CONFIG_HTC_EGPIO is not set | 750 | # CONFIG_HTC_EGPIO is not set |
743 | # CONFIG_HTC_PASIC3 is not set | 751 | # CONFIG_HTC_PASIC3 is not set |
752 | CONFIG_TWL4030_CORE=y | ||
744 | # CONFIG_UCB1400_CORE is not set | 753 | # CONFIG_UCB1400_CORE is not set |
745 | # CONFIG_MFD_TMIO is not set | 754 | # CONFIG_MFD_TMIO is not set |
746 | # CONFIG_MFD_T7L66XB is not set | 755 | # CONFIG_MFD_T7L66XB is not set |
@@ -769,7 +778,33 @@ CONFIG_DAB=y | |||
769 | # | 778 | # |
770 | # CONFIG_VGASTATE is not set | 779 | # CONFIG_VGASTATE is not set |
771 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | 780 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set |
772 | # CONFIG_FB is not set | 781 | CONFIG_FB=y |
782 | # CONFIG_FIRMWARE_EDID is not set | ||
783 | # CONFIG_FB_DDC is not set | ||
784 | CONFIG_FB_CFB_FILLRECT=y | ||
785 | CONFIG_FB_CFB_COPYAREA=y | ||
786 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
787 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
788 | # CONFIG_FB_SYS_FILLRECT is not set | ||
789 | # CONFIG_FB_SYS_COPYAREA is not set | ||
790 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
791 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
792 | # CONFIG_FB_SYS_FOPS is not set | ||
793 | # CONFIG_FB_SVGALIB is not set | ||
794 | # CONFIG_FB_MACMODES is not set | ||
795 | # CONFIG_FB_BACKLIGHT is not set | ||
796 | # CONFIG_FB_MODE_HELPERS is not set | ||
797 | # CONFIG_FB_TILEBLITTING is not set | ||
798 | |||
799 | # | ||
800 | # Frame buffer hardware drivers | ||
801 | # | ||
802 | # CONFIG_FB_S1D13XXX is not set | ||
803 | # CONFIG_FB_VIRTUAL is not set | ||
804 | CONFIG_FB_OMAP=y | ||
805 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
806 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
807 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
773 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 808 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
774 | 809 | ||
775 | # | 810 | # |
@@ -782,12 +817,31 @@ CONFIG_DAB=y | |||
782 | # | 817 | # |
783 | # CONFIG_VGA_CONSOLE is not set | 818 | # CONFIG_VGA_CONSOLE is not set |
784 | CONFIG_DUMMY_CONSOLE=y | 819 | CONFIG_DUMMY_CONSOLE=y |
820 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
821 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
822 | CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y | ||
823 | CONFIG_FONTS=y | ||
824 | CONFIG_FONT_8x8=y | ||
825 | CONFIG_FONT_8x16=y | ||
826 | # CONFIG_FONT_6x11 is not set | ||
827 | # CONFIG_FONT_7x14 is not set | ||
828 | # CONFIG_FONT_PEARL_8x8 is not set | ||
829 | # CONFIG_FONT_ACORN_8x8 is not set | ||
830 | # CONFIG_FONT_MINI_4x6 is not set | ||
831 | # CONFIG_FONT_SUN8x16 is not set | ||
832 | # CONFIG_FONT_SUN12x22 is not set | ||
833 | # CONFIG_FONT_10x18 is not set | ||
834 | # CONFIG_LOGO is not set | ||
835 | |||
836 | # | ||
837 | # Sound | ||
838 | # | ||
785 | # CONFIG_SOUND is not set | 839 | # CONFIG_SOUND is not set |
786 | # CONFIG_HID_SUPPORT is not set | 840 | # CONFIG_HID_SUPPORT is not set |
787 | CONFIG_USB_SUPPORT=y | 841 | CONFIG_USB_SUPPORT=y |
788 | CONFIG_USB_ARCH_HAS_HCD=y | 842 | CONFIG_USB_ARCH_HAS_HCD=y |
789 | CONFIG_USB_ARCH_HAS_OHCI=y | 843 | CONFIG_USB_ARCH_HAS_OHCI=y |
790 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 844 | CONFIG_USB_ARCH_HAS_EHCI=y |
791 | CONFIG_USB=y | 845 | CONFIG_USB=y |
792 | # CONFIG_USB_DEBUG is not set | 846 | # CONFIG_USB_DEBUG is not set |
793 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | 847 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set |
@@ -798,7 +852,8 @@ CONFIG_USB=y | |||
798 | CONFIG_USB_DEVICEFS=y | 852 | CONFIG_USB_DEVICEFS=y |
799 | CONFIG_USB_DEVICE_CLASS=y | 853 | CONFIG_USB_DEVICE_CLASS=y |
800 | # CONFIG_USB_DYNAMIC_MINORS is not set | 854 | # CONFIG_USB_DYNAMIC_MINORS is not set |
801 | # CONFIG_USB_OTG is not set | 855 | CONFIG_USB_SUSPEND=y |
856 | CONFIG_USB_OTG=y | ||
802 | # CONFIG_USB_OTG_WHITELIST is not set | 857 | # CONFIG_USB_OTG_WHITELIST is not set |
803 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 858 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
804 | CONFIG_USB_MON=y | 859 | CONFIG_USB_MON=y |
@@ -806,6 +861,8 @@ CONFIG_USB_MON=y | |||
806 | # | 861 | # |
807 | # USB Host Controller Drivers | 862 | # USB Host Controller Drivers |
808 | # | 863 | # |
864 | CONFIG_USB_EHCI_HCD=y | ||
865 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | ||
809 | # CONFIG_USB_C67X00_HCD is not set | 866 | # CONFIG_USB_C67X00_HCD is not set |
810 | # CONFIG_USB_ISP116X_HCD is not set | 867 | # CONFIG_USB_ISP116X_HCD is not set |
811 | # CONFIG_USB_ISP1760_HCD is not set | 868 | # CONFIG_USB_ISP1760_HCD is not set |
@@ -818,10 +875,10 @@ CONFIG_USB_MUSB_SOC=y | |||
818 | # | 875 | # |
819 | # OMAP 343x high speed USB support | 876 | # OMAP 343x high speed USB support |
820 | # | 877 | # |
821 | CONFIG_USB_MUSB_HOST=y | 878 | # CONFIG_USB_MUSB_HOST is not set |
822 | # CONFIG_USB_MUSB_PERIPHERAL is not set | 879 | # CONFIG_USB_MUSB_PERIPHERAL is not set |
823 | # CONFIG_USB_MUSB_OTG is not set | 880 | CONFIG_USB_MUSB_OTG=y |
824 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | 881 | CONFIG_USB_GADGET_MUSB_HDRC=y |
825 | CONFIG_USB_MUSB_HDRC_HCD=y | 882 | CONFIG_USB_MUSB_HDRC_HCD=y |
826 | # CONFIG_MUSB_PIO_ONLY is not set | 883 | # CONFIG_MUSB_PIO_ONLY is not set |
827 | CONFIG_USB_INVENTRA_DMA=y | 884 | CONFIG_USB_INVENTRA_DMA=y |
@@ -887,8 +944,8 @@ CONFIG_USB_GADGET_SELECTED=y | |||
887 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 944 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
888 | # CONFIG_USB_GADGET_NET2280 is not set | 945 | # CONFIG_USB_GADGET_NET2280 is not set |
889 | # CONFIG_USB_GADGET_PXA25X is not set | 946 | # CONFIG_USB_GADGET_PXA25X is not set |
890 | CONFIG_USB_GADGET_M66592=y | 947 | # CONFIG_USB_GADGET_M66592 is not set |
891 | CONFIG_USB_M66592=y | 948 | # CONFIG_USB_M66592 is not set |
892 | # CONFIG_USB_GADGET_PXA27X is not set | 949 | # CONFIG_USB_GADGET_PXA27X is not set |
893 | # CONFIG_USB_GADGET_GOKU is not set | 950 | # CONFIG_USB_GADGET_GOKU is not set |
894 | # CONFIG_USB_GADGET_LH7A40X is not set | 951 | # CONFIG_USB_GADGET_LH7A40X is not set |
@@ -906,6 +963,15 @@ CONFIG_USB_ETH_RNDIS=y | |||
906 | # CONFIG_USB_MIDI_GADGET is not set | 963 | # CONFIG_USB_MIDI_GADGET is not set |
907 | # CONFIG_USB_G_PRINTER is not set | 964 | # CONFIG_USB_G_PRINTER is not set |
908 | # CONFIG_USB_CDC_COMPOSITE is not set | 965 | # CONFIG_USB_CDC_COMPOSITE is not set |
966 | |||
967 | # | ||
968 | # OTG and related infrastructure | ||
969 | # | ||
970 | CONFIG_USB_OTG_UTILS=y | ||
971 | # CONFIG_USB_GPIO_VBUS is not set | ||
972 | # CONFIG_ISP1301_OMAP is not set | ||
973 | CONFIG_TWL4030_USB=y | ||
974 | # CONFIG_NOP_USB_XCEIV is not set | ||
909 | CONFIG_MMC=y | 975 | CONFIG_MMC=y |
910 | # CONFIG_MMC_DEBUG is not set | 976 | # CONFIG_MMC_DEBUG is not set |
911 | # CONFIG_MMC_UNSAFE_RESUME is not set | 977 | # CONFIG_MMC_UNSAFE_RESUME is not set |
@@ -923,6 +989,7 @@ CONFIG_MMC_BLOCK_BOUNCE=y | |||
923 | # | 989 | # |
924 | # CONFIG_MMC_SDHCI is not set | 990 | # CONFIG_MMC_SDHCI is not set |
925 | # CONFIG_MMC_OMAP is not set | 991 | # CONFIG_MMC_OMAP is not set |
992 | CONFIG_MMC_OMAP_HS=y | ||
926 | # CONFIG_MEMSTICK is not set | 993 | # CONFIG_MEMSTICK is not set |
927 | # CONFIG_ACCESSIBILITY is not set | 994 | # CONFIG_ACCESSIBILITY is not set |
928 | # CONFIG_NEW_LEDS is not set | 995 | # CONFIG_NEW_LEDS is not set |
@@ -981,10 +1048,11 @@ CONFIG_RTC_INTF_DEV=y | |||
981 | # | 1048 | # |
982 | # Voltage and Current regulators | 1049 | # Voltage and Current regulators |
983 | # | 1050 | # |
984 | # CONFIG_REGULATOR is not set | 1051 | CONFIG_REGULATOR=y |
985 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | 1052 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set |
986 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | 1053 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set |
987 | # CONFIG_REGULATOR_BQ24022 is not set | 1054 | # CONFIG_REGULATOR_BQ24022 is not set |
1055 | CONFIG_REGULATOR_TWL4030=y | ||
988 | # CONFIG_UIO is not set | 1056 | # CONFIG_UIO is not set |
989 | 1057 | ||
990 | # | 1058 | # |