mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 16:45:13 +07:00
33dea5aae0
Seeing the Switchtec NTB hardware shares the same endpoint as the management endpoint we utilize the class_interface API to register an NTB driver for every Switchtec device in the system that has the NTB class code. Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Stephen Bates <sbates@raithlin.com> Reviewed-by: Kurt Schwemmer <kurt.schwemmer@microsemi.com> Acked-by: Allen Hubbe <Allen.Hubbe@dell.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
config NTB_SWITCHTEC
|
|
tristate "MicroSemi Switchtec Non-Transparent Bridge Support"
|
|
select PCI_SW_SWITCHTEC
|
|
help
|
|
Enables NTB support for Switchtec PCI switches. This also
|
|
selects the Switchtec management driver as they share the same
|
|
hardware interface.
|
|
|
|
If unsure, say N.
|