diff options
author | John Crispin <john@openwrt.org> | 2015-02-22 08:29:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-22 08:29:01 +0000 |
commit | 7938da42f53ae655c737aa06ddc437d4402bff51 (patch) | |
tree | 2a4a25d08e9a07cfd8820ff1d4507cfa1f986e25 /target/linux/generic | |
parent | 2f544d56d0188cc89d7156ddfcf6932093fffda8 (diff) | |
download | upstream-7938da42f53ae655c737aa06ddc437d4402bff51.tar.gz upstream-7938da42f53ae655c737aa06ddc437d4402bff51.tar.bz2 upstream-7938da42f53ae655c737aa06ddc437d4402bff51.zip |
kernel: Fix USB gadget modules for v3.18
Updated patch that fixes whitespace and supports kernel v3.3 too.
Signed-off-by: Owen Kirby <osk@exegin.com>
SVN-Revision: 44502
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index e8ae342613..7ad0efcb0a 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -4055,6 +4055,7 @@ CONFIG_USB_EZUSB=y # CONFIG_USB_GADGET_DEBUG_FS is not set CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 CONFIG_USB_GADGET_VBUS_DRAW=2 +# CONFIG_USB_GADGET_XILINX is not set # CONFIG_USB_GL860 is not set # CONFIG_USB_GOKU is not set # CONFIG_USB_GPIO_VBUS is not set |