blob: 0d59371d43fb829a13d382d44d0d7521fd3d8962 [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
18config CHROMEOS
Furquan Shaikhcd2afc02016-11-15 20:33:29 -080019 select EC_GOOGLE_CHROMEEC_SWITCHES
Martin Roth967cd9a2015-08-18 14:22:58 -060020 select EC_SOFTWARE_SYNC
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070021 select LID_SWITCH
Martin Roth8c12d6e2015-08-24 15:55:29 -060022 select VBOOT_DYNAMIC_WORK_BUFFER
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070023 select VBOOT_VBNV_CMOS
Martin Roth8c12d6e2015-08-24 15:55:29 -060024 select VIRTUAL_DEV_SWITCH
Lee Leahy5cb9dda2015-05-01 10:34:54 -070025
Lee Leahy5cb9dda2015-05-01 10:34:54 -070026config DYNAMIC_VNN_SUPPORT
27 bool "Enables support for Dynamic VNN"
28 default n
29config MAINBOARD_DIR
30 string
31 default intel/strago
32
33config MAINBOARD_PART_NUMBER
34 string
35 default "Strago"
36
37config MAINBOARD_VENDOR
38 string
39 default "Intel"
40
Martin Rothd7ad21a2015-12-06 19:44:02 -070041if !GOP_SUPPORT
Lee Leahy5cb9dda2015-05-01 10:34:54 -070042config VGA_BIOS_FILE
43 string
Martin Rothf812c442016-01-04 12:43:22 -070044 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
45 help
46 The C0 version of the video bios gets computed from this name
47 so that they can both be added. Only the correct one for the
48 system will be run.
49
Lee Leahy5cb9dda2015-05-01 10:34:54 -070050config VGA_BIOS_ID
51 string
Martin Rothf812c442016-01-04 12:43:22 -070052 default "8086,22b0"
53 help
54 The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
55 in soc/intel/braswell/Makefile.inc as 8086,22b1
56
57endif #GOP_SUPPORT
Patrick Georgic3686b32016-02-01 15:28:02 +010058
59config EC_GOOGLE_CHROMEEC_BOARDNAME
60 string
61 default "strago"
62
Patrick Georgia0f6abc2016-02-05 11:30:19 +010063config GBB_HWID
64 string
65 depends on CHROMEOS
66 default "STRAGO TEST A-A 9657"
Lee Leahy5cb9dda2015-05-01 10:34:54 -070067endif # BOARD_INTEL_STRAGO