diff options
author | Thomas Huth <thuth@redhat.com> | 2020-01-15 12:22:58 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-02-04 09:01:31 +0100 |
commit | 10ebc0a8fde078c51d7340d194aa45d58f076f5b (patch) | |
tree | b2280777736869acd0a04f41901998477efe8e64 /hw/isa/Kconfig | |
parent | ea763fd23334ee5f11e19c7cd1ae75bcab8dc15c (diff) | |
download | qemu-10ebc0a8fde078c51d7340d194aa45d58f076f5b.zip qemu-10ebc0a8fde078c51d7340d194aa45d58f076f5b.tar.gz qemu-10ebc0a8fde078c51d7340d194aa45d58f076f5b.tar.bz2 |
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>
Diffstat (limited to 'hw/isa/Kconfig')
-rw-r--r-- | hw/isa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |