2015-01-28 05:13:47 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015 Google, Inc
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
|
|
|
config INTEL_BAYTRAIL
|
|
|
|
bool
|
2015-08-04 18:34:02 +00:00
|
|
|
select HAVE_FSP if !EFI
|
2017-07-24 03:19:45 +00:00
|
|
|
imply ENV_IS_IN_SPI_FLASH
|
2017-07-30 13:23:10 +00:00
|
|
|
imply HAVE_INTEL_ME if !EFI
|
2016-06-15 04:33:23 +00:00
|
|
|
|
|
|
|
if INTEL_BAYTRAIL
|
|
|
|
config INTERNAL_UART
|
|
|
|
bool "Enable the SoC integrated legacy UART"
|
|
|
|
help
|
|
|
|
There is a legacy UART integrated into the Bay Trail SoC.
|
|
|
|
A maximum baud rate of 115200 bps is supported. For this
|
|
|
|
reason, it is recommended that the UART port be used for
|
|
|
|
debug purposes only, eg: U-Boot console.
|
|
|
|
|
2017-06-01 10:41:13 +00:00
|
|
|
config DEBUG_UART
|
|
|
|
bool
|
|
|
|
select DEBUG_UART_BOARD_INIT
|
|
|
|
|
2016-06-15 04:33:23 +00:00
|
|
|
endif
|