mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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: 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>
This commit is contained in:
parent
ea763fd233
commit
10ebc0a8fd
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@ config LM832X
|
||||||
|
|
||||||
config PCKBD
|
config PCKBD
|
||||||
bool
|
bool
|
||||||
default y
|
|
||||||
select PS2
|
select PS2
|
||||||
depends on ISA_BUS
|
depends on ISA_BUS
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ config I82378
|
||||||
config ISA_SUPERIO
|
config ISA_SUPERIO
|
||||||
bool
|
bool
|
||||||
select ISA_BUS
|
select ISA_BUS
|
||||||
|
select PCKBD
|
||||||
|
|
||||||
config PC87312
|
config PC87312
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue