blob: b15984f4484e71d0217b288ddd588e7210e7a94d [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
Martin Rothdcf86e02019-08-29 12:32:53 -06008 select EC_GOOGLE_CHROMEEC_LPC
Lee Leahy5cb9dda2015-05-01 10:34:54 -07009 select EC_GOOGLE_CHROMEEC_MEC
10 select EC_GOOGLE_CHROMEEC_ACPI_MEMMAP
Lee Leahy5cb9dda2015-05-01 10:34:54 -070011 select ENABLE_BUILTIN_COM1
12 select HAVE_ACPI_RESUME
13 select HAVE_ACPI_TABLES
14 select HAVE_OPTION_TABLE
15 select MAINBOARD_HAS_CHROMEOS
Jes B. Klinkec6b041a12022-04-19 14:00:33 -070016 select MEMORY_MAPPED_TPM
Lee Leahy5cb9dda2015-05-01 10:34:54 -070017 select SOC_INTEL_BRASWELL
Kenji Chenb1e4bd02015-11-16 17:08:32 +080018 select PCIEXP_L1_SUB_STATE
Martin Roth967cd9a2015-08-18 14:22:58 -060019
Julius Werner58c39382017-02-13 17:53:29 -080020config VBOOT
Furquan Shaikhcd2afc02016-11-15 20:33:29 -080021 select EC_GOOGLE_CHROMEEC_SWITCHES
Julius Werner58c39382017-02-13 17:53:29 -080022 select VBOOT_LID_SWITCH
Yu-Ping Wu8112c952022-12-26 17:16:53 +080023 select VBOOT_VBNV_FLASH
Lee Leahy5cb9dda2015-05-01 10:34:54 -070024
Lee Leahy5cb9dda2015-05-01 10:34:54 -070025config MAINBOARD_DIR
Patrick Georgi0bb83462019-11-22 20:58:58 +010026 default "intel/strago"
Lee Leahy5cb9dda2015-05-01 10:34:54 -070027
28config MAINBOARD_PART_NUMBER
Lee Leahy5cb9dda2015-05-01 10:34:54 -070029 default "Strago"
30
Lee Leahy5cb9dda2015-05-01 10:34:54 -070031config VGA_BIOS_ID
32 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020033 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070034 default "8086,22b0"
35 help
Elyes HAOUAS6dc9d032020-02-16 16:22:52 +010036 The VGA_BIOS_ID for the C0 version of the video BIOS is hardcoded
Martin Rothf812c442016-01-04 12:43:22 -070037 in soc/intel/braswell/Makefile.inc as 8086,22b1
38
Matt DeVillier71447022019-04-30 11:10:03 -050039config CBFS_SIZE
Matt DeVillier71447022019-04-30 11:10:03 -050040 default 0x200000
41
Lee Leahy5cb9dda2015-05-01 10:34:54 -070042endif # BOARD_INTEL_STRAGO