mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +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 USBDEV
|
||||
|
||||
comment "USB Device Controller Driver Options"
|
||||
|
||||
config USBDEV_ISOCHRONOUS
|
||||
@@ -995,3 +997,5 @@ config CDCECM_PRODUCTSTR
|
||||
|
||||
endif # !CDCECM_COMPOSITE
|
||||
endif # CDCECM
|
||||
|
||||
endif # USBDEV
|
||||
|
||||
Reference in New Issue
Block a user