mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
dba715f0c8
Use built-in i2c bit-shift bus adapter to control the i2c busses on the chip. Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Reviewed-by: Easwar Hariharan <easwar.hariharan@intel.com> Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
31 lines
754 B
Plaintext
31 lines
754 B
Plaintext
config INFINIBAND_HFI1
|
|
tristate "Intel OPA Gen1 support"
|
|
depends on X86_64 && INFINIBAND_RDMAVT && I2C
|
|
select MMU_NOTIFIER
|
|
select CRC32
|
|
select I2C_ALGOBIT
|
|
default m
|
|
---help---
|
|
This is a low-level driver for Intel OPA 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 HFI1_VERBS_31BIT_PSN
|
|
bool "HFI1 enable 31 bit PSN"
|
|
depends on INFINIBAND_HFI1
|
|
default y
|
|
---help---
|
|
Setting this enables 31 BIT PSN
|
|
For verbs RC/UC
|
|
config SDMA_VERBOSITY
|
|
bool "Config SDMA Verbosity"
|
|
depends on INFINIBAND_HFI1
|
|
default n
|
|
---help---
|
|
This is a configuration flag to enable verbose
|
|
SDMA debug
|