You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
560 B
20 lines
560 B
#
|
|
# vServices Transport driver configuration
|
|
#
|
|
|
|
menu "Transport drivers"
|
|
|
|
config VSERVICES_OKL4_AXON
|
|
tristate "OKL4 Microvisor Axon driver"
|
|
depends on VSERVICES_SUPPORT && OKL4_GUEST
|
|
default y
|
|
help
|
|
This option adds support for Virtual Services sessions using an OKL4
|
|
Microvisor Axon object as a transport.
|
|
|
|
If this driver is to be used in a Cell that has multiple
|
|
discontiguous regions in its physical memory pool, the
|
|
CONFIG_DMA_CMA option must also be selected (or CONFIG_CMA
|
|
in older kernels that do not have CONFIG_DMA_CMA).
|
|
|
|
endmenu
|
|
|