[Components][Drivers][USB]Add USB HID device config to env

This commit is contained in:
MiraculousConch 2017-11-15 23:47:21 +08:00 committed by Bernard Xiong
parent 0b830302ca
commit a4be1a8176
1 changed files with 3 additions and 0 deletions

View File

@ -119,5 +119,8 @@ config RT_USING_USB_DEVICE
config RT_USB_DEVICE_MSTORAGE
bool "Enable to use device as Mass Storage device"
default n
config RT_USB_DEVICE_HID
bool "Enable to use device as HID device"
default n
endif
endmenu