diff options
author | John Crispin <john@openwrt.org> | 2015-03-05 20:24:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-05 20:24:33 +0000 |
commit | 959a1334d4d8744d929e81368af02139ea0958e6 (patch) | |
tree | c3749d03d0dbc8d3b1090267a64117720bcc5ee4 /target/linux/generic/config-3.18 | |
parent | d9687a4076ad7aea8c4d68e7d5471c9e2d5eb931 (diff) | |
download | upstream-959a1334d4d8744d929e81368af02139ea0958e6.tar.gz upstream-959a1334d4d8744d929e81368af02139ea0958e6.tar.bz2 upstream-959a1334d4d8744d929e81368af02139ea0958e6.zip |
generic: add USB_DWC2 missing symbols
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44600
Diffstat (limited to 'target/linux/generic/config-3.18')
-rw-r--r-- | target/linux/generic/config-3.18 | 3 |
1 files changed, 3 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 |