odroid-u2-kernel: enable usb gadget support.
This commit is contained in:
parent
56b05519b5
commit
7010541cd2
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ CONFIG_EXPERIMENTAL=y
|
|||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||
# CONFIG_INIT_PASS_ALL_PARAMS is not set
|
||||
CONFIG_CROSS_COMPILE=""
|
||||
CONFIG_LOCALVERSION="-ARCH"
|
||||
CONFIG_LOCALVERSION="-VOID"
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
CONFIG_HAVE_KERNEL_GZIP=y
|
||||
CONFIG_HAVE_KERNEL_LZMA=y
|
||||
|
@ -3145,7 +3145,7 @@ CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
|
|||
#
|
||||
# CONFIG_USB_FUSB300 is not set
|
||||
# CONFIG_USB_R8A66597 is not set
|
||||
# CONFIG_USB_S3C_HSOTG is not set
|
||||
CONFIG_USB_S3C_HSOTG=m
|
||||
# CONFIG_USB_MV_UDC is not set
|
||||
# CONFIG_USB_M66592 is not set
|
||||
# CONFIG_USB_NET2272 is not set
|
||||
|
|
|
@ -6,7 +6,7 @@ _gitshort="${_githash:0:7}"
|
|||
|
||||
pkgname=odroid-u2-kernel
|
||||
version=3.8.13.28
|
||||
revision=2
|
||||
revision=3
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue