Skip to content
Snippets Groups Projects
Commit 67690bc1 authored by blogic's avatar blogic
Browse files

ipq806x: enable usb support


This change doesn't make USB functional but it does make it selectable
from a configuration perspective.

Signed-off-by: default avatarMathieu Olivari <mathieu@codeaurora.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45259 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent fb02e5d4
No related branches found
No related tags found
No related merge requests found
...@@ -352,6 +352,7 @@ CONFIG_UEVENT_HELPER_PATH="" ...@@ -352,6 +352,7 @@ CONFIG_UEVENT_HELPER_PATH=""
CONFIG_UID16=y CONFIG_UID16=y
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
CONFIG_UNINLINE_SPIN_UNLOCK=y CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_USB_SUPPORT=y
CONFIG_USE_OF=y CONFIG_USE_OF=y
CONFIG_VECTORS_BASE=0xffff0000 CONFIG_VECTORS_BASE=0xffff0000
# CONFIG_VFIO is not set # CONFIG_VFIO is not set
......
...@@ -365,6 +365,7 @@ CONFIG_UEVENT_HELPER_PATH="" ...@@ -365,6 +365,7 @@ CONFIG_UEVENT_HELPER_PATH=""
CONFIG_UID16=y CONFIG_UID16=y
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
CONFIG_UNINLINE_SPIN_UNLOCK=y CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_USB_SUPPORT=y
CONFIG_USE_OF=y CONFIG_USE_OF=y
CONFIG_VECTORS_BASE=0xffff0000 CONFIG_VECTORS_BASE=0xffff0000
CONFIG_VFP=y CONFIG_VFP=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment