summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/pci/Kconfig')
-rw-r--r--kernel/drivers/pci/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/drivers/pci/Kconfig b/kernel/drivers/pci/Kconfig
index 944f50015..73de4efcb 100644
--- a/kernel/drivers/pci/Kconfig
+++ b/kernel/drivers/pci/Kconfig
@@ -2,7 +2,7 @@
# PCI configuration
#
config PCI_BUS_ADDR_T_64BIT
- def_bool y if (ARCH_DMA_ADDR_T_64BIT || (64BIT && !PARISC))
+ def_bool y if (ARCH_DMA_ADDR_T_64BIT || 64BIT)
depends on PCI
config PCI_MSI