diff options
author | Yoshinori Sato | 2019-01-21 14:15:59 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-06-22 18:37:12 +0200 |
commit | 645194c7aa8ff501cfdab864c9f5cdf220c3af76 (patch) | |
tree | 7f6d3ffb3c227006ff2748137dfe241fd2a5cf38 /hw/char/Kconfig | |
parent | hw/timer: RX62N compare match timer (CMT) (diff) | |
download | qemu-645194c7aa8ff501cfdab864c9f5cdf220c3af76.tar.gz qemu-645194c7aa8ff501cfdab864c9f5cdf220c3af76.tar.xz qemu-645194c7aa8ff501cfdab864c9f5cdf220c3af76.zip |
hw/char: RX62N serial communication interface (SCI)
This module supported only non FIFO type.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-17-ysato@users.sourceforge.jp>
[PMD: Filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
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 40e7a8b8bb..874627520c 100644 --- a/hw/char/Kconfig +++ b/hw/char/Kconfig @@ -46,3 +46,6 @@ config SCLPCONSOLE config TERMINAL3270 bool + +config RENESAS_SCI + bool |