Skip to content

Commit 91495fc

Browse files
authored
Update Kconfig.projbuild
1 parent 2320ad6 commit 91495fc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

components/arduino_tinyusb/Kconfig.projbuild

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,17 @@ menu "Arduino TinyUSB"
233233

234234
endmenu
235235

236+
menu "NCM driver"
237+
depends on TINYUSB_ENABLED
238+
239+
config TINYUSB_NCM_ENABLED
240+
bool "Enable USB NCM TinyUSB driver"
241+
default y
242+
help
243+
Enable USB NCM TinyUSB driver.
244+
245+
endmenu
246+
236247
config TINYUSB_DEBUG_LEVEL
237248
int "TinyUSB log level (0-3)"
238249
default 0

0 commit comments

Comments
 (0)