瀏覽代碼

Merge pull request #2789 from tyustli/touch

add touch index in Kconfig file
Bernard Xiong 5 年之前
父節點
當前提交
b01eb52c25
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      components/drivers/Kconfig

+ 4 - 0
components/drivers/Kconfig

@@ -264,6 +264,10 @@ if RT_USING_SENSOR
         default y
 endif
 
+config RT_USING_TOUCH
+    bool "Using Touch device drivers"
+    default n
+
 menu "Using Hardware Crypto drivers"
     config RT_USING_HWCRYPTO
         bool "Using Hardware Crypto"