2014-06-28 00:00:28 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-06-28 00:00:28 +08:00
|
|
|
#
|
|
|
|
|
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
|