From 719b71a0155cc5053a238ca004d8c8ff73a5a989 Mon Sep 17 00:00:00 2001 From: liuduanfei <939763442@qq.com> Date: Tue, 4 Aug 2020 15:11:48 +0800 Subject: [PATCH] Update Kconfig --- components/drivers/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index 6dffd9d5ea..471f68054f 100755 --- a/components/drivers/Kconfig +++ b/components/drivers/Kconfig @@ -95,6 +95,7 @@ if RT_USING_I2C config RT_USING_I2C_BITOPS bool "Use GPIO to simulate I2C" default y + if RT_USING_I2C_BITOPS config RT_I2C_BITOPS_DEBUG bool "Use simulate I2C debug message"