diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-22 19:39:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-22 19:39:42 -0400 |
commit | 6d16d6d9bb6f93e6f8506cfb3e91795d6443d54f (patch) | |
tree | 92a1c9e4b645fa6d1fffedaeb56141b66f847320 /arch/x86/Kconfig | |
parent | 431bf99d26157d56689e5de65bd27ce9f077fc3f (diff) | |
parent | b395fb36d59e17b9335805c10fa30fc51c8a94c6 (diff) |
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=n
iommu/amd: Don't use MSI address range for DMA addresses
iommu/amd: Move missing parts to drivers/iommu
iommu: Move iommu Kconfig entries to submenu
x86/ia64: intel-iommu: move to drivers/iommu/
x86: amd_iommu: move to drivers/iommu/
msm: iommu: move to drivers/iommu/
drivers: iommu: move to a dedicated folder
x86/amd-iommu: Store device alias as dev_data pointer
x86/amd-iommu: Search for existind dev_data before allocting a new one
x86/amd-iommu: Allow dev_data->alias to be NULL
x86/amd-iommu: Use only dev_data in low-level domain attach/detach functions
x86/amd-iommu: Use only dev_data for dte and iotlb flushing routines
x86/amd-iommu: Store ATS state in dev_data
x86/amd-iommu: Store devid in dev_data
x86/amd-iommu: Introduce global dev_data_list
x86/amd-iommu: Remove redundant device_flush_dte() calls
iommu-api: Add missing header file
Fix up trivial conflicts (independent additions close to each other) in
drivers/Makefile and include/linux/pci.h
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 37357a599dc..7d45601b27e 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -680,33 +680,6 @@ config CALGARY_IOMMU_ENABLED_BY_DEFAULT | |||
680 | Calgary anyway, pass 'iommu=calgary' on the kernel command line. | 680 | Calgary anyway, pass 'iommu=calgary' on the kernel command line. |
681 | If unsure, say Y. | 681 | If unsure, say Y. |
682 | 682 | ||
683 | config AMD_IOMMU | ||
684 | bool "AMD IOMMU support" | ||
685 | select SWIOTLB | ||
686 | select PCI_MSI | ||
687 | select PCI_IOV | ||
688 | depends on X86_64 && PCI && ACPI | ||
689 | ---help--- | ||
690 | With this option you can enable support for AMD IOMMU hardware in | ||
691 | your system. An IOMMU is a hardware component which provides | ||
692 | remapping of DMA memory accesses from devices. With an AMD IOMMU you | ||
693 | can isolate the the DMA memory of different devices and protect the | ||
694 | system from misbehaving device drivers or hardware. | ||
695 | |||
696 | You can find out if your system has an AMD IOMMU if you look into | ||
697 | your BIOS for an option to enable it or if you have an IVRS ACPI | ||
698 | table. | ||
699 | |||
700 | config AMD_IOMMU_STATS | ||
701 | bool "Export AMD IOMMU statistics to debugfs" | ||
702 | depends on AMD_IOMMU | ||
703 | select DEBUG_FS | ||
704 | ---help--- | ||
705 | This option enables code in the AMD IOMMU driver to collect various | ||
706 | statistics about whats happening in the driver and exports that | ||
707 | information to userspace via debugfs. | ||
708 | If unsure, say N. | ||
709 | |||
710 | # need this always selected by IOMMU for the VIA workaround | 683 | # need this always selected by IOMMU for the VIA workaround |
711 | config SWIOTLB | 684 | config SWIOTLB |
712 | def_bool y if X86_64 | 685 | def_bool y if X86_64 |
@@ -720,9 +693,6 @@ config SWIOTLB | |||
720 | config IOMMU_HELPER | 693 | config IOMMU_HELPER |
721 | def_bool (CALGARY_IOMMU || GART_IOMMU || SWIOTLB || AMD_IOMMU) | 694 | def_bool (CALGARY_IOMMU || GART_IOMMU || SWIOTLB || AMD_IOMMU) |
722 | 695 | ||
723 | config IOMMU_API | ||
724 | def_bool (AMD_IOMMU || DMAR) | ||
725 | |||
726 | config MAXSMP | 696 | config MAXSMP |
727 | bool "Enable Maximum number of SMP Processors and NUMA Nodes" | 697 | bool "Enable Maximum number of SMP Processors and NUMA Nodes" |
728 | depends on X86_64 && SMP && DEBUG_KERNEL && EXPERIMENTAL | 698 | depends on X86_64 && SMP && DEBUG_KERNEL && EXPERIMENTAL |
@@ -1942,55 +1912,6 @@ config PCI_CNB20LE_QUIRK | |||
1942 | 1912 | ||
1943 | You should say N unless you know you need this. | 1913 | You should say N unless you know you need this. |
1944 | 1914 | ||
1945 | config DMAR | ||
1946 | bool "Support for DMA Remapping Devices (EXPERIMENTAL)" | ||
1947 | depends on PCI_MSI && ACPI && EXPERIMENTAL | ||
1948 | help | ||
1949 | DMA remapping (DMAR) devices support enables independent address | ||
1950 | translations for Direct Memory Access (DMA) from devices. | ||
1951 | These DMA remapping devices are reported via ACPI tables | ||
1952 | and include PCI device scope covered by these DMA | ||
1953 | remapping devices. | ||
1954 | |||
1955 | config DMAR_DEFAULT_ON | ||
1956 | def_bool y | ||
1957 | prompt "Enable DMA Remapping Devices by default" | ||
1958 | depends on DMAR | ||
1959 | help | ||
1960 | Selecting this option will enable a DMAR device at boot time if | ||
1961 | one is found. If this option is not selected, DMAR support can | ||
1962 | be enabled by passing intel_iommu=on to the kernel. It is | ||
1963 | recommended you say N here while the DMAR code remains | ||
1964 | experimental. | ||
1965 | |||
1966 | config DMAR_BROKEN_GFX_WA | ||
1967 | bool "Workaround broken graphics drivers (going away soon)" | ||
1968 | depends on DMAR && BROKEN | ||
1969 | ---help--- | ||
1970 | Current Graphics drivers tend to use physical address | ||
1971 | for DMA and avoid using DMA APIs. Setting this config | ||
1972 | option permits the IOMMU driver to set a unity map for | ||
1973 | all the OS-visible memory. Hence the driver can continue | ||
1974 | to use physical addresses for DMA, at least until this | ||
1975 | option is removed in the 2.6.32 kernel. | ||
1976 | |||
1977 | config DMAR_FLOPPY_WA | ||
1978 | def_bool y | ||
1979 | depends on DMAR | ||
1980 | ---help--- | ||
1981 | Floppy disk drivers are known to bypass DMA API calls | ||
1982 | thereby failing to work when IOMMU is enabled. This | ||
1983 | workaround will setup a 1:1 mapping for the first | ||
1984 | 16MiB to make floppy (an ISA device) work. | ||
1985 | |||
1986 | config INTR_REMAP | ||
1987 | bool "Support for Interrupt Remapping (EXPERIMENTAL)" | ||
1988 | depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI && EXPERIMENTAL | ||
1989 | ---help--- | ||
1990 | Supports Interrupt remapping for IO-APIC and MSI devices. | ||
1991 | To use x2apic mode in the CPU's which support x2APIC enhancements or | ||
1992 | to support platforms with CPU's having > 8 bit APIC ID, say Y. | ||
1993 | |||
1994 | source "drivers/pci/pcie/Kconfig" | 1915 | source "drivers/pci/pcie/Kconfig" |
1995 | 1916 | ||
1996 | source "drivers/pci/Kconfig" | 1917 | source "drivers/pci/Kconfig" |