]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/x86/cpu/baytrail/Kconfig
x86: kconfig: Imply ENABLE_MRC_CACHE in the platform Kconfig
[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
3612b1ef 10 select ARCH_MISC_INIT if !EFI
91c868fe 11 imply ENV_IS_IN_SPI_FLASH
1e452b46 12 imply HAVE_INTEL_ME if !EFI
67f99f97 13 imply ENABLE_MRC_CACHE
377656b2
BM
14
15if INTEL_BAYTRAIL
16config INTERNAL_UART
17 bool "Enable the SoC integrated legacy UART"
18 help
19 There is a legacy UART integrated into the Bay Trail SoC.
20 A maximum baud rate of 115200 bps is supported. For this
21 reason, it is recommended that the UART port be used for
22 debug purposes only, eg: U-Boot console.
23
37d10232
BM
24config DEBUG_UART
25 bool
26 select DEBUG_UART_BOARD_INIT
27
377656b2 28endif