aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-05 20:24:33 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-05 20:24:33 +0000
commit964819fe0482636835bb265f30585f9d64b5d024 (patch)
tree4a40288bfa3d469746985af4cdcefba7c60ea3d8
parent726714d71991d7ac40c98c82bbbdeec9a38ce2e8 (diff)
downloadmaster-187ad058-964819fe0482636835bb265f30585f9d64b5d024.tar.gz
master-187ad058-964819fe0482636835bb265f30585f9d64b5d024.tar.bz2
master-187ad058-964819fe0482636835bb265f30585f9d64b5d024.zip
generic: add USB_DWC2 missing symbols
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44600 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/generic/config-3.183
-rw-r--r--target/linux/generic/config-3.193
-rw-r--r--target/linux/generic/config-4.03
3 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index f191b90bba..7682e734c0 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -4024,6 +4024,9 @@ CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DSBR is not set
# CONFIG_USB_DUMMY_HCD is not set
# CONFIG_USB_DWC2 is not set
+# CONFIG_USB_DWC2_DUAL_ROLE is not set
+# CONFIG_USB_DWC2_HOST is not set
+# CONFIG_USB_DWC2_PERIPHERAL is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC_OTG_LPM is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19
index a7a73382f7..8e2f9a7048 100644
--- a/target/linux/generic/config-3.19
+++ b/target/linux/generic/config-3.19
@@ -4049,6 +4049,9 @@ CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DSBR is not set
# CONFIG_USB_DUMMY_HCD is not set
# CONFIG_USB_DWC2 is not set
+# CONFIG_USB_DWC2_DUAL_ROLE is not set
+# CONFIG_USB_DWC2_HOST is not set
+# CONFIG_USB_DWC2_PERIPHERAL is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC_OTG_LPM is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0
index 088e5347de..a97312f7f0 100644
--- a/target/linux/generic/config-4.0
+++ b/target/linux/generic/config-4.0
@@ -4061,6 +4061,9 @@ CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DSBR is not set
# CONFIG_USB_DUMMY_HCD is not set
# CONFIG_USB_DWC2 is not set
+# CONFIG_USB_DWC2_DUAL_ROLE is not set
+# CONFIG_USB_DWC2_HOST is not set
+# CONFIG_USB_DWC2_PERIPHERAL is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC_OTG_LPM is not set
# CONFIG_USB_DYNAMIC_MINORS is not set