diff options
Diffstat (limited to 'arch/arm/configs/mx51_defconfig')
-rw-r--r-- | arch/arm/configs/mx51_defconfig | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/arm/configs/mx51_defconfig b/arch/arm/configs/mx51_defconfig index c88e9527a8ec..a708fd6d6ffe 100644 --- a/arch/arm/configs/mx51_defconfig +++ b/arch/arm/configs/mx51_defconfig | |||
@@ -809,7 +809,22 @@ CONFIG_SSB_POSSIBLE=y | |||
809 | CONFIG_DUMMY_CONSOLE=y | 809 | CONFIG_DUMMY_CONSOLE=y |
810 | # CONFIG_SOUND is not set | 810 | # CONFIG_SOUND is not set |
811 | # CONFIG_HID_SUPPORT is not set | 811 | # CONFIG_HID_SUPPORT is not set |
812 | # CONFIG_USB_SUPPORT is not set | 812 | CONFIG_USB_SUPPORT=y |
813 | CONFIG_USB_ARCH_HAS_HCD=y | ||
814 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
815 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
816 | CONFIG_USB=y | ||
817 | |||
818 | # | ||
819 | # USB Host Controller Drivers | ||
820 | # | ||
821 | # CONFIG_USB_C67X00_HCD is not set | ||
822 | CONFIG_USB_EHCI_HCD=y | ||
823 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | ||
824 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
825 | CONFIG_USB_EHCI_MXC=y | ||
826 | |||
827 | |||
813 | CONFIG_MMC=y | 828 | CONFIG_MMC=y |
814 | # CONFIG_MMC_DEBUG is not set | 829 | # CONFIG_MMC_DEBUG is not set |
815 | # CONFIG_MMC_UNSAFE_RESUME is not set | 830 | # CONFIG_MMC_UNSAFE_RESUME is not set |