Simon Glass | 4a56f10 | 2015-01-27 22:13:47 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2015 Google, Inc |
| 3 | # |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
| 7 | config INTEL_BAYTRAIL |
| 8 | bool |
Simon Glass | a815df7 | 2015-08-04 12:34:02 -0600 | [diff] [blame] | 9 | select HAVE_FSP if !EFI |
Simon Glass | 3b21fdd | 2017-07-23 21:19:45 -0600 | [diff] [blame] | 10 | imply ENV_IS_IN_SPI_FLASH |
Bin Meng | fe8d45d | 2016-06-14 21:33:23 -0700 | [diff] [blame] | 11 | |
| 12 | if INTEL_BAYTRAIL |
| 13 | config INTERNAL_UART |
| 14 | bool "Enable the SoC integrated legacy UART" |
| 15 | help |
| 16 | There is a legacy UART integrated into the Bay Trail SoC. |
| 17 | A maximum baud rate of 115200 bps is supported. For this |
| 18 | reason, it is recommended that the UART port be used for |
| 19 | debug purposes only, eg: U-Boot console. |
| 20 | |
Bin Meng | 273d0ec | 2017-06-01 03:41:13 -0700 | [diff] [blame] | 21 | config DEBUG_UART |
| 22 | bool |
| 23 | select DEBUG_UART_BOARD_INIT |
| 24 | |
Bin Meng | fe8d45d | 2016-06-14 21:33:23 -0700 | [diff] [blame] | 25 | endif |