diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-15 19:55:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-15 19:55:50 +0000 |
commit | 45e44da6c216fe1c2aadd224e7baf402ee010c91 (patch) | |
tree | 8ca2ec23a382304a1628221c7ef65503ea926ef2 /target/linux/mvebu/config-default | |
parent | a3d1301c2d6691143a9029cd51e2a76acdb939cd (diff) | |
download | master-187ad058-45e44da6c216fe1c2aadd224e7baf402ee010c91.tar.gz master-187ad058-45e44da6c216fe1c2aadd224e7baf402ee010c91.tar.bz2 master-187ad058-45e44da6c216fe1c2aadd224e7baf402ee010c91.zip |
mvebu: add support for EHCI controller
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35181 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/config-default')
-rw-r--r-- | target/linux/mvebu/config-default | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/target/linux/mvebu/config-default b/target/linux/mvebu/config-default index 55a625b26b..61e1751c9b 100644 --- a/target/linux/mvebu/config-default +++ b/target/linux/mvebu/config-default @@ -30,13 +30,7 @@ CONFIG_ARM_APPENDED_DTB=y # CONFIG_ARM_CHARLCD is not set # CONFIG_ARM_CPU_SUSPEND is not set # CONFIG_ARM_ERRATA_430973 is not set -# CONFIG_ARM_ERRATA_458693 is not set -# CONFIG_ARM_ERRATA_460075 is not set CONFIG_ARM_ERRATA_720789=y -# CONFIG_ARM_ERRATA_742230 is not set -# CONFIG_ARM_ERRATA_742231 is not set -# CONFIG_ARM_ERRATA_743622 is not set -CONFIG_ARM_ERRATA_751472=y # CONFIG_ARM_ERRATA_754322 is not set # CONFIG_ARM_ERRATA_754327 is not set # CONFIG_ARM_ERRATA_764369 is not set @@ -256,13 +250,13 @@ CONFIG_SYS_SUPPORTS_APM_EMULATION=y # CONFIG_THUMB2_KERNEL is not set CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TIMER_STATS=y -# CONFIG_TINY_RCU is not set CONFIG_TREE_RCU=y CONFIG_UDF_FS=m CONFIG_UID16=y CONFIG_UIDGID_CONVERTED=y # CONFIG_USB_ARCH_HAS_OHCI is not set # CONFIG_USB_ARCH_HAS_XHCI is not set +CONFIG_USB_SUPPORT=y CONFIG_USE_GENERIC_SMP_HELPERS=y CONFIG_USE_OF=y CONFIG_VECTORS_BASE=0xffff0000 @@ -271,9 +265,9 @@ CONFIG_VFAT_FS=y CONFIG_VFP=y CONFIG_VFPv3=y # CONFIG_XEN is not set +CONFIG_XPS=y CONFIG_XZ_DEC_ARM=y CONFIG_XZ_DEC_BCJ=y -CONFIG_XPS=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZONE_DMA_FLAG=0 |