diff options
author | Laurent Vivier <laurent@vivier.eu> | 2021-03-12 22:41:41 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-03-15 21:02:03 +0100 |
commit | 8c6df16ff6080365642b0583514dd03d6a7729d6 (patch) | |
tree | 618d99f863c80a6c207369230ec71a06521d1247 /hw/char/Kconfig | |
parent | e7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c (diff) | |
download | qemu-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/Kconfig | 3 |
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 |