14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
# 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.
|