2014-06-28 00:00:28 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
2014-06-28 00:02:14 +08:00
|
|
|
menu "Network Device Operations"
|
2014-06-28 00:00:28 +08:00
|
|
|
|
2014-06-28 00:02:14 +08:00
|
|
|
config NETDEV_PHY_IOCTL
|
|
|
|
bool "Enable PHY ioctl()"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for ioctl() commands to access PHY registers"
|
|
|
|
|
|
|
|
endmenu # Network Device Operations
|