From 17d64d0bfff65e3af7cdc167a04e7bde64f5db70 Mon Sep 17 00:00:00 2001 From: SummerGift Date: Mon, 9 Oct 2017 11:30:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?rtt=E4=B8=AD=E7=9A=84kconfig=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/drivers/KConfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/drivers/KConfig b/components/drivers/KConfig index 663b35c18..f658650ce 100644 --- a/components/drivers/KConfig +++ b/components/drivers/KConfig @@ -19,6 +19,12 @@ config RT_USING_HWTIMER config RT_USING_I2C bool "Using I2C device drivers" default n + +if RT_USING_I2C + config RT_USING_I2C_BITOPS + bool "Using I2C device BITOPS " + default y +endif config RT_USING_PIN bool "Using generic GPIO device drivers" @@ -31,6 +37,10 @@ config RT_USING_MTD_NOR config RT_USING_MTD_NAND bool "Using MTD Nand Flash device drivers" default n + +config RT_MTD_NAND_DEBUG + bool "Using MTD NAND Flash DEBUG" + default n config RT_USING_RTC bool "Using RTC device drivers" -- GitLab