UPSTREAM: mainboards: Dont select CONSOLE_POST
Currently, its impossible for the user to select `NO_POST`, for boards selecting `CONSOLE_POST` in their config. ``` warning: (BOARD_SPECIFIC_OPTIONS) selects CONSOLE_POST which has unmet direct dependencies (VENDOR_SIEMENS && BOARD_SIEMENS_MC_BDX1 || !NO_POST) ``` This is currently done for Intel Camelback Mountain and Siemens MC-BDX1. Selecting the option `CONSOLE_POST` in board specific configuration is not a good idea, as this should be user configurable over Kconfig, and also the tree-wide defaults should be the same for these options. Kconfig is different, as commit97535558f1(mainboard/{google,intel}: Change config option selection) only touch the Intel board. BUG=none BRANCH=none TEST=none Change-Id: Ie93d38b3c82261458534993b856737f9ea5d019c Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id:98adaf5989Original-Change-Id: I91c1e0cb92ed218b6bbc7c33759b91f748cf6f51 Original-Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Original-Reviewed-on: https://review.coreboot.org/18878 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://chromium-review.googlesource.com/458346
This commit is contained in:
parent
1454e999a0
commit
b536b7e032
2 changed files with 0 additions and 5 deletions
|
|
@ -10,7 +10,6 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select INTEGRATED_UART if FSP_PACKAGE_DEFAULT
|
||||
select HAVE_FSP_BIN if FSP_PACKAGE_DEFAULT
|
||||
select SERIRQ_CONTINUOUS_MODE
|
||||
select CONSOLE_POST
|
||||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
|
|
|
|||
|
|
@ -38,10 +38,6 @@ config VIRTUAL_ROM_SIZE
|
|||
hex
|
||||
default 0x1000000
|
||||
|
||||
config CONSOLE_POST
|
||||
bool
|
||||
default y
|
||||
|
||||
config INTEGRATED_UART
|
||||
bool
|
||||
default n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue