1# 2# Copyright (C) 2015 Google, Inc 3# 4# SPDX-License-Identifier: GPL-2.0+ 5# 6 7config INTEL_BAYTRAIL 8 bool 9 select HAVE_FSP if !EFI 10 imply ENV_IS_IN_SPI_FLASH 11 imply HAVE_INTEL_ME if !EFI 12 13if INTEL_BAYTRAIL 14config INTERNAL_UART 15 bool "Enable the SoC integrated legacy UART" 16 help 17 There is a legacy UART integrated into the Bay Trail SoC. 18 A maximum baud rate of 115200 bps is supported. For this 19 reason, it is recommended that the UART port be used for 20 debug purposes only, eg: U-Boot console. 21 22config DEBUG_UART 23 bool 24 select DEBUG_UART_BOARD_INIT 25 26endif 27