# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2024 Kylin Corporation.
# Authors:
#	lihongtao <lihongtao@kylinos.cn>
#	Shixiong Ou <oushixiong@kylinos.cn>

config DRM_KVDD
	tristate "Kylin Virtual Display Driver"
	depends on DRM
	depends on USB_SUPPORT
	depends on USB_ARCH_HAS_HCD
	depends on MODULES
	default m
	select USB
	select DRM_KMS_HELPER
	help
	  This is a Virtual Display driver allowing user-space programs to
	  register a virtual display (without physical monitor), and the
	  Desktop Environment can be used normally without any phyical display
	  card, it's useful for remote tools.
