summaryrefslogtreecommitdiff
path: root/src/mainboard/purism
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2020-04-27 13:03:15 +0200
committerMatt DeVillier <matt.devillier@gmail.com>2020-04-30 21:44:00 +0000
commitfa0e8b5e92052a04d5d5e78c1db139ecdaf01d4e (patch)
tree64dfec703d0cfa1d168071e07d41551f54526c82 /src/mainboard/purism
parent0eabe139e55e94bbd7c49f81248dd7eabdcf2a4b (diff)
downloadcoreboot-fa0e8b5e92052a04d5d5e78c1db139ecdaf01d4e.tar.xz
mb/purism/librem_bdw: Remove PS/2 keyboard driver selection
Most payloads, like GRUB, SeaBIOS and Linux, are able to initialize the PS/2 keyboard themselves, so coreboot does not need to initialize it. Therefore, this option should not be hard-coded for the mainboard, and be left for the user to select. Change-Id: Iac835d2e7a3232f8e5c76f10984ae3f172f9c0ca Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40750 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/purism')
-rw-r--r--src/mainboard/purism/librem_bdw/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/purism/librem_bdw/Kconfig b/src/mainboard/purism/librem_bdw/Kconfig
index 7a8bc22459..d9747f52e0 100644
--- a/src/mainboard/purism/librem_bdw/Kconfig
+++ b/src/mainboard/purism/librem_bdw/Kconfig
@@ -21,11 +21,6 @@ config DEVICETREE
string
default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb"
-config DRIVERS_PS2_KEYBOARD
- def_bool y
- help
- Default PS/2 Keyboard to enabled on this board.
-
config DRIVERS_UART_8250IO
def_bool n
help