Move NETDEV config from net/Kconfig to net/netdev/Kconfig
This commit is contained in:
parent
238d9d9694
commit
d8e18e7f96
1 changed files with 8 additions and 2 deletions
|
|
@ -3,6 +3,12 @@
|
|||
# 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…
Add table
Reference in a new issue