This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 486a6f81d1dd3895c180628d61107c67b0eaeff8 Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Fri Sep 30 12:19:11 2022 +0800 drivers/net: Enable NETDEVICES by default since there are many net drivers doesn't depend on phy Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- drivers/net/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index b3e28e4c97..f9fe576ef0 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -5,8 +5,7 @@ menuconfig NETDEVICES bool "Network Device/PHY Support" - default n if !ARCH_HAVE_PHY - default y if ARCH_HAVE_PHY + default y depends on NET ---help--- Network interface driver and PHY selections. This options enables