diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-03 19:06:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-03 19:06:11 +0000 |
commit | e40babefe1507da92f9c3882e92ab111ef869628 (patch) | |
tree | 1c7434766e19cbfc3a9a9eb10c8743b53073fd11 /target/linux | |
parent | 2d7d672c7712bf13f6c0b5294ff9568e25f2fbc8 (diff) | |
download | master-187ad058-e40babefe1507da92f9c3882e92ab111ef869628.tar.gz master-187ad058-e40babefe1507da92f9c3882e92ab111ef869628.tar.bz2 master-187ad058-e40babefe1507da92f9c3882e92ab111ef869628.zip |
ipq806x: enable usb support
This change doesn't make USB functional but it does make it selectable
from a configuration perspective.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45259 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/ipq806x/config-4.0 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18 index 0dd3796706..7b840f993a 100644 --- a/target/linux/ipq806x/config-3.18 +++ b/target/linux/ipq806x/config-3.18 @@ -352,6 +352,7 @@ CONFIG_UEVENT_HELPER_PATH="" CONFIG_UID16=y CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_USB_SUPPORT=y CONFIG_USE_OF=y CONFIG_VECTORS_BASE=0xffff0000 # CONFIG_VFIO is not set diff --git a/target/linux/ipq806x/config-4.0 b/target/linux/ipq806x/config-4.0 index 8504c962ee..4d5610656b 100644 --- a/target/linux/ipq806x/config-4.0 +++ b/target/linux/ipq806x/config-4.0 @@ -365,6 +365,7 @@ CONFIG_UEVENT_HELPER_PATH="" CONFIG_UID16=y CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_USB_SUPPORT=y CONFIG_USE_OF=y CONFIG_VECTORS_BASE=0xffff0000 CONFIG_VFP=y |