From a4be1a8176aae3fd8842bdf9a3098d5d9952b278 Mon Sep 17 00:00:00 2001 From: MiraculousConch Date: Wed, 15 Nov 2017 23:47:21 +0800 Subject: [PATCH] [Components][Drivers][USB]Add USB HID device config to env --- components/drivers/KConfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/drivers/KConfig b/components/drivers/KConfig index 36e3431f4f..3853576351 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 -- GitLab