xref: /openbmc/u-boot/arch/x86/cpu/baytrail/Kconfig (revision 26722335)
1#
2# Copyright (C) 2015 Google, Inc
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7config INTEL_BAYTRAIL
8	bool
9	select HAVE_FSP if !EFI
10	imply ENV_IS_IN_SPI_FLASH
11
12if INTEL_BAYTRAIL
13config 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
21config DEBUG_UART
22	bool
23	select DEBUG_UART_BOARD_INIT
24
25endif
26