aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/Kconfig
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-06-09 13:53:07 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-10-26 13:44:58 +0100
commit06972067c48fc21a47445b5d706368f1129f216f (patch)
treeeb9a4d74e69f7dee7584d65d37abc8d198798e21 /hw/arm/Kconfig
parent435db7ebf54cbae68e45ad0bbf4ff6e9019557aa (diff)
downloadqemu-06972067c48fc21a47445b5d706368f1129f216f.zip
qemu-06972067c48fc21a47445b5d706368f1129f216f.tar.gz
qemu-06972067c48fc21a47445b5d706368f1129f216f.tar.bz2
hw/arm/tosa: Replace fprintf() calls by LED devices
The recently added LED device reports LED status changes with the 'led_set_intensity' trace event. It is less invasive than the fprintf() calls. We need however to have a binary built with tracing support. Reviewed-by: Luc Michel <luc.michel@greensocs.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200912134041.946260-8-f4bug@amsat.org>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r--hw/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 70e275c..3c893e0 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -151,6 +151,7 @@ config TOSA
select ZAURUS # scoop
select MICRODRIVE
select PXA2XX
+ select LED
config SPITZ
bool