2014-06-27 10:00:28 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:08:57 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-06-27 10:00:28 -06:00
|
|
|
#
|
|
|
|
|
2014-06-27 10:02:14 -06:00
|
|
|
menu "Network Device Operations"
|
2014-06-27 10:00:28 -06:00
|
|
|
|
2014-06-27 10:02:14 -06: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
|