Merge git://git.denx.de/u-boot-tegra
[platform/kernel/u-boot.git] / 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 AHCI_PCI
14         imply ICH_SPI
15         imply INTEL_ICH6_GPIO
16         imply MMC
17         imply MMC_PCI
18         imply MMC_SDHCI
19         imply MMC_SDHCI_SDMA
20         imply SCSI
21         imply SPI_FLASH
22         imply SYS_NS16550
23         imply USB
24         imply USB_EHCI_HCD
25         imply USB_XHCI_HCD
26         imply VIDEO_VESA
27
28 if INTEL_BAYTRAIL
29 config INTERNAL_UART
30         bool "Enable the SoC integrated legacy UART"
31         help
32           There is a legacy UART integrated into the Bay Trail SoC.
33           A maximum baud rate of 115200 bps is supported. For this
34           reason, it is recommended that the UART port be used for
35           debug purposes only, eg: U-Boot console.
36
37 config DEBUG_UART
38         bool
39         select DEBUG_UART_BOARD_INIT
40
41 endif