diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index 861d8cf118daa8ee598260317de3a984f4f9dea0..46d2e1f86ef8033d724a0cbb1a0b99262d4cffb0 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"