diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-06-21 16:24:54 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-26 20:14:59 +0200 |
commit | 340cba6092c2c1688629d327b74e7eb746a571a7 (patch) | |
tree | f4e386a5c9ccffdacad81b1603a86242938ab859 /drivers/pci/host/Makefile | |
parent | ece585df6ee6cbf7103b5e51485ad58d85fd84f2 (diff) |
pci: Add PCIe driver for Samsung Exynos
Exynos5440 has a PCIe controller which can be used as Root Complex.
This driver supports a PCIe controller as Root Complex mode.
Signed-off-by: Surendranath Gurivireddy Balla <suren.reddy@samsung.com>
Signed-off-by: Siva Reddy Kallam <siva.kallam@samsung.com>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Pratyush Anand <pratyush.anand@st.com>
Cc: Mohit KUMAR <Mohit.KUMAR@st.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/pci/host/Makefile')
-rw-r--r-- | drivers/pci/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/Makefile b/drivers/pci/host/Makefile index 5ea2d8bf013a..086d8500e849 100644 --- a/drivers/pci/host/Makefile +++ b/drivers/pci/host/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o +obj-$(CONFIG_PCIE_DW) += pcie-designware.o |