diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-02 19:48:22 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-02 19:48:22 +0000 |
commit | b6c0aca05434729391b68f505e959e5f23e07dc6 (patch) | |
tree | f13110766cc44c1a657e28d1b5e2b5f9f87635d2 | |
parent | cd428b41bf3f7dc581752e97766ea86410de3b77 (diff) | |
download | upstream-b6c0aca05434729391b68f505e959e5f23e07dc6.tar.gz upstream-b6c0aca05434729391b68f505e959e5f23e07dc6.tar.bz2 upstream-b6c0aca05434729391b68f505e959e5f23e07dc6.zip |
kernel: add another new config symbol for kernel 3.14
It was augmented by CONFIG_USB_GADGET...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Acked-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40986
-rw-r--r-- | target/linux/generic/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 0516ab03a1..bbb00de56c 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -3926,6 +3926,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RTL8150 is not set # CONFIG_USB_RTL8152 is not set # CONFIG_USB_S2255 is not set +# CONFIG_USB_S3C_HSOTG is not set # CONFIG_USB_SE401 is not set # CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_AIRCABLE is not set |