diff options
Diffstat (limited to 'hw/input/Kconfig')
| -rw-r--r-- | hw/input/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hw/input/Kconfig b/hw/input/Kconfig index f86e98c829..a116cb82df 100644 --- a/hw/input/Kconfig +++ b/hw/input/Kconfig @@ -1,13 +1,6 @@ config ADB bool -config ADS7846 - bool - -config LM832X - bool - depends on I2C - config PCKBD bool select PS2 @@ -23,9 +16,6 @@ config PS2 config STELLARIS_GAMEPAD bool -config TSC2005 - bool - config VIRTIO_INPUT bool default y @@ -41,8 +31,5 @@ config VHOST_USER_INPUT default y depends on VIRTIO_INPUT && VHOST_USER -config TSC210X - bool - config LASIPS2 select PS2 |