diff options
author | Jason Gunthorpe <jgg@nvidia.com> | 2022-12-05 16:29:19 +0100 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2022-12-05 20:04:32 +0100 |
commit | 20601c45a0fa20bbb5545f4dd69f4f18448f4973 (patch) | |
tree | bf91dc6e3f6acdadd653d6e01cee35488562b2a9 /drivers/vfio/Kconfig | |
parent | vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c (diff) | |
download | linux-20601c45a0fa20bbb5545f4dd69f4f18448f4973.tar.xz linux-20601c45a0fa20bbb5545f4dd69f4f18448f4973.zip |
vfio: Remove CONFIG_VFIO_SPAPR_EEH
We don't need a kconfig symbol for this, just directly test CONFIG_EEH in
the few places that need it.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/4-v5-fc5346cacfd4+4c482-vfio_modules_jgg@nvidia.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/Kconfig')
-rw-r--r-- | drivers/vfio/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/vfio/Kconfig b/drivers/vfio/Kconfig index 86c381ceb9a1..d25b91adfd64 100644 --- a/drivers/vfio/Kconfig +++ b/drivers/vfio/Kconfig @@ -20,11 +20,6 @@ config VFIO_IOMMU_SPAPR_TCE depends on SPAPR_TCE_IOMMU default VFIO -config VFIO_SPAPR_EEH - tristate - depends on EEH && VFIO_IOMMU_SPAPR_TCE - default VFIO - config VFIO_VIRQFD tristate select EVENTFD |