diff options
author | Xiangliang Yu <Xiangliang.Yu@amd.com> | 2016-01-21 14:47:05 +0300 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2016-01-22 03:51:04 +0300 |
commit | a1b3695820aa490e58915d720a1438069813008b (patch) | |
tree | d2b9d86c397a169835f5c5db020dd1fcfaf2aff0 /drivers/ntb/hw/Makefile | |
parent | 8a7b6a778a8519a879c7b6764a11c0d39eead95f (diff) | |
download | linux-a1b3695820aa490e58915d720a1438069813008b.tar.xz |
NTB: Add support for AMD PCI-Express Non-Transparent Bridge
This adds support for AMD's PCI-Express Non-Transparent Bridge
(NTB) device on the Zeppelin platform. The driver connnects to the
standard NTB sub-system interface, with modification to add hooks
for power management in a separate patch. The AMD NTB device has 3
memory windows, 16 doorbell, 16 scratch-pad registers, and supports
up to 16 PCIe lanes running a Gen3 speeds.
Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
Reviewed-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'drivers/ntb/hw/Makefile')
-rw-r--r-- | drivers/ntb/hw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile index 175d7c92a569..532e0859b4a1 100644 --- a/drivers/ntb/hw/Makefile +++ b/drivers/ntb/hw/Makefile @@ -1 +1,2 @@ +obj-$(CONFIG_NTB_AMD) += amd/ obj-$(CONFIG_NTB_INTEL) += intel/ |