blob: ce56cc608b5e726cb923f44f9cae3aa89e02ce9a [file] [log] [blame]
Lee Leahy5cb9dda2015-05-01 10:34:54 -07001if BOARD_INTEL_STRAGO
2
3config BOARD_SPECIFIC_OPTIONS
4 def_bool y
Kyösti Mälkki027f86e2022-12-02 15:30:10 +02005 select ACPI_GNVS_USB_CHARGECTL
Lee Leahy5cb9dda2015-05-01 10:34:54 -07006 select BOARD_ROMSIZE_KB_8192
Lee Leahy5cb9dda2015-05-01 10:34:54 -07007 select EC_GOOGLE_CHROMEEC
Furquan Shaikha4ab6652017-09-25 08:06:56 -07008 select EC_GOOGLE_CHROMEEC_BOARDID
Martin Rothdcf86e02019-08-29 12:32:53 -06009 select EC_GOOGLE_CHROMEEC_LPC
Lee Leahy5cb9dda2015-05-01 10:34:54 -070010 select EC_GOOGLE_CHROMEEC_MEC
11 select EC_GOOGLE_CHROMEEC_ACPI_MEMMAP
Lee Leahy5cb9dda2015-05-01 10:34:54 -070012 select ENABLE_BUILTIN_COM1
13 select HAVE_ACPI_RESUME
14 select HAVE_ACPI_TABLES
15 select HAVE_OPTION_TABLE
16 select MAINBOARD_HAS_CHROMEOS
Jes B. Klinkec6b041a12022-04-19 14:00:33 -070017 select MEMORY_MAPPED_TPM
Lee Leahy5cb9dda2015-05-01 10:34:54 -070018 select SOC_INTEL_BRASWELL
Kenji Chenb1e4bd02015-11-16 17:08:32 +080019 select PCIEXP_L1_SUB_STATE
Martin Roth967cd9a2015-08-18 14:22:58 -060020
Julius Werner58c39382017-02-13 17:53:29 -080021config VBOOT
Furquan Shaikhcd2afc02016-11-15 20:33:29 -080022 select EC_GOOGLE_CHROMEEC_SWITCHES
Julius Werner58c39382017-02-13 17:53:29 -080023 select VBOOT_LID_SWITCH
Yu-Ping Wu8112c952022-12-26 17:16:53 +080024 select VBOOT_VBNV_FLASH
Lee Leahy5cb9dda2015-05-01 10:34:54 -070025
Lee Leahy5cb9dda2015-05-01 10:34:54 -070026config MAINBOARD_DIR
Patrick Georgi0bb83462019-11-22 20:58:58 +010027 default "intel/strago"
Lee Leahy5cb9dda2015-05-01 10:34:54 -070028
29config MAINBOARD_PART_NUMBER
Lee Leahy5cb9dda2015-05-01 10:34:54 -070030 default "Strago"
31
Lee Leahy5cb9dda2015-05-01 10:34:54 -070032config VGA_BIOS_ID
33 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020034 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070035 default "8086,22b0"
36 help
Elyes HAOUAS6dc9d032020-02-16 16:22:52 +010037 The VGA_BIOS_ID for the C0 version of the video BIOS is hardcoded
Martin Roth659f97c2024-01-18 19:06:14 -070038 in soc/intel/braswell/Makefile.mk as 8086,22b1
Martin Rothf812c442016-01-04 12:43:22 -070039
Matt DeVillier71447022019-04-30 11:10:03 -050040config CBFS_SIZE
Matt DeVillier71447022019-04-30 11:10:03 -050041 default 0x200000
42
Lee Leahy5cb9dda2015-05-01 10:34:54 -070043endif # BOARD_INTEL_STRAGO