aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorGravatar Elizabeth Figura <zfigura@codeweavers.com> 2024-03-28 19:05:52 -0500
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2024-04-11 15:34:36 +0200
commit25b9cadb1ee3434b92de9096d4a2ae91820146bf (patch)
treed65ab778c94a7234495c8957fa90ca7ef85f99c7 /drivers/misc/Kconfig
parentsonypi: Convert to platform remove callback returning void (diff)
downloadlinux-25b9cadb1ee3434b92de9096d4a2ae91820146bf.tar.gz
linux-25b9cadb1ee3434b92de9096d4a2ae91820146bf.tar.bz2
linux-25b9cadb1ee3434b92de9096d4a2ae91820146bf.zip
ntsync: Introduce the ntsync driver and character device.
ntsync uses a misc device as the simplest and least intrusive uAPI interface. Each file description on the device represents an isolated NT instance, intended to correspond to a single NT virtual machine. Signed-off-by: Elizabeth Figura <zfigura@codeweavers.com> Link: https://lore.kernel.org/r/20240329000621.148791-2-zfigura@codeweavers.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 4fb291f0bf7c..801ed229ed7d 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -506,6 +506,17 @@ config OPEN_DICE
If unsure, say N.
+config NTSYNC
+ tristate "NT synchronization primitive emulation"
+ help
+ This module provides kernel support for emulation of Windows NT
+ synchronization primitives. It is not a hardware driver.
+
+ To compile this driver as a module, choose M here: the
+ module will be called ntsync.
+
+ If unsure, say N.
+
config VCPU_STALL_DETECTOR
tristate "Guest vCPU stall detector"
depends on OF && HAS_IOMEM