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:
parent
fc9b9f70ac
commit
486a6f81d1
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue