diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/parisc/Kconfig | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'drivers/parisc/Kconfig')
-rw-r--r-- | drivers/parisc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/parisc/Kconfig b/drivers/parisc/Kconfig index 62026493634..553a9905299 100644 --- a/drivers/parisc/Kconfig +++ b/drivers/parisc/Kconfig | |||
@@ -108,6 +108,13 @@ config IOMMU_HELPER | |||
108 | depends on IOMMU_SBA || IOMMU_CCIO | 108 | depends on IOMMU_SBA || IOMMU_CCIO |
109 | default y | 109 | default y |
110 | 110 | ||
111 | #config PCI_EPIC | ||
112 | # bool "EPIC/SAGA PCI support" | ||
113 | # depends on PCI | ||
114 | # default y | ||
115 | # help | ||
116 | # Say Y here for V-class PCI, DMA/IOMMU, IRQ subsystem support. | ||
117 | |||
111 | source "drivers/pcmcia/Kconfig" | 118 | source "drivers/pcmcia/Kconfig" |
112 | 119 | ||
113 | source "drivers/pci/hotplug/Kconfig" | 120 | source "drivers/pci/hotplug/Kconfig" |