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:
@@ -3,6 +3,8 @@
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
if NETDEVICES
|
||||
|
||||
comment "General Ethernet MAC Driver Options"
|
||||
|
||||
config NET_RPMSG_DRV
|
||||
@@ -483,3 +485,5 @@ config NETDEV_PHY_DEBUG
|
||||
the NSH network initialization logic.
|
||||
|
||||
endif # ARCH_HAVE_PHY
|
||||
|
||||
endif # NETDEVICES
|
||||
|
||||
Reference in New Issue
Block a user