summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/mohonpeak/Kconfig
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2017-03-17 11:32:12 +0100
committerMartin Roth <martinroth@google.com>2017-03-21 18:19:52 +0100
commit237ca0d20c932d2e7334a158e4418a69965b845b (patch)
tree2178dc196ca0f154914056f10d085e563e44dfcc /src/mainboard/intel/mohonpeak/Kconfig
parent11cf68c710bcda2ae56de5d7c2e169293bb4c242 (diff)
downloadcoreboot-237ca0d20c932d2e7334a158e4418a69965b845b.tar.xz
mainboards: Don’t select `POST_IO`
Currently, it’s impossible for the user to select `NO_POST`, for boards selecting it in their config. ``` warning: (BOARD_SPECIFIC_OPTIONS && BOARD_SPECIFIC_OPTIONS && BOARD_SPECIFIC_OPTIONS) selects POST_IO which has unmet direct dependencies (VENDOR_ASUS && (BOARD_ASUS_F2A85_M || BOARD_ASUS_F2A85_M_PRO || BOARD_ASUS_F2A85_M_LE) && (BOARD_ASUS_F2A85_M || BOARD_ASUS_F2A85_M_PRO) || VENDOR_MSI && BOARD_MSI_MS7721 || PC80_SYSTEM && !NO_POST) ``` This is currently done for Intel Mohon Peak, and its descendants. Selecting the option `POST_IO` 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. Change-Id: Ia4ab0d942b7d66f18466a770ef739109ab0db629 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/18877 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/mohonpeak/Kconfig')
-rw-r--r--src/mainboard/intel/mohonpeak/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/mohonpeak/Kconfig b/src/mainboard/intel/mohonpeak/Kconfig
index 38c99766b2..c354d1bebd 100644
--- a/src/mainboard/intel/mohonpeak/Kconfig
+++ b/src/mainboard/intel/mohonpeak/Kconfig
@@ -23,7 +23,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select BOARD_ROMSIZE_KB_2048 #actual chip is 8MB
select HAVE_ACPI_TABLES
select HAVE_OPTION_TABLE
- select POST_IO
select HAVE_FSP_BIN if FSP_PACKAGE_DEFAULT
config MAINBOARD_DIR