File tree Expand file tree Collapse file tree 6 files changed +1017
-0
lines changed
Expand file tree Collapse file tree 6 files changed +1017
-0
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0-only
22source "drivers/ntb/hw/amd/Kconfig"
3+ source "drivers/ntb/hw/broadcom/Kconfig"
34source "drivers/ntb/hw/idt/Kconfig"
45source "drivers/ntb/hw/intel/Kconfig"
56source "drivers/ntb/hw/epf/Kconfig"
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0-only
22obj-$(CONFIG_NTB_AMD) += amd/
3+ obj-$(CONFIG_NTB_BROADCOM) += broadcom/
34obj-$(CONFIG_NTB_IDT) += idt/
45obj-$(CONFIG_NTB_INTEL) += intel/
56obj-$(CONFIG_NTB_EPF) += epf/
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0-only
2+ config NTB_BROADCOM
3+ tristate "Broadcom NT2.0 Non-Transparent Bridge support"
4+ depends on X86_64
5+ help
6+ This driver supports Broadcom NT2.0 NTB devices.
7+
8+ If unsure, say N.
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0-only
2+ obj-$(CONFIG_NTB_BROADCOM) += ntb_hw_broadcom.o
You can’t perform that action at this time.
0 commit comments