mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / intel / apollolake_rvp / Kconfig
blob7537336d5578dfb5333e0ad816162a026c20973a
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if BOARD_INTEL_APOLLOLAKE_RVP1 || BOARD_INTEL_APOLLOLAKE_RVP2
5 config BOARD_SPECIFIC_OPTIONS
6         def_bool y
7         select SOC_INTEL_APOLLOLAKE
8         select BOARD_ROMSIZE_KB_8192
9         select HAVE_ACPI_TABLES
10         select INTEL_LPSS_UART_FOR_CONSOLE
12 config MAINBOARD_DIR
13         default "intel/apollolake_rvp"
15 config MAINBOARD_PART_NUMBER
16         default "Apollolake RVP"
18 config UART_FOR_CONSOLE
19         default 2
20 endif