payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / intel / apollolake_rvp / Kconfig
blob0612951f693ffbbde6d9b80efb9f950187b4a73e
1 if BOARD_INTEL_APOLLOLAKE_RVP1 || BOARD_INTEL_APOLLOLAKE_RVP2
3 config BOARD_SPECIFIC_OPTIONS
4         def_bool y
5         select SOC_INTEL_APOLLOLAKE
6         select BOARD_ROMSIZE_KB_8192
7         select HAVE_ACPI_TABLES
8         select INTEL_LPSS_UART_FOR_CONSOLE
10 config MAINBOARD_DIR
11         default "intel/apollolake_rvp"
13 config MAINBOARD_PART_NUMBER
14         default "Apollolake RVP"
16 config UART_FOR_CONSOLE
17         default 2
18 endif