Skip to content

Commit d463a5a

Browse files
authored
Merge pull request #3802 from liuduanfei/master
Change I2C configuration hierarchy
2 parents 4d3027e + 27a6ebf commit d463a5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/drivers/Kconfig

+5-5
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ if RT_USING_I2C
9595
config RT_USING_I2C_BITOPS
9696
bool "Use GPIO to simulate I2C"
9797
default y
98-
endif
9998

100-
if RT_USING_I2C_BITOPS
101-
config RT_I2C_BITOPS_DEBUG
102-
bool "Use simulate I2C debug message"
103-
default n
99+
if RT_USING_I2C_BITOPS
100+
config RT_I2C_BITOPS_DEBUG
101+
bool "Use simulate I2C debug message"
102+
default n
103+
endif
104104
endif
105105

106106
config RT_USING_PIN

0 commit comments

Comments
 (0)