diff options
Diffstat (limited to 'hw/input')
-rw-r--r-- | hw/input/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/hw/input/Kconfig b/hw/input/Kconfig new file mode 100644 index 0000000..91bae47 --- /dev/null +++ b/hw/input/Kconfig @@ -0,0 +1,23 @@ +config ADB + bool + +config LM832X + bool + +config PCKBD + bool + +config PL050 + bool + +config STELLARIS_INPUT + bool + +config TSC2005 + bool + +config VIRTIO_INPUT + bool + +config TSC210X + bool |