From e8e2e0af3c220991cea64ae351c1589af4264594 Mon Sep 17 00:00:00 2001 From: tyustli <1225613647@qq.com> Date: Tue, 18 Jun 2019 11:06:18 +0800 Subject: [PATCH] add touch index in Kconfig file --- components/drivers/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index 861d8cf118..46d2e1f86e 100755 --- a/components/drivers/Kconfig +++ b/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" -- GitLab