Move NETDEV config from net/Kconfig to net/netdev/Kconfig

This commit is contained in:
Gregory Nutt 2014-06-27 10:02:14 -06:00
parent 238d9d9694
commit d8e18e7f96

View File

@ -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