13a1a18ffSSimon Glass# 23a1a18ffSSimon Glass# Copyright (C) 2015 Google, Inc 33a1a18ffSSimon Glass# 43a1a18ffSSimon Glass# SPDX-License-Identifier: GPL-2.0+ 53a1a18ffSSimon Glass# 63a1a18ffSSimon Glass 73a1a18ffSSimon Glassconfig INTEL_BAYTRAIL 83a1a18ffSSimon Glass bool 9b4302582SSimon Glass select HAVE_FSP if !EFI 1091c868feSSimon Glass imply ENV_IS_IN_SPI_FLASH 11*1e452b46SBin Meng imply HAVE_INTEL_ME if !EFI 12377656b2SBin Meng 13377656b2SBin Mengif INTEL_BAYTRAIL 14377656b2SBin Mengconfig INTERNAL_UART 15377656b2SBin Meng bool "Enable the SoC integrated legacy UART" 16377656b2SBin Meng help 17377656b2SBin Meng There is a legacy UART integrated into the Bay Trail SoC. 18377656b2SBin Meng A maximum baud rate of 115200 bps is supported. For this 19377656b2SBin Meng reason, it is recommended that the UART port be used for 20377656b2SBin Meng debug purposes only, eg: U-Boot console. 21377656b2SBin Meng 2237d10232SBin Mengconfig DEBUG_UART 2337d10232SBin Meng bool 2437d10232SBin Meng select DEBUG_UART_BOARD_INIT 2537d10232SBin Meng 26377656b2SBin Mengendif 27