|
@@ -19,10 +19,10 @@ 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 "
|
|
|
+ bool "Use GPIO to simulate I2C"
|
|
|
default y
|
|
|
endif
|
|
|
|
|
@@ -37,10 +37,12 @@ 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
|
|
|
+
|
|
|
+ if RT_USING_MTD_NAND
|
|
|
+ config RT_MTD_NAND_DEBUG
|
|
|
+ bool "Enable MTD Nand operations debug information"
|
|
|
+ default n
|
|
|
+ endif
|
|
|
|
|
|
config RT_USING_RTC
|
|
|
bool "Using RTC device drivers"
|