1 ## SPDX-License-Identifier: GPL-2.0-only
3 if BOARD_KONTRON_COME_MAL10
5 config BOARD_SPECIFIC_OPTIONS
7 select BOARD_ROMSIZE_KB_16384
8 select DRIVERS_I2C_NCT7802Y
9 select EC_KONTRON_KEMPLD
10 select HAVE_ACPI_TABLES
11 select HAVE_ACPI_RESUME
12 select HAVE_CMOS_DEFAULT
13 select HAVE_OPTION_TABLE
14 select INTEL_GMA_HAVE_VBT
16 select MAINBOARD_HAS_LIBGFXINIT
17 select ONBOARD_VGA_IS_PRIMARY
18 select SOC_INTEL_APOLLOLAKE
21 default "kontron/mal10"
23 # TODO: Add a new carrier boards here
25 prompt "Carrier board"
26 default BOARD_KONTRON_T10_TNI
28 This option sets the type of carrier board to be used with
29 the Kontron mAL10 COMe module.
31 config BOARD_KONTRON_T10_TNI
32 bool "Kontron i-T10-TNIx"
34 By selecting this option, the target ROM image will be built for
35 the Kontron Ref.Carrier-i T10-TNI carrier board.
44 default "t10-tni" if BOARD_KONTRON_T10_TNI
46 config MAINBOARD_PART_NUMBER
50 default "variants/\$(CONFIG_VARIANT_DIR)/devicetree.cb"
52 config OVERRIDE_DEVICETREE
53 default "carriers/\$(CONFIG_CARRIER_DIR)/overridetree.cb"