projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c500bee
)
vfio: Use config not menuconfig for VFIO_NOIOMMU
author
Jason Gunthorpe
<jgg@nvidia.com>
Fri, 16 Jul 2021 18:39:12 +0000
(15:39 -0300)
committer
Alex Williamson
<alex.williamson@redhat.com>
Mon, 2 Aug 2021 21:23:42 +0000
(15:23 -0600)
VFIO_NOIOMMU is supposed to be an element in the VFIO menu, not start
a new menu. Correct this copy-paste mistake.
Fixes:
03a76b60f8ba
("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>
drivers/vfio/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/vfio/Kconfig
b/drivers/vfio/Kconfig
index 67d0bf4efa16066c8437efafbcee323d71fedc41..e44bf736e2b222e42e0727136ce5bdd43b319236 100644
(file)
--- a/
drivers/vfio/Kconfig
+++ b/
drivers/vfio/Kconfig
@@
-29,7
+29,7
@@
menuconfig VFIO
If you don't know what to do here, say N.
-
menu
config VFIO_NOIOMMU
+config VFIO_NOIOMMU
bool "VFIO No-IOMMU support"
depends on VFIO
help