mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
usb: gadget: Kconfig: disable CONFIG_USB_CONFIGFS_F_UVC_ROCKCHIP
If we enable CONFIG_USB_CONFIGFS_F_UVC_ROCKCHIP, the userspace must update the data length of v4l2_event to 4100 synchronously. Because we don't modify the v4l2_event struct in the userspace by default, so disable this config. You can enable this config if you have modified the data length of v4l2_event to 4100 in the userspace. Change-Id: I68c354b2d8acba669b5c7bf1a425fdc34c05f1e5 Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -490,7 +490,7 @@ config USB_CONFIGFS_F_UVC
|
||||
config USB_CONFIGFS_F_UVC_ROCKCHIP
|
||||
bool "Rockchip USB Webcam function"
|
||||
depends on USB_CONFIGFS_F_UVC && ARCH_ROCKCHIP
|
||||
default y
|
||||
default n
|
||||
help
|
||||
The Rockchip USB Webcam function is used for Rockchip ISP IQ tool.
|
||||
Enable this option will increase the UVC_MAX_REQUEST_SIZE from
|
||||
|
||||
Reference in New Issue
Block a user