forked from smaccm/libsel4arm-vmm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKconfig
29 lines (27 loc) · 797 Bytes
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Copyright 2014, NICTA
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(NICTA_BSD)
#
config LIB_SEL4_ARM_VMM
bool "VMM library for ARM"
default y
depends on LIB_UTILS
depends on LIB_SEL4_UTILS
depends on LIB_SEL4_VKA
depends on LIB_SEL4_VSPACE
depends on LIB_SEL4_SIMPLE
depends on LIB_PLATSUPPORT
depends on ARM_HYPERVISOR_SUPPORT
help
Build a VMM support library for the seL4 hypervisor
config ONDEMAND_DEVICE_INSTALL
bool "Allow on demand device installation"
default y
depends on LIB_SEL4_ARM_VMM
help
Allow the VMM to install arbitrary devices into the VM as they are accessed.