From 7ae5c8bb6e57b08927a0f9ecae610abda0484ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Sun, 21 Feb 2021 19:52:29 +0100 Subject: hw/char: Introduce SH_SCI Kconfig entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We want to be able to use the 'SH4' config for architecture specific features. Add more fine-grained selection by adding a CONFIG_SH_SCI selector for the SH4 serial controller. Add the missing MAINTAINERS entries. Suggested-by: Peter Maydell Reviewed-by: Peter Maydell Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Acked-by: Paolo Bonzini Message-Id: <20210222141514.2646278-5-f4bug@amsat.org> --- hw/char/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/char/Kconfig') diff --git a/hw/char/Kconfig b/hw/char/Kconfig index 939bc44..f6f4fff 100644 --- a/hw/char/Kconfig +++ b/hw/char/Kconfig @@ -50,6 +50,9 @@ config SCLPCONSOLE config TERMINAL3270 bool +config SH_SCI + bool + config RENESAS_SCI bool -- cgit v1.1