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 | 132676f1ac6c9745f44a7a16e2c61ece5483c440 (patch) | |
tree | 5a073456272e30d48ce55c9220f134448df6ee25 /target | |
parent | 5b0e7947e3f3d0deaa1ae6d79237515efcfad994 (diff) | |
download | upstream-132676f1ac6c9745f44a7a16e2c61ece5483c440.tar.gz upstream-132676f1ac6c9745f44a7a16e2c61ece5483c440.tar.bz2 upstream-132676f1ac6c9745f44a7a16e2c61ece5483c440.zip |
at91: add Kconfig symbol for CONFIG_USB_ATMEL_USBA
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42412
Diffstat (limited to 'target')
-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 |