Lines Matching +full:ethernet +full:- +full:phy
1 # NXP ENET ethernet drivers configuration options
3 # Copyright (c) 2016-2017 ARM Ltd
5 # SPDX-License-Identifier: Apache-2.0
16 bool "NXP ENET Ethernet driver"
24 Enable NXP ENET Ethernet driver.
27 bool "MCUX Ethernet driver"
35 Enable deprecated legacy MCUX Ethernet driver.
36 Note, this driver performs one shot PHY setup.
37 There is no support for PHY disconnect, reconnect or configuration change.
48 Enable the use of the ENET1G ethernet instance in 1G mode.
62 - IPv4, UDP and TCP checksum (both Rx and Tx)
65 int "Number of RX buffers for ethernet driver"
72 int "Number of TX buffers for ethernet driver"
98 Place the Ethernet receiver in promiscuous mode. This may be useful
113 - IPv4, UDP and TCP checksum (both Rx and Tx)
116 int "Number of RX buffers for ethernet driver"
123 int "Number of TX buffers for ethernet driver"
138 bool "Do not use SMI for PHY communication"
140 Some PHY devices, with DSA capabilities do not use SMI for
141 communication with MAC ENET controller. Other busses - like SPI
145 int "PHY poll period (ms)"
149 Set the PHY status polling period.
152 bool "Additional detailed PHY debug"
154 Enable additional PHY related debug information related to
155 PHY status polling.
158 bool "Reset the PHY at boot"
160 Reset the ethernet PHY at boot. Requires dts properties int-gpios and
161 reset-gpios to be present.