mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
ads7846: moves from the hw/display folder to the hw/input folder.
ads7846 is a touch-screen controller that is an input device rather than a display device, so move it to the hw/input folder. Signed-off-by: Gan Qixin <ganqixin@huawei.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20201115123503.1110665-1-ganqixin@huawei.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
a998de0dcd
commit
f12985f14a
6 changed files with 5 additions and 5 deletions
|
@ -156,7 +156,7 @@ config TOSA
|
|||
|
||||
config SPITZ
|
||||
bool
|
||||
select ADS7846 # display
|
||||
select ADS7846 # touch-screen controller
|
||||
select MAX111X # A/D converter
|
||||
select WM8750 # audio codec
|
||||
select MAX7310 # GPIO expander
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue