Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iommu: Move iommu Kconfig entries to submenu

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>

+13
+13
drivers/iommu/Kconfig
··· 2 2 config IOMMU_API 3 3 bool 4 4 5 + menuconfig IOMMU_SUPPORT 6 + bool "IOMMU Hardware Support" 7 + default y 8 + ---help--- 9 + Say Y here if you want to compile device drivers for IO Memory 10 + Management Units into the kernel. These devices usually allow to 11 + remap DMA requests and/or remap interrupts from other devices on the 12 + system. 13 + 14 + if IOMMU_SUPPORT 15 + 5 16 # MSM IOMMU support 6 17 config MSM_IOMMU 7 18 bool "MSM IOMMU Support" ··· 106 95 Supports Interrupt remapping for IO-APIC and MSI devices. 107 96 To use x2apic mode in the CPU's which support x2APIC enhancements or 108 97 to support platforms with CPU's having > 8 bit APIC ID, say Y. 98 + 99 + endif # IOMMU_SUPPORT