blob: bef0e63c78695d7c5353502745ae3268a1a424be [file] [log] [blame]
Lee Leahy5cb9dda2015-05-01 10:34:54 -07001if BOARD_INTEL_STRAGO
2
3config BOARD_SPECIFIC_OPTIONS
4 def_bool y
Lee Leahy5cb9dda2015-05-01 10:34:54 -07005 select BOARD_ROMSIZE_KB_8192
Lee Leahy5cb9dda2015-05-01 10:34:54 -07006 select EC_GOOGLE_CHROMEEC
Furquan Shaikha4ab6652017-09-25 08:06:56 -07007 select EC_GOOGLE_CHROMEEC_BOARDID
Lee Leahy5cb9dda2015-05-01 10:34:54 -07008 select EC_GOOGLE_CHROMEEC_MEC
9 select EC_GOOGLE_CHROMEEC_ACPI_MEMMAP
Lee Leahy5cb9dda2015-05-01 10:34:54 -070010 select ENABLE_BUILTIN_COM1
11 select HAVE_ACPI_RESUME
12 select HAVE_ACPI_TABLES
13 select HAVE_OPTION_TABLE
14 select MAINBOARD_HAS_CHROMEOS
15 select MAINBOARD_HAS_LPC_TPM
16 select SOC_INTEL_BRASWELL
Kenji Chenb1e4bd02015-11-16 17:08:32 +080017 select PCIEXP_L1_SUB_STATE
Martin Roth967cd9a2015-08-18 14:22:58 -060018
Julius Werner58c39382017-02-13 17:53:29 -080019config VBOOT
Furquan Shaikhcd2afc02016-11-15 20:33:29 -080020 select EC_GOOGLE_CHROMEEC_SWITCHES
Julius Werner58c39382017-02-13 17:53:29 -080021 select VBOOT_LID_SWITCH
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070022 select VBOOT_VBNV_CMOS
Lee Leahy5cb9dda2015-05-01 10:34:54 -070023
Lee Leahy5cb9dda2015-05-01 10:34:54 -070024config DYNAMIC_VNN_SUPPORT
25 bool "Enables support for Dynamic VNN"
26 default n
27config MAINBOARD_DIR
28 string
29 default intel/strago
30
31config MAINBOARD_PART_NUMBER
32 string
33 default "Strago"
34
35config MAINBOARD_VENDOR
36 string
37 default "Intel"
38
Lee Leahy5cb9dda2015-05-01 10:34:54 -070039config VGA_BIOS_FILE
40 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020041 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070042 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
43 help
44 The C0 version of the video bios gets computed from this name
45 so that they can both be added. Only the correct one for the
46 system will be run.
47
Lee Leahy5cb9dda2015-05-01 10:34:54 -070048config VGA_BIOS_ID
49 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020050 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070051 default "8086,22b0"
52 help
53 The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
54 in soc/intel/braswell/Makefile.inc as 8086,22b1
55
Patrick Georgic3686b32016-02-01 15:28:02 +010056config EC_GOOGLE_CHROMEEC_BOARDNAME
57 string
58 default "strago"
59
Patrick Georgia0f6abc2016-02-05 11:30:19 +010060config GBB_HWID
61 string
62 depends on CHROMEOS
63 default "STRAGO TEST A-A 9657"
Lee Leahy5cb9dda2015-05-01 10:34:54 -070064endif # BOARD_INTEL_STRAGO