2025-02-10 12:36:53 +01:00
|
|
|
source "$IDF_PATH/components/usb/test_apps/common/Kconfig.common"
|
2024-12-04 12:15:12 +01:00
|
|
|
|
2025-02-10 12:36:53 +01:00
|
|
|
menu "USB Host Library Test"
|
2024-05-30 19:25:18 +08:00
|
|
|
config USB_HOST_TEST_CHECK_MANU_STR
|
|
|
|
|
bool "Check manufacturer string descriptor"
|
|
|
|
|
default y
|
|
|
|
|
help
|
|
|
|
|
USB Host tests that check string descriptors will check the manufacturer string
|
|
|
|
|
descriptor of the connected device.
|
|
|
|
|
|
|
|
|
|
config USB_HOST_TEST_CHECK_PROD_STR
|
|
|
|
|
bool "Check product string descriptor"
|
|
|
|
|
default n
|
|
|
|
|
help
|
|
|
|
|
USB Host tests that check string descriptors will check the product string descriptor
|
|
|
|
|
of the connected device.
|
|
|
|
|
|
|
|
|
|
config USB_HOST_TEST_CHECK_SERIAL_STR
|
|
|
|
|
bool "Check serial string descriptor"
|
|
|
|
|
default n
|
|
|
|
|
help
|
|
|
|
|
USB Host tests that check string descriptors will check the serial string descriptor
|
|
|
|
|
of the connected device.
|
|
|
|
|
|
|
|
|
|
endmenu
|