blob: 44ca249dc9b4b826226faed262e9c460dbc28c9c [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
7 select EC_GOOGLE_CHROMEEC_MEC
8 select EC_GOOGLE_CHROMEEC_ACPI_MEMMAP
Lee Leahy5cb9dda2015-05-01 10:34:54 -07009 select ENABLE_BUILTIN_COM1
10 select HAVE_ACPI_RESUME
11 select HAVE_ACPI_TABLES
12 select HAVE_OPTION_TABLE
13 select MAINBOARD_HAS_CHROMEOS
14 select MAINBOARD_HAS_LPC_TPM
15 select SOC_INTEL_BRASWELL
Kenji Chenb1e4bd02015-11-16 17:08:32 +080016 select PCIEXP_L1_SUB_STATE
Martin Roth967cd9a2015-08-18 14:22:58 -060017
Julius Werner58c39382017-02-13 17:53:29 -080018config VBOOT
Furquan Shaikhcd2afc02016-11-15 20:33:29 -080019 select EC_GOOGLE_CHROMEEC_SWITCHES
Julius Werner58c39382017-02-13 17:53:29 -080020 select VBOOT_LID_SWITCH
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070021 select VBOOT_VBNV_CMOS
Lee Leahy5cb9dda2015-05-01 10:34:54 -070022
Lee Leahy5cb9dda2015-05-01 10:34:54 -070023config DYNAMIC_VNN_SUPPORT
24 bool "Enables support for Dynamic VNN"
25 default n
26config MAINBOARD_DIR
27 string
28 default intel/strago
29
30config MAINBOARD_PART_NUMBER
31 string
32 default "Strago"
33
34config MAINBOARD_VENDOR
35 string
36 default "Intel"
37
Lee Leahy5cb9dda2015-05-01 10:34:54 -070038config VGA_BIOS_FILE
39 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020040 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070041 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
42 help
43 The C0 version of the video bios gets computed from this name
44 so that they can both be added. Only the correct one for the
45 system will be run.
46
Lee Leahy5cb9dda2015-05-01 10:34:54 -070047config VGA_BIOS_ID
48 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020049 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070050 default "8086,22b0"
51 help
52 The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
53 in soc/intel/braswell/Makefile.inc as 8086,22b1
54
Patrick Georgic3686b32016-02-01 15:28:02 +010055config EC_GOOGLE_CHROMEEC_BOARDNAME
56 string
57 default "strago"
58
Patrick Georgia0f6abc2016-02-05 11:30:19 +010059config GBB_HWID
60 string
61 depends on CHROMEOS
62 default "STRAGO TEST A-A 9657"
Lee Leahy5cb9dda2015-05-01 10:34:54 -070063endif # BOARD_INTEL_STRAGO