Commit 10ebc0a8 authored by Thomas Huth's avatar Thomas Huth
Browse files

hw/input: Do not enable CONFIG_PCKBD by default



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: default avatarPaolo Bonzini <pbonzini@redhat.com>
Reviewed-by: default avatarLaurent Vivier <laurent@vivier.eu>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent ea763fd2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ config LM832X

config PCKBD
    bool
    default y
    select PS2
    depends on ISA_BUS

+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ config I82378
config ISA_SUPERIO
    bool
    select ISA_BUS
    select PCKBD

config PC87312
    bool