浏览代码

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

MiraculousConch 7 年之前
父节点
当前提交
a4be1a8176
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      components/drivers/KConfig

+ 3 - 0
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