blob: ac27e7ae30703b01327beb294151eca6e5b712d6 [file] [log] [blame]
Simon Glass4a56f102015-01-27 22:13:47 -07001#
2# Copyright (C) 2015 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7config INTEL_BAYTRAIL
8 bool
Simon Glassa815df72015-08-04 12:34:02 -06009 select HAVE_FSP if !EFI
Bin Mengb0d42d72017-07-30 06:23:12 -070010 select ARCH_MISC_INIT if !EFI
Simon Glass3b21fdd2017-07-23 21:19:45 -060011 imply ENV_IS_IN_SPI_FLASH
Bin Mengd3935ff2017-07-30 06:23:10 -070012 imply HAVE_INTEL_ME if !EFI
Bin Mengfe8d45d2016-06-14 21:33:23 -070013
14if INTEL_BAYTRAIL
15config INTERNAL_UART
16 bool "Enable the SoC integrated legacy UART"
17 help
18 There is a legacy UART integrated into the Bay Trail SoC.
19 A maximum baud rate of 115200 bps is supported. For this
20 reason, it is recommended that the UART port be used for
21 debug purposes only, eg: U-Boot console.
22
Bin Meng273d0ec2017-06-01 03:41:13 -070023config DEBUG_UART
24 bool
25 select DEBUG_UART_BOARD_INIT
26
Bin Mengfe8d45d2016-06-14 21:33:23 -070027endif