aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rambi/Kconfig
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-03-31 17:40:49 -0500
committerMatt DeVillier <matt.devillier@gmail.com>2020-04-03 16:25:48 +0000
commitbb8b23eeaf3e8d6363b8cee44c884db5b9f7fa96 (patch)
tree72b2d7c47fcf49769f3f52da4eac3938d0aabd57 /src/mainboard/google/rambi/Kconfig
parent1d6e07348a6ea52396273d4617cdf0d4020760c4 (diff)
mb/google/rambi: Disable console output by default
Disable SoC serial output by default, since no production devices have this exposed, but leave it as a user option so it can be selected as needed (eg, for use with a Google debug servo). Same change as made for google/cyan in CB:39872 Change-Id: Id6b2c28658aca03d8c5042d719a0f6f504c29288 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39997 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/rambi/Kconfig')
-rw-r--r--src/mainboard/google/rambi/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig
index d820875718..bc4aa6ea7c 100644
--- a/src/mainboard/google/rambi/Kconfig
+++ b/src/mainboard/google/rambi/Kconfig
@@ -4,7 +4,7 @@ config BOARD_GOOGLE_BASEBOARD_RAMBI
select SOC_INTEL_BAYTRAIL
select EC_GOOGLE_CHROMEEC
select EC_GOOGLE_CHROMEEC_LPC
- select ENABLE_BUILTIN_COM1
+ select ENABLE_BUILTIN_COM1 if CONSOLE_SERIAL
select BOARD_ROMSIZE_KB_8192
select HAVE_ACPI_TABLES
select HAVE_OPTION_TABLE
@@ -76,4 +76,7 @@ config MAINBOARD_SMBIOS_MANUFACTURER
string
default "GOOGLE"
+config CONSOLE_SERIAL
+ default n
+
endif # BOARD_GOOGLE_BASEBOARD_RAMBI