]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/baytrail/Kconfig
x86: baytrail: kconfig: Imply platform specific drivers
[u-boot] / arch / x86 / cpu / baytrail / Kconfig
index e86cc01115b29597531d31e69ab0478381449edd..9f4947d116e41c9ac51adfaec0f96d224c3c7727 100644 (file)
@@ -6,4 +6,32 @@
 
 config INTEL_BAYTRAIL
        bool
-       select HAVE_FSP
+       select HAVE_FSP if !EFI
+       select ARCH_MISC_INIT if !EFI
+       imply HAVE_INTEL_ME if !EFI
+       imply ENABLE_MRC_CACHE
+       imply ENV_IS_IN_SPI_FLASH
+       imply ICH_SPI
+       imply MMC
+       imply MMC_PCI
+       imply MMC_SDHCI
+       imply MMC_SDHCI_SDMA
+       imply SCSI
+       imply SPI_FLASH
+       imply SYS_NS16550
+       imply VIDEO_VESA
+
+if INTEL_BAYTRAIL
+config INTERNAL_UART
+       bool "Enable the SoC integrated legacy UART"
+       help
+         There is a legacy UART integrated into the Bay Trail SoC.
+         A maximum baud rate of 115200 bps is supported. For this
+         reason, it is recommended that the UART port be used for
+         debug purposes only, eg: U-Boot console.
+
+config DEBUG_UART
+       bool
+       select DEBUG_UART_BOARD_INIT
+
+endif