mb/pcengines/apu1: Remove PS/2 keyboard driver configuration
Since commit 6aa8c5bc
(drivers/pc80: Do not initialize PS2 keyboard by
default), the Kconfig option `DRIVERS_PS2_KEYBOARD` already defaults to
`n`. So, remove it here, as this option should be user selectable
anyway depending on the payload.
Change-Id: I3d08fb6bbb3e9d53fd2fed96f26679e8b1e73f8c
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40751
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
parent
fa0e8b5e92
commit
7fb6a6a6c9
|
@ -72,10 +72,6 @@ config SB800_AHCI_ROM
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config DRIVERS_PS2_KEYBOARD
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "J19 pins 1-10"
|
prompt "J19 pins 1-10"
|
||||||
default APU1_PINMUX_OFF_C
|
default APU1_PINMUX_OFF_C
|
||||||
|
|
Loading…
Reference in New Issue