mb/purism: Select NO_POST instead of overriding its dependencies
Declaring a Kconfig symbol ahead to override its default also always sets implicit dependencies. If the original symbol doesn't have any, Kconfig gets confused. Change-Id: Ie6d9ca96e4b6037eefd432dd386cb5e540deb0ed Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/30925 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
a6be58fece
commit
bd294425c8
|
@ -7,6 +7,7 @@ config BOARD_PURISM_BASEBOARD_LIBREM_BDW
|
|||
select HAVE_ACPI_TABLES
|
||||
select INTEL_INT15
|
||||
select SOC_INTEL_BROADWELL
|
||||
select NO_POST # This platform does not have any way to see POST codes
|
||||
|
||||
if BOARD_PURISM_BASEBOARD_LIBREM_BDW
|
||||
|
||||
|
@ -63,12 +64,6 @@ config MAX_CPUS
|
|||
int
|
||||
default 8
|
||||
|
||||
config NO_POST
|
||||
def_bool y
|
||||
help
|
||||
This platform does not have any way to see POST codes
|
||||
so disable them by default.
|
||||
|
||||
config PRE_GRAPHICS_DELAY
|
||||
int
|
||||
default 50
|
||||
|
|
|
@ -11,6 +11,7 @@ config BOARD_PURISM_BASEBOARD_LIBREM_SKL
|
|||
select MAINBOARD_USES_FSP2_0
|
||||
select SPD_READ_BY_WORD
|
||||
select MAINBOARD_HAS_LPC_TPM
|
||||
select NO_POST # This platform does not have any way to see POST codes
|
||||
|
||||
if BOARD_PURISM_BASEBOARD_LIBREM_SKL
|
||||
|
||||
|
@ -54,12 +55,6 @@ config MAX_CPUS
|
|||
int
|
||||
default 8
|
||||
|
||||
config NO_POST
|
||||
def_bool y
|
||||
help
|
||||
This platform does not have any way to see POST codes
|
||||
so disable them by default.
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "8086,1916"
|
||||
|
|
Loading…
Reference in New Issue