x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig
[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 ENV_IS_IN_SPI_FLASH
12         imply HAVE_INTEL_ME if !EFI
13
14 if INTEL_BAYTRAIL
15 config INTERNAL_UART
16         bool "Enable the SoC integrated legacy UART"
17         help
18           There is a legacy UART integrated into the Bay Trail SoC.
19           A maximum baud rate of 115200 bps is supported. For this
20           reason, it is recommended that the UART port be used for
21           debug purposes only, eg: U-Boot console.
22
23 config DEBUG_UART
24         bool
25         select DEBUG_UART_BOARD_INIT
26
27 endif