diff options
author | Subrata Banik <subrata.banik@intel.com> | 2019-01-14 20:03:56 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-16 16:26:56 +0000 |
commit | 1ed36f9ce9d52917a04cfbe5c3b353910ca7fd1c (patch) | |
tree | 5eaa7e4a415d1af6a6c15b6dd11c0ff76a18a755 /src/mainboard/intel/cannonlake_rvp | |
parent | d4a12ec82204b9acf8dc814103e4f2efefecd248 (diff) |
mainboard/intel: Update mainboard UART Kconfig
After a96e66a (soc/intel: Clean mess around UART_DEBUG) got merged,
all mainboard using intel cannonlake,coffeelake, kabylake, skylake,
icelake and whiskeylake get affected.
Using INTEL_LPSS_UART_FOR_CONSOLE instead of UART_DEBUG
and set default console for each platform.
TEST=Intel client and IoT team has verified that LPSS uart
is working fine on CNL, WHL and ICL RVPs.
Change-Id: I0381a6616f03c74c98f837e3c008459fefd4818c
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/30913
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/cannonlake_rvp')
-rw-r--r-- | src/mainboard/intel/cannonlake_rvp/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/intel/cannonlake_rvp/Kconfig b/src/mainboard/intel/cannonlake_rvp/Kconfig index 15d56c3888..d86e48564f 100644 --- a/src/mainboard/intel/cannonlake_rvp/Kconfig +++ b/src/mainboard/intel/cannonlake_rvp/Kconfig @@ -12,6 +12,7 @@ config BOARD_SPECIFIC_OPTIONS select DRIVERS_I2C_GENERIC select SOC_INTEL_CANNONLAKE select MAINBOARD_USES_IFD_EC_REGION + select INTEL_LPSS_UART_FOR_CONSOLE config MAINBOARD_DIR string @@ -65,4 +66,8 @@ config DIMM_SPD_SIZE config VBOOT select VBOOT_LID_SWITCH select VBOOT_MOCK_SECDATA + +config UART_FOR_CONSOLE + int + default 2 endif |