mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/input: Remove pxa2xx_keypad
Remove the pxa2xx-specific pxa2xx_keypad device. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240903160751.4100218-18-peter.maydell@linaro.org
This commit is contained in:
parent
9edcf2cf48
commit
9ef4d9d51a
3 changed files with 0 additions and 344 deletions
|
@ -11,6 +11,5 @@ system_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-input.c'))
|
|||
system_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-input-hid.c'))
|
||||
system_ss.add(when: 'CONFIG_VIRTIO_INPUT_HOST', if_true: files('virtio-input-host.c'))
|
||||
|
||||
system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_keypad.c'))
|
||||
system_ss.add(when: 'CONFIG_TSC210X', if_true: files('tsc210x.c'))
|
||||
system_ss.add(when: 'CONFIG_LASIPS2', if_true: files('lasips2.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue