1# SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
2#
3# Mellanox GigE driver configuration
4#
5
6config MLXBF_GIGE
7	tristate "Mellanox Technologies BlueField Gigabit Ethernet support"
8	depends on (ARM64 && ACPI) || COMPILE_TEST
9	select PHYLIB
10	help
11	  The second generation BlueField SoC from Mellanox Technologies
12	  supports an out-of-band Gigabit Ethernet management port to the
13	  Arm subsystem.
14