summaryrefslogtreecommitdiffstats
path: root/hw/arm
diff options
context:
space:
mode:
authorGan Qixin2020-11-15 13:35:03 +0100
committerLaurent Vivier2020-12-13 17:54:55 +0100
commitf12985f14a05181b34b3cfb935b4136a05726423 (patch)
tree697f91c2703f9568e63b3149715e17ffce185611 /hw/arm
parentCODING_STYLE.rst: Be less strict about 80 character limit (diff)
downloadqemu-f12985f14a05181b34b3cfb935b4136a05726423.tar.gz
qemu-f12985f14a05181b34b3cfb935b4136a05726423.tar.xz
qemu-f12985f14a05181b34b3cfb935b4136a05726423.zip
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>
Diffstat (limited to 'hw/arm')
-rw-r--r--hw/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index eb8a8844cf..0a242e4c5d 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -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