]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/vhost/Kconfig
treewide: replace '---help---' in Kconfig files with 'help'
[mirror_ubuntu-jammy-kernel.git] / drivers / vhost / Kconfig
index c4f27379359537ecc983da9611214e8547edb3bf..d3688c6afb872da527b72dcbc628486c25c23c73 100644 (file)
@@ -13,15 +13,6 @@ config VHOST_RING
          This option is selected by any driver which needs to access
          the host side of a virtio ring.
 
-config VHOST_DPN
-       bool
-       depends on !ARM || AEABI
-       default y
-       help
-         Anything selecting VHOST or VHOST_RING must depend on VHOST_DPN.
-         This excludes the deprecated ARM ABI since that forces a 4 byte
-         alignment on all structs - incompatible with virtio spec requirements.
-
 config VHOST
        tristate
        select VHOST_IOTLB
@@ -37,9 +28,9 @@ if VHOST_MENU
 
 config VHOST_NET
        tristate "Host kernel accelerator for virtio net"
-       depends on NET && EVENTFD && (TUN || !TUN) && (TAP || !TAP) && VHOST_DPN
+       depends on NET && EVENTFD && (TUN || !TUN) && (TAP || !TAP)
        select VHOST
-       ---help---
+       help
          This kernel module can be loaded in host kernel to accelerate
          guest networking with virtio_net. Not to be confused with virtio_net
          module itself which needs to be loaded in guest kernel.
@@ -49,20 +40,20 @@ config VHOST_NET
 
 config VHOST_SCSI
        tristate "VHOST_SCSI TCM fabric driver"
-       depends on TARGET_CORE && EVENTFD && VHOST_DPN
+       depends on TARGET_CORE && EVENTFD
        select VHOST
        default n
-       ---help---
+       help
        Say M here to enable the vhost_scsi TCM fabric module
        for use with virtio-scsi guests
 
 config VHOST_VSOCK
        tristate "vhost virtio-vsock driver"
-       depends on VSOCKETS && EVENTFD && VHOST_DPN
+       depends on VSOCKETS && EVENTFD
        select VHOST
        select VIRTIO_VSOCKETS_COMMON
        default n
-       ---help---
+       help
        This kernel module can be loaded in the host kernel to provide AF_VSOCK
        sockets for communicating with guests.  The guests must have the
        virtio_transport.ko driver loaded to use the virtio-vsock device.
@@ -72,7 +63,7 @@ config VHOST_VSOCK
 
 config VHOST_VDPA
        tristate "Vhost driver for vDPA-based backend"
-       depends on EVENTFD && VHOST_DPN
+       depends on EVENTFD
        select VHOST
        depends on VDPA
        help
@@ -85,7 +76,7 @@ config VHOST_VDPA
 config VHOST_CROSS_ENDIAN_LEGACY
        bool "Cross-endian support for vhost"
        default n
-       ---help---
+       help
          This option allows vhost to support guests with a different byte
          ordering from host while using legacy virtio.