hw/input: Do not enable CONFIG_PCKBD by default
authorThomas Huth <thuth@redhat.com>
Wed, 15 Jan 2020 11:22:58 +0000 (12:22 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 4 Feb 2020 08:01:31 +0000 (09:01 +0100)
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 <pbonzini@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/input/Kconfig
hw/isa/Kconfig

index 25c77a1b87c62c29a1374b6dd24d109aa17e560b..64f14daabf6c63512117609439c73299c733eedf 100644 (file)
@@ -7,7 +7,6 @@ config LM832X
 
 config PCKBD
     bool
-    default y
     select PS2
     depends on ISA_BUS
 
index 8a38813cc13f770dc071271de3dd3e454eac8330..c7f07854f7e7777a03c7dd1db0d02fe9cf6eedb5 100644 (file)
@@ -16,6 +16,7 @@ config I82378
 config ISA_SUPERIO
     bool
     select ISA_BUS
+    select PCKBD
 
 config PC87312
     bool