qemu-patch-raspberry4/hw/input/Kconfig
Thomas Huth b92be8d092 hw/input: Add a CONFIG_PS2 switch for the ps2.c file
ps2.c only needs to be compiled if we are building pckbd.c or pl050.c.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190411182240.5957-1-thuth@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-05-15 11:56:53 +02:00

44 lines
522 B
Plaintext

config ADB
bool
config LM832X
bool
depends on I2C
config PCKBD
bool
default y
select PS2
depends on ISA_BUS
config PL050
bool
select PS2
config PS2
bool
config STELLARIS_INPUT
bool
config TSC2005
bool
config VIRTIO_INPUT
bool
default y
depends on VIRTIO
config VIRTIO_INPUT_HOST
bool
default y
depends on VIRTIO_INPUT && LINUX
config VHOST_USER_INPUT
bool
default y
depends on VIRTIO_INPUT && VHOST_USER
config TSC210X
bool