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 103612b1efSBin Meng select ARCH_MISC_INIT if !EFI 111e452b46SBin Meng imply HAVE_INTEL_ME if !EFI 1267f99f97SBin Meng imply ENABLE_MRC_CACHE 13e88e1ef5SBin Meng imply ENV_IS_IN_SPI_FLASH 14e88e1ef5SBin Meng imply ICH_SPI 15*72436892SBin Meng imply INTEL_ICH6_GPIO 16e88e1ef5SBin Meng imply MMC 17e88e1ef5SBin Meng imply MMC_PCI 18e88e1ef5SBin Meng imply MMC_SDHCI 19e88e1ef5SBin Meng imply MMC_SDHCI_SDMA 20e88e1ef5SBin Meng imply SCSI 21e88e1ef5SBin Meng imply SPI_FLASH 22e88e1ef5SBin Meng imply SYS_NS16550 23b9342b2cSBin Meng imply USB 24b9342b2cSBin Meng imply USB_EHCI_HCD 25b9342b2cSBin Meng imply USB_XHCI_HCD 26e88e1ef5SBin Meng imply VIDEO_VESA 27377656b2SBin Meng 28377656b2SBin Mengif INTEL_BAYTRAIL 29377656b2SBin Mengconfig INTERNAL_UART 30377656b2SBin Meng bool "Enable the SoC integrated legacy UART" 31377656b2SBin Meng help 32377656b2SBin Meng There is a legacy UART integrated into the Bay Trail SoC. 33377656b2SBin Meng A maximum baud rate of 115200 bps is supported. For this 34377656b2SBin Meng reason, it is recommended that the UART port be used for 35377656b2SBin Meng debug purposes only, eg: U-Boot console. 36377656b2SBin Meng 3737d10232SBin Mengconfig DEBUG_UART 3837d10232SBin Meng bool 3937d10232SBin Meng select DEBUG_UART_BOARD_INIT 4037d10232SBin Meng 41377656b2SBin Mengendif 42