Kconfig (20c384f1ea1a0bc7320bc445c72dd02d2970d594) Kconfig (0bbe30668d89ec8a309f28ced6d092c90fb23e8c)
1# SPDX-License-Identifier: GPL-2.0-only
1# SPDX-License-Identifier: GPL-2.0-only
2config VHOST_IOTLB
3 tristate
4 help
5 Generic IOTLB implementation for vhost and vringh.
6
2config VHOST_RING
3 tristate
4 help
5 This option is selected by any driver which needs to access
6 the host side of a virtio ring.
7
8config VHOST
9 tristate

--- 52 unchanged lines hidden (view full) ---

62
63 Userspace programs can control the feature using the
64 VHOST_SET_VRING_ENDIAN and VHOST_GET_VRING_ENDIAN ioctls.
65
66 This is only useful on a few platforms (ppc64 and arm64). Since it
67 adds some overhead, it is disabled by default.
68
69 If unsure, say "N".
7config VHOST_RING
8 tristate
9 help
10 This option is selected by any driver which needs to access
11 the host side of a virtio ring.
12
13config VHOST
14 tristate

--- 52 unchanged lines hidden (view full) ---

67
68 Userspace programs can control the feature using the
69 VHOST_SET_VRING_ENDIAN and VHOST_GET_VRING_ENDIAN ioctls.
70
71 This is only useful on a few platforms (ppc64 and arm64). Since it
72 adds some overhead, it is disabled by default.
73
74 If unsure, say "N".
75
70endif
76endif