diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-07-21 23:18:57 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-07-21 22:11:41 +0000 |
commit | f662020a4d791def783e19e6bb13d105e0d6c463 (patch) | |
tree | 9f58aa91a354c5365692094a97df86ef4bd37f01 /src/mainboard/system76 | |
parent | 5ad4dabfa1b508d59557eb6b00b6841625caeb54 (diff) |
mb/system76/lemp9: drop ONBOARD_VGA_IS_PRIMARY
Drop config ONBOARD_VGA_IS_PRIMARY as it's only needed for mainboards
with multiple graphics devices.
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Change-Id: I6525c65af3dcfc96ea3d68a1388432179e9ac43d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43636
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76')
-rw-r--r-- | src/mainboard/system76/lemp9/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig index 0fe5e8dae6..3f44428519 100644 --- a/src/mainboard/system76/lemp9/Kconfig +++ b/src/mainboard/system76/lemp9/Kconfig @@ -53,10 +53,6 @@ config CONSOLE_POST bool default y -config ONBOARD_VGA_IS_PRIMARY - bool - default y - config UART_FOR_CONSOLE int default 2 |