mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +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:
@@ -3,6 +3,8 @@
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
if MTD
|
||||
|
||||
comment "MTD Configuration"
|
||||
|
||||
config MTD_PARTITION
|
||||
@@ -1087,3 +1089,5 @@ config GD5F_SPIFREQUENCY
|
||||
default 20000000
|
||||
|
||||
endif # MTD_GD5F
|
||||
|
||||
endif # MTD
|
||||
|
||||
Reference in New Issue
Block a user