]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/x86/cpu/baytrail/Kconfig
x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer
[people/ms/u-boot.git] / arch / x86 / cpu / baytrail / Kconfig
CommitLineData
3a1a18ff
SG
1#
2# Copyright (C) 2015 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7config INTEL_BAYTRAIL
8 bool
b4302582 9 select HAVE_FSP if !EFI
377656b2
BM
10
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
20endif