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