blob: 6c851864861bcb6eadfb9a44ee3adb27b91225d8 [file] [log] [blame]
Simon Glass3a1a18f2015-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 Glassb4302582015-08-04 12:34:02 -06009 select HAVE_FSP if !EFI
Bin Meng377656b2016-06-14 21:33:23 -070010
11if INTEL_BAYTRAIL
12config INTERNAL_UART
13 bool "Enable the SoC integrated legacy UART"
14 help
15 There is a legacy UART integrated into the Bay Trail SoC.
16 A maximum baud rate of 115200 bps is supported. For this
17 reason, it is recommended that the UART port be used for
18 debug purposes only, eg: U-Boot console.
19
Bin Meng37d10232017-06-01 03:41:13 -070020config DEBUG_UART
21 bool
22 select DEBUG_UART_BOARD_INIT
23
Bin Meng377656b2016-06-14 21:33:23 -070024endif