mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-22 02:24:57 +08:00
e39c600049
Both hfi1 and UML depend on x86_64, this can trigger build errors. This driver must depends on !UML because it accesses x86_64 features that are not supported by UML. Link: https://lore.kernel.org/r/165755127879.2996325.5668395672492732376.stgit@awfm-02.cornelisnetworks.com Signed-off-by: Ehab Ababneh <ehab.ababneh@cornelisnetworks.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
24 lines
619 B
Plaintext
24 lines
619 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config INFINIBAND_HFI1
|
|
tristate "Cornelis OPX Gen1 support"
|
|
depends on X86_64 && INFINIBAND_RDMAVT && I2C && !UML
|
|
select MMU_NOTIFIER
|
|
select CRC32
|
|
select I2C_ALGOBIT
|
|
help
|
|
This is a low-level driver for Cornelis OPX Gen1 adapter.
|
|
config HFI1_DEBUG_SDMA_ORDER
|
|
bool "HFI1 SDMA Order debug"
|
|
depends on INFINIBAND_HFI1
|
|
default n
|
|
help
|
|
This is a debug flag to test for out of order
|
|
sdma completions for unit testing
|
|
config SDMA_VERBOSITY
|
|
bool "Config SDMA Verbosity"
|
|
depends on INFINIBAND_HFI1
|
|
default n
|
|
help
|
|
This is a configuration flag to enable verbose
|
|
SDMA debug
|