Re: [PATCH net-next] Add Mellanox BlueField Gigabit Ethernet driver
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-07-31 18:38:54
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-07-31 18:38:54
+config MLXBF_GIGE + tristate "Mellanox Technologies BlueField Gigabit Ethernet support" + depends on (ARM64 || COMPILE_TEST) && ACPI && INET + select PHYLIB + help + The second generation BlueField SoC from Mellanox Technologies + supports an out-of-band Gigabit Ethernet management port to the + Arm subsystem.
You might want to additionally select the PHY driver you are using.
Andrew