[修改]:修改rtt中的kconfig。

This commit is contained in:
SummerGift 2017-10-09 11:30:30 +08:00
parent 950b769f75
commit 17d64d0bff
1 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,12 @@ 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"
default y
@ -32,6 +38,10 @@ 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"
default n