]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
iommu/amd: Add driver stub for AMD IOMMUv2 support
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 9 Nov 2011 11:31:15 +0000 (12:31 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 12 Dec 2011 14:19:07 +0000 (15:19 +0100)
commite3c495c74bc008a5c3671bf3411bc7f5382fa58f
treec0557712e92cbfe7358ede7ad8c79862ae7a538f
parent399be2f51979aaf4e3391d98d11e3aeaac7633a4
iommu/amd: Add driver stub for AMD IOMMUv2 support

Add a Kconfig option for the optional driver. Since it is
optional it can be compiled as a module and will only be
loaded when required by another driver.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/Kconfig
drivers/iommu/Makefile
drivers/iommu/amd_iommu_v2.c [new file with mode: 0644]