diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:09:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:09:36 +0000 |
commit | 00dc7e64d9671e53605466a90e0970ea8efb4862 (patch) | |
tree | c140b4ed5ad2f1a4561af2b9fa168e97194ea873 /target/linux/at91 | |
parent | f6ae53df86904ea742a08b87271a772b665f2ca7 (diff) | |
download | upstream-00dc7e64d9671e53605466a90e0970ea8efb4862.tar.gz upstream-00dc7e64d9671e53605466a90e0970ea8efb4862.tar.bz2 upstream-00dc7e64d9671e53605466a90e0970ea8efb4862.zip |
at91: add Kconfig symbol for CONFIG_USB_ATMEL_USBA
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42412 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/at91/config-default b/target/linux/at91/config-default index 9ab6390807..e1173ee708 100644 --- a/target/linux/at91/config-default +++ b/target/linux/at91/config-default @@ -238,6 +238,7 @@ CONFIG_UIDGID_CONVERTED=y CONFIG_UNCOMPRESS_INCLUDE="mach/uncompress.h" # CONFIG_USB_ARCH_HAS_XHCI is not set CONFIG_USB_AT91=y +# CONFIG_USB_ATMEL_USBA is not set CONFIG_USB_COMMON=y CONFIG_USB_ETH=y # CONFIG_USB_ETH_EEM is not set |