mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 12:57:57 +08:00
Refine Kconfig under drivers folder
1.Move subsystem config into sub folder 2.Remove the duplicated if/endif Change-Id: I0b96ac0570ee1ba62bbb95586381f5410b90bcf0 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
afd03f5a7e
commit
ac2aec96e0
@@ -3,7 +3,9 @@
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
if I2C
|
||||
config ARCH_HAVE_I2CRESET
|
||||
bool
|
||||
default n
|
||||
|
||||
config I2C_SLAVE
|
||||
bool "I2C Slave"
|
||||
@@ -48,5 +50,3 @@ config I2CMULTIPLEXER_PCA9540BDP
|
||||
# put more i2c mux devices here
|
||||
|
||||
endmenu # I2C Multiplexer Support
|
||||
|
||||
endif # I2C
|
||||
|
||||
Reference in New Issue
Block a user