diff options
author | Christoph Hellwig <hch@lst.de> | 2018-04-03 16:40:54 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-09 06:57:18 +0200 |
commit | 8e6390795eacf87f717bc755f352f0aa85da5700 (patch) | |
tree | 51c283a15596d657038d6c9945fd431f212bf4a4 /drivers/pci/Kconfig | |
parent | 4965a68780c5ccad4082434e264953fba0f9bcf6 (diff) | |
download | linux-8e6390795eacf87f717bc755f352f0aa85da5700.tar.bz2 |
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/Kconfig | 4 |
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 |