mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
vfio: Use config not menuconfig for VFIO_NOIOMMU
[ Upstream commit26c22cfde5] VFIO_NOIOMMU is supposed to be an element in the VFIO menu, not start a new menu. Correct this copy-paste mistake. Fixes:03a76b60f8("vfio: Include No-IOMMU mode") Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Link: https://lore.kernel.org/r/0-v1-3f0b685c3679+478-vfio_menuconfig_jgg@nvidia.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
0f711378f0
commit
d353e093c0
|
|
@ -29,7 +29,7 @@ menuconfig VFIO
|
||||||
|
|
||||||
If you don't know what to do here, say N.
|
If you don't know what to do here, say N.
|
||||||
|
|
||||||
menuconfig VFIO_NOIOMMU
|
config VFIO_NOIOMMU
|
||||||
bool "VFIO No-IOMMU support"
|
bool "VFIO No-IOMMU support"
|
||||||
depends on VFIO
|
depends on VFIO
|
||||||
help
|
help
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user