소스 검색

add touch index in Kconfig file

tyustli 6 년 전
부모
커밋
e8e2e0af3c
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"