Skip to content
Snippets Groups Projects
Commit 65431226 authored by John Crispin's avatar John Crispin
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>

SVN-Revision: 45259
parent 4bb94e5b
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