diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-20 09:56:42 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-21 09:14:02 +0000 |
commit | 105d3091f928376f190320ce614b891a8c84f673 (patch) | |
tree | aa5791e984ee2412df5e01891bf02358a6bad387 /src/northbridge | |
parent | 5a5852f7abb6530d6cfc562a92e11131e8d7fbe3 (diff) |
nb/amd/pi/Kconfig: Remove unused CONSOLE_VGA_MULTI
Change-Id: I93455f38663cf29d8b5160ac21c94db08eb44fa9
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72146
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/pi/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig index 61d368c404..4518db149b 100644 --- a/src/northbridge/amd/pi/Kconfig +++ b/src/northbridge/amd/pi/Kconfig @@ -19,10 +19,6 @@ config BOTTOMIO_POSITION option is useful when PCI peripherals requesting large address ranges are present. -config CONSOLE_VGA_MULTI - bool - default n - config S3_VGA_ROM_RUN bool default n |