summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2025-07-11 18:34:46 +0800
committersakumisu <[email protected]>2025-07-11 18:34:46 +0800
commit40a052ba7f84a77981c28085263068cfc69ed252 (patch)
tree2e49317949b98243201b02f568d20aa826ec9e85 /SConscript
parent3249811a90da95b9aab8bf5284894da80a795b50 (diff)
chore(kconfig): add more config
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/SConscript b/SConscript
index 3eb72443..6d81b57f 100644
--- a/SConscript
+++ b/SConscript
@@ -289,8 +289,7 @@ if GetDepend(['PKG_CHERRYUSB_HOST']):
if GetDepend(['PKG_CHERRYUSB_HOST_PL2303']):
src += Glob('class/vendor/serial/usbh_pl2303.c')
- if GetDepend(['PKG_CHERRYUSB_HOST_TEMPLATE']):
- CPPDEFINES+=['TEST_USBH_MSC=0']
+ if GetDepend(['CONFIG_TEST_USBH_HID']):
src += Glob('demo/usb_host.c')
if GetDepend(['PKG_CHERRYUSB_HOST_CDC_ACM']) \