diff --git a/components/drivers/KConfig b/components/drivers/KConfig index 36e3431f4f71d318f079d8689ffdac03e46d8c32..38535763510faaaeee04a5d4a070712b5c65c1ef 100644 --- a/components/drivers/KConfig +++ b/components/drivers/KConfig @@ -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