# SPDX-License-Identifier: GPL-2.0
#
# Virtual input configuration
#
config VIRTUAL_INPUT
	tristate "virtual input support"
	default n
	depends on INPUT
	help
	  If you say Y here, you can use virtual input driver.
	  Support virtual keyboard, virtual mouse, virtual
	  touchscreen.

	  If you are unsure about this, say N here.

