1# SPDX-License-Identifier: GPL-2.0 2config ACRN_HSM 3 tristate "ACRN Hypervisor Service Module" 4 depends on ACRN_GUEST 5 help 6 ACRN Hypervisor Service Module (HSM) is a kernel module which 7 communicates with ACRN userspace through ioctls and talks to 8 the ACRN Hypervisor through hypercalls. HSM will only run in 9 a privileged management VM, called Service VM, to manage User 10 VMs and do I/O emulation. Not required for simply running 11 under ACRN as a User VM. 12 13 To compile as a module, choose M, the module will be called 14 acrn. If unsure, say N. 15