Move NETDEV config from net/Kconfig to net/netdev/Kconfig
This commit is contained in:
parent
238d9d9694
commit
d8e18e7f96
@ -3,6 +3,12 @@
|
|||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
#menu "Network Device Operations"
|
menu "Network Device Operations"
|
||||||
|
|
||||||
#endmenu # Network Device Operations
|
config NETDEV_PHY_IOCTL
|
||||||
|
bool "Enable PHY ioctl()"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
Enable support for ioctl() commands to access PHY registers"
|
||||||
|
|
||||||
|
endmenu # Network Device Operations
|
||||||
|
Loading…
Reference in New Issue
Block a user