Martin Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/51339 )
Change subject: mainboard: Drop unnecessary `VGA_BIOS` default ......................................................................
mainboard: Drop unnecessary `VGA_BIOS` default
This option defaults to n already.
Change-Id: I9f6407152f7cf2e2ac6fd1fff874e400f89a27ae Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/51339 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/amd/inagua/Kconfig M src/mainboard/amd/persimmon/Kconfig M src/mainboard/amd/south_station/Kconfig M src/mainboard/amd/union_station/Kconfig M src/mainboard/elmex/pcm205400/Kconfig M src/mainboard/gizmosphere/gizmo/Kconfig M src/mainboard/jetway/nf81-t56n-lf/Kconfig M src/mainboard/lippert/frontrunner-af/Kconfig M src/mainboard/pcengines/apu1/Kconfig 9 files changed, 0 insertions(+), 34 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Arthur Heymans: Looks good to me, approved
diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig index a0d0434..6dcc9f1 100644 --- a/src/mainboard/amd/inagua/Kconfig +++ b/src/mainboard/amd/inagua/Kconfig @@ -39,10 +39,6 @@ bool default y
-config VGA_BIOS - bool - default n - #config VGA_BIOS_FILE # string "VGA BIOS path and filename" # depends on VGA_BIOS diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig index 3c268f8..4e92313 100644 --- a/src/mainboard/amd/persimmon/Kconfig +++ b/src/mainboard/amd/persimmon/Kconfig @@ -40,10 +40,6 @@ bool default y
-config VGA_BIOS - bool - default n - #config VGA_BIOS_FILE # string "VGA BIOS path and filename" # depends on VGA_BIOS diff --git a/src/mainboard/amd/south_station/Kconfig b/src/mainboard/amd/south_station/Kconfig index 81b6dac..d2dd0fb 100644 --- a/src/mainboard/amd/south_station/Kconfig +++ b/src/mainboard/amd/south_station/Kconfig @@ -39,9 +39,6 @@ bool default y
-config VGA_BIOS - bool - default n config VGA_BIOS_FILE string default "site-local/vgabios.bin" diff --git a/src/mainboard/amd/union_station/Kconfig b/src/mainboard/amd/union_station/Kconfig index 57eafeb..d4f1495 100644 --- a/src/mainboard/amd/union_station/Kconfig +++ b/src/mainboard/amd/union_station/Kconfig @@ -38,9 +38,6 @@ bool default y
-config VGA_BIOS - bool - default n config VGA_BIOS_FILE string default "site-local/vgabios.bin" diff --git a/src/mainboard/elmex/pcm205400/Kconfig b/src/mainboard/elmex/pcm205400/Kconfig index ba7aa5b..6eed3d7 100644 --- a/src/mainboard/elmex/pcm205400/Kconfig +++ b/src/mainboard/elmex/pcm205400/Kconfig @@ -48,10 +48,6 @@ bool default y
-config VGA_BIOS - bool - default n - config SB800_AHCI_ROM bool default n diff --git a/src/mainboard/gizmosphere/gizmo/Kconfig b/src/mainboard/gizmosphere/gizmo/Kconfig index 0d07bdba..19d9190 100644 --- a/src/mainboard/gizmosphere/gizmo/Kconfig +++ b/src/mainboard/gizmosphere/gizmo/Kconfig @@ -40,10 +40,6 @@ bool default y
-config VGA_BIOS - bool - default n - config VGA_BIOS_ID string default "1002,9804" diff --git a/src/mainboard/jetway/nf81-t56n-lf/Kconfig b/src/mainboard/jetway/nf81-t56n-lf/Kconfig index 442d097..eebf7af 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/Kconfig +++ b/src/mainboard/jetway/nf81-t56n-lf/Kconfig @@ -40,10 +40,6 @@ bool default y
-config VGA_BIOS - bool - default n - #config VGA_BIOS_FILE # string "VGA BIOS path and filename" # depends on VGA_BIOS diff --git a/src/mainboard/lippert/frontrunner-af/Kconfig b/src/mainboard/lippert/frontrunner-af/Kconfig index 55157ed..3c38e27 100644 --- a/src/mainboard/lippert/frontrunner-af/Kconfig +++ b/src/mainboard/lippert/frontrunner-af/Kconfig @@ -55,10 +55,6 @@ bool default y
-config VGA_BIOS - bool - default n - config VGA_BIOS_ID string default "1002,9802" diff --git a/src/mainboard/pcengines/apu1/Kconfig b/src/mainboard/pcengines/apu1/Kconfig index bbcef27..04019d2 100644 --- a/src/mainboard/pcengines/apu1/Kconfig +++ b/src/mainboard/pcengines/apu1/Kconfig @@ -43,10 +43,6 @@ bool default y
-config VGA_BIOS - bool - default n - #config VGA_BIOS_FILE # string "VGA BIOS path and filename" # depends on VGA_BIOS