Merge pull request #3802 from liuduanfei/master
Change I2C configuration hierarchy
This commit is contained in:
commit
d463a5a0ba
|
@ -95,12 +95,12 @@ if RT_USING_I2C
|
||||||
config RT_USING_I2C_BITOPS
|
config RT_USING_I2C_BITOPS
|
||||||
bool "Use GPIO to simulate I2C"
|
bool "Use GPIO to simulate I2C"
|
||||||
default y
|
default y
|
||||||
endif
|
|
||||||
|
|
||||||
if RT_USING_I2C_BITOPS
|
if RT_USING_I2C_BITOPS
|
||||||
config RT_I2C_BITOPS_DEBUG
|
config RT_I2C_BITOPS_DEBUG
|
||||||
bool "Use simulate I2C debug message"
|
bool "Use simulate I2C debug message"
|
||||||
default n
|
default n
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config RT_USING_PIN
|
config RT_USING_PIN
|
||||||
|
|
Loading…
Reference in New Issue