aboutsummaryrefslogtreecommitdiff
path: root/hw/char/Kconfig
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2021-03-12 22:41:41 +0100
committerLaurent Vivier <laurent@vivier.eu>2021-03-15 21:02:03 +0100
commit8c6df16ff6080365642b0583514dd03d6a7729d6 (patch)
tree618d99f863c80a6c207369230ec71a06521d1247 /hw/char/Kconfig
parente7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c (diff)
downloadqemu-8c6df16ff6080365642b0583514dd03d6a7729d6.zip
qemu-8c6df16ff6080365642b0583514dd03d6a7729d6.tar.gz
qemu-8c6df16ff6080365642b0583514dd03d6a7729d6.tar.bz2
hw/char: add goldfish-tty
Implement the goldfish tty device as defined in https://android.googlesource.com/platform/external/qemu/+/master/docs/GOLDFISH-VIRTUAL-HARDWARE.TXT and based on the kernel driver code: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/tty/goldfish.c Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210312214145.2936082-2-laurent@vivier.eu>
Diffstat (limited to 'hw/char/Kconfig')
-rw-r--r--hw/char/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/char/Kconfig b/hw/char/Kconfig
index f6f4fff..4cf36ac 100644
--- a/hw/char/Kconfig
+++ b/hw/char/Kconfig
@@ -64,3 +64,6 @@ config MCHP_PFSOC_MMUART
config SIFIVE_UART
bool
+
+config GOLDFISH_TTY
+ bool