#
# Alibaba Dragonball Secure Container Runtime Drivers
#

menuconfig DRAGONBALL_DRIVERS
	bool "Alibaba Dragonball Secure Container Runtime Drivers"
	depends on X86_64 || ARM64
	default n
	help
	  Alibaba Dragonball is a secure container runtime with an embedded micro-vmm
	  to securely isolate container workloads.

	  Say Y here to get to see options for various misc drivers to support the
	  Alibaba Dragonball secure container runtime. This option alone does not
	  add any kernel code.

	  If unsure, say N.

if DRAGONBALL_DRIVERS
source "drivers/misc/dragonball/vsock_srv/Kconfig"
source "drivers/misc/dragonball/pvdma/Kconfig"
source "drivers/misc/dragonball/pio2mmio/Kconfig"
source "drivers/misc/dragonball/pvpanic/Kconfig"
source "drivers/misc/dragonball/pvdump/Kconfig"
endif # DRAGONBALL_DRIVERS
