Skip to content

Commit

Permalink
iommu: Move iommu Kconfig entries to submenu
Browse files Browse the repository at this point in the history
For better navigation this patch moves the drivers/iommu
drivers into its own submenu in Kconfig.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
  • Loading branch information
Joerg Roedel committed Jun 21, 2011
1 parent 166e927 commit 68255b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions drivers/iommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
config IOMMU_API
bool

menuconfig IOMMU_SUPPORT
bool "IOMMU Hardware Support"
default y
---help---
Say Y here if you want to compile device drivers for IO Memory
Management Units into the kernel. These devices usually allow to
remap DMA requests and/or remap interrupts from other devices on the
system.

if IOMMU_SUPPORT

# MSM IOMMU support
config MSM_IOMMU
bool "MSM IOMMU Support"
Expand Down Expand Up @@ -95,3 +106,5 @@ config INTR_REMAP
Supports Interrupt remapping for IO-APIC and MSI devices.
To use x2apic mode in the CPU's which support x2APIC enhancements or
to support platforms with CPU's having > 8 bit APIC ID, say Y.

endif # IOMMU_SUPPORT

0 comments on commit 68255b6

Please sign in to comment.