13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
menu "tiny usb app class"
|
|
|
|
config TUSB_APP_CLASS
|
|
bool "tiny usb app class"
|
|
default n
|
|
depends on TINY_USB
|
|
|
|
if TUSB_APP_CLASS
|
|
rsource "adb/Kconfig"
|
|
endif
|
|
|
|
endmenu
|