]> git.sur5r.net Git - u-boot/blob - arch/x86/cpu/baytrail/Kconfig
9f4947d116e41c9ac51adfaec0f96d224c3c7727
[u-boot] / arch / x86 / cpu / baytrail / Kconfig
1 #
2 # Copyright (C) 2015 Google, Inc
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 config INTEL_BAYTRAIL
8         bool
9         select HAVE_FSP if !EFI
10         select ARCH_MISC_INIT if !EFI
11         imply HAVE_INTEL_ME if !EFI
12         imply ENABLE_MRC_CACHE
13         imply ENV_IS_IN_SPI_FLASH
14         imply ICH_SPI
15         imply MMC
16         imply MMC_PCI
17         imply MMC_SDHCI
18         imply MMC_SDHCI_SDMA
19         imply SCSI
20         imply SPI_FLASH
21         imply SYS_NS16550
22         imply VIDEO_VESA
23
24 if INTEL_BAYTRAIL
25 config INTERNAL_UART
26         bool "Enable the SoC integrated legacy UART"
27         help
28           There is a legacy UART integrated into the Bay Trail SoC.
29           A maximum baud rate of 115200 bps is supported. For this
30           reason, it is recommended that the UART port be used for
31           debug purposes only, eg: U-Boot console.
32
33 config DEBUG_UART
34         bool
35         select DEBUG_UART_BOARD_INIT
36
37 endif