# Copyright The Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0

# Source common USB sample options used to initialize new experimental USB
# device stack. The scope of these options is limited to USB samples in project
# tree, you cannot use them in your own application.
source "samples/subsys/usb/common/Kconfig.sample_usbd"

menu "UVC specific configuration"

config APP_VIDEO_MAX_RESOLUTIONS
	int "Maximum number of advertised resolutions"
	default 5
	help
	   Control the maximum number of resolution that will be advertised
	   to the USB client in case of the video capture supports a range
	   of resolutions.

endmenu

source "Kconfig.zephyr"
