[修改]:修改rtt中的kconfig。
This commit is contained in:
parent
950b769f75
commit
17d64d0bff
@ -19,6 +19,12 @@ config RT_USING_HWTIMER
|
|||||||
config RT_USING_I2C
|
config RT_USING_I2C
|
||||||
bool "Using I2C device drivers"
|
bool "Using I2C device drivers"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
if RT_USING_I2C
|
||||||
|
config RT_USING_I2C_BITOPS
|
||||||
|
bool "Using I2C device BITOPS "
|
||||||
|
default y
|
||||||
|
endif
|
||||||
|
|
||||||
config RT_USING_PIN
|
config RT_USING_PIN
|
||||||
bool "Using generic GPIO device drivers"
|
bool "Using generic GPIO device drivers"
|
||||||
@ -31,6 +37,10 @@ config RT_USING_MTD_NOR
|
|||||||
config RT_USING_MTD_NAND
|
config RT_USING_MTD_NAND
|
||||||
bool "Using MTD Nand Flash device drivers"
|
bool "Using MTD Nand Flash device drivers"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config RT_MTD_NAND_DEBUG
|
||||||
|
bool "Using MTD NAND Flash DEBUG"
|
||||||
|
default n
|
||||||
|
|
||||||
config RT_USING_RTC
|
config RT_USING_RTC
|
||||||
bool "Using RTC device drivers"
|
bool "Using RTC device drivers"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user