mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
drivers/net: Enable NETDEVICES by default
since there are many net drivers doesn't depend on phy Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
fc9b9f70ac
commit
486a6f81d1
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user