b92be8d092
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>
44 lines
522 B
Plaintext
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
|