mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
usb: gadget: Kconfig: support Rockchip uvc
This patch adds support to use uvc for Rockchip ISP IQ tool which needs large data buf of the uvc_request_data to send vendor special uvc control data to uvc host. Change-Id: I22b65c4f28d69b50f6bbb41124f3342b8c4c7c19 Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -487,6 +487,15 @@ config USB_CONFIGFS_F_UVC
|
||||
device. It provides a userspace API to process UVC control requests
|
||||
and stream video data to the host.
|
||||
|
||||
config USB_CONFIGFS_F_UVC_ROCKCHIP
|
||||
bool "Rockchip USB Webcam function"
|
||||
depends on USB_CONFIGFS_F_UVC && ARCH_ROCKCHIP
|
||||
default y
|
||||
help
|
||||
The Rockchip USB Webcam function is used for Rockchip ISP IQ tool.
|
||||
Enable this option will increase the UVC_MAX_REQUEST_SIZE from
|
||||
64 Bytes to 4100 Bytes.
|
||||
|
||||
config USB_CONFIGFS_F_PRINTER
|
||||
bool "Printer function"
|
||||
select USB_F_PRINTER
|
||||
|
||||
Reference in New Issue
Block a user