aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-04-03 16:40:54 +0200
committerChristoph Hellwig <hch@lst.de>2018-05-09 06:57:18 +0200
commit8e6390795eacf87f717bc755f352f0aa85da5700 (patch)
tree51c283a15596d657038d6c9945fd431f212bf4a4 /drivers/pci/Kconfig
parentarch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig (diff)
downloadlinux-dev-8e6390795eacf87f717bc755f352f0aa85da5700.tar.xz
linux-dev-8e6390795eacf87f717bc755f352f0aa85da5700.zip
PCI: remove CONFIG_PCI_BUS_ADDR_T_64BIT
This symbol is now always identical to CONFIG_ARCH_DMA_ADDR_T_64BIT, so remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 34b56a8f8480..29a487f31dae 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -5,10 +5,6 @@
source "drivers/pci/pcie/Kconfig"
-config PCI_BUS_ADDR_T_64BIT
- def_bool y if (ARCH_DMA_ADDR_T_64BIT || 64BIT)
- depends on PCI
-
config PCI_MSI
bool "Message Signaled Interrupts (MSI and MSI-X)"
depends on PCI