Explorar el Código

add touch index in Kconfig file

tyustli hace 6 años
padre
commit
e8e2e0af3c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      components/drivers/Kconfig

+ 4 - 0
components/drivers/Kconfig

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