mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
drivers/Kconfig: Move if/endif to subfolder Kconfig
Move if/endif to subfolder Kconfig and make ARCH_HAVE_XXX option always selectable by moving out of if/endif
This commit is contained in:
@@ -7,6 +7,8 @@ config ARCH_HAVE_I2CRESET
|
||||
bool
|
||||
default n
|
||||
|
||||
if I2C
|
||||
|
||||
config I2C_SLAVE
|
||||
bool "I2C Slave"
|
||||
default n
|
||||
@@ -50,3 +52,5 @@ config I2CMULTIPLEXER_PCA9540BDP
|
||||
# put more i2c mux devices here
|
||||
|
||||
endmenu # I2C Multiplexer Support
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user