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