summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2020-04-27 13:12:23 +0200
committerMatt DeVillier <matt.devillier@gmail.com>2020-04-30 21:44:12 +0000
commit247d027a4fecb74385c4ddd91035d190d1a1b204 (patch)
tree07b9e3554ef65376e63e05fa7eebb866fab5d11a
parent7fb6a6a6c9dff985d271d1a84d93081ab147f296 (diff)
downloadcoreboot-247d027a4fecb74385c4ddd91035d190d1a1b204.tar.gz
coreboot-247d027a4fecb74385c4ddd91035d190d1a1b204.tar.bz2
coreboot-247d027a4fecb74385c4ddd91035d190d1a1b204.zip
mb/amd/padmelon: 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: Ibfb7efa22c525e60399afc198af6632330faaac3 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40752 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r--src/mainboard/amd/padmelon/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/padmelon/Kconfig b/src/mainboard/amd/padmelon/Kconfig
index 98753cff6beb..300a3006c025 100644
--- a/src/mainboard/amd/padmelon/Kconfig
+++ b/src/mainboard/amd/padmelon/Kconfig
@@ -20,7 +20,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select AMD_APU_PKG_FP4
select BOARD_ROMSIZE_KB_8192
select DRIVERS_I2C_GENERIC
- select DRIVERS_PS2_KEYBOARD
select HAVE_ACPI_TABLES
select GFXUMA
select STONEYRIDGE_LEGACY_FREE