From 10ebc0a8fde078c51d7340d194aa45d58f076f5b Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Wed, 15 Jan 2020 12:22:58 +0100 Subject: hw/input: Do not enable CONFIG_PCKBD by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The i8042 PS/2 Controller should not be enabled by default. It has to be selected by machines or chipsets (e.g. SuperIO chipsets). Message-Id: <20200115113748.24757-1-thuth@redhat.com> Acked-by: Paolo Bonzini Reviewed-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/isa') diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 8a38813..c7f0785 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -16,6 +16,7 @@ config I82378 config ISA_SUPERIO bool select ISA_BUS + select PCKBD config PC87312 bool -- cgit v1.1