xref: /openbmc/u-boot/arch/x86/cpu/baytrail/Kconfig (revision 377656b2)
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
10*377656b2SBin Meng
11*377656b2SBin Mengif INTEL_BAYTRAIL
12*377656b2SBin Mengconfig INTERNAL_UART
13*377656b2SBin Meng	bool "Enable the SoC integrated legacy UART"
14*377656b2SBin Meng	help
15*377656b2SBin Meng	  There is a legacy UART integrated into the Bay Trail SoC.
16*377656b2SBin Meng	  A maximum baud rate of 115200 bps is supported. For this
17*377656b2SBin Meng	  reason, it is recommended that the UART port be used for
18*377656b2SBin Meng	  debug purposes only, eg: U-Boot console.
19*377656b2SBin Meng
20*377656b2SBin Mengendif
21