diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2018-08-03 18:23:52 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-09-18 14:48:33 +0000 |
commit | 54fcb7862dd50633bb7c68c0ca1d98975891a073 (patch) | |
tree | 7971b0b031d8f98d206648a8ed373cb24dfa840d /src/mainboard/pcengines/alix1c | |
parent | 4a13126393150d99fbf930550f28e9c693f4bad3 (diff) |
mainboard/pcengines: select ADD_SEABIOS_SERCON_PORT_FILE
PC Engines boards are interfaced mainly via serial console.
Enable SeaBIOS serial console for these boards by default
when SeaBIOS selected as payload.
Change-Id: I9e65dd1e28859028c8c46f28a5442de8c59d4893
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/27824
Tested-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/pcengines/alix1c')
-rw-r--r-- | src/mainboard/pcengines/alix1c/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/pcengines/alix1c/Kconfig b/src/mainboard/pcengines/alix1c/Kconfig index 75b3d07b6d..94a601b0a8 100644 --- a/src/mainboard/pcengines/alix1c/Kconfig +++ b/src/mainboard/pcengines/alix1c/Kconfig @@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT select NO_EARLY_SMBUS + select SEABIOS_ADD_SERCON_PORT_FILE if PAYLOAD_SEABIOS config MAINBOARD_DIR string |