forked from espressif/esp-idf
use kconfig to add config options
This commit is contained in:
@@ -175,6 +175,21 @@ menu "TinyUSB Stack"
|
|||||||
help
|
help
|
||||||
Enable TinyUSB MIDI feature.
|
Enable TinyUSB MIDI feature.
|
||||||
endmenu # "MIDI"
|
endmenu # "MIDI"
|
||||||
|
|
||||||
|
menu "Human Interface Device Class (HID)"
|
||||||
|
config TINYUSB_HID_ENABLED
|
||||||
|
bool "Enable TinyUSB HID feature"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enable TinyUSB HID feature.
|
||||||
|
|
||||||
|
config TINYUSB_HID_BUFSIZE
|
||||||
|
depends on TINYUSB_HID_ENABLED
|
||||||
|
int "Report buffer size of TinyUSB HID device"
|
||||||
|
default 16
|
||||||
|
help
|
||||||
|
Set TinyUSB HID device report buffer size.
|
||||||
|
endmenu # "HID Device Class (HID)"
|
||||||
endif # TINYUSB
|
endif # TINYUSB
|
||||||
|
|
||||||
endmenu # "TinyUSB Stack"
|
endmenu # "TinyUSB Stack"
|
||||||
|
Reference in New Issue
Block a user