blob: 782a460e4b1f60233bbd91335d0c0eef54bfed3a [file] [log] [blame]
Lee Leahy89b5fbd2015-05-11 17:24:31 -07001if BOARD_GOOGLE_CYAN
2
3config BOARD_SPECIFIC_OPTIONS
4 def_bool y
Lee Leahy89b5fbd2015-05-11 17:24:31 -07005 select BOARD_ROMSIZE_KB_8192
Lee Leahy89b5fbd2015-05-11 17:24:31 -07006 select EC_GOOGLE_CHROMEEC
7 select EC_GOOGLE_CHROMEEC_MEC
8 select EC_GOOGLE_CHROMEEC_ACPI_MEMMAP
Lee Leahy89b5fbd2015-05-11 17:24:31 -07009 select ENABLE_BUILTIN_COM1
10 select HAVE_ACPI_TABLES
11 select HAVE_OPTION_TABLE
12 select MAINBOARD_HAS_CHROMEOS
13 select MAINBOARD_HAS_LPC_TPM
14 select SOC_INTEL_BRASWELL
Lee Leahy89b5fbd2015-05-11 17:24:31 -070015 select HAVE_ACPI_RESUME
Kenji Chenb1e4bd02015-11-16 17:08:32 +080016 select PCIEXP_L1_SUB_STATE
Martin Roth967cd9a2015-08-18 14:22:58 -060017
18config CHROMEOS
Martin Roth967cd9a2015-08-18 14:22:58 -060019 select EC_SOFTWARE_SYNC
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070020 select LID_SWITCH
Martin Roth8c12d6e2015-08-24 15:55:29 -060021 select VBOOT_DYNAMIC_WORK_BUFFER
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070022 select VBOOT_VBNV_CMOS
Martin Roth8c12d6e2015-08-24 15:55:29 -060023 select VIRTUAL_DEV_SWITCH
Lee Leahy89b5fbd2015-05-11 17:24:31 -070024
25config DISPLAY_SPD_DATA
26 bool "Display Memory Serial Presence Detect Data"
27 default n
28 help
29 When enabled displays the memory configuration data.
30
Lee Leahy89b5fbd2015-05-11 17:24:31 -070031config DYNAMIC_VNN_SUPPORT
32 bool "Enables support for Dynamic VNN"
33 default n
34
35config MAINBOARD_DIR
36 string
37 default google/cyan
38
39config MAINBOARD_PART_NUMBER
40 string
41 default "Cyan"
42
43config MAINBOARD_VENDOR
44 string
45 default "Google"
46
Martin Roth8346aca2015-11-04 11:52:41 -070047if !GOP_SUPPORT
Lee Leahy89b5fbd2015-05-11 17:24:31 -070048config VGA_BIOS_FILE
49 string
Martin Rothf812c442016-01-04 12:43:22 -070050 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
51 help
52 The C0 version of the video bios gets computed from this name
53 so that they can both be added. Only the correct one for the
54 system will be run.
Lee Leahy89b5fbd2015-05-11 17:24:31 -070055
56config VGA_BIOS_ID
57 string
Martin Rothf812c442016-01-04 12:43:22 -070058 default "8086,22b0"
59 help
60 The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
61 in soc/intel/braswell/Makefile.inc as 8086,22b1
Lee Leahy89b5fbd2015-05-11 17:24:31 -070062
Martin Rothf812c442016-01-04 12:43:22 -070063endif #GOP_SUPPORT
Patrick Georgia0f6abc2016-02-05 11:30:19 +010064
65config GBB_HWID
66 string
67 depends on CHROMEOS
68 default "CYAN TEST A-A 1829"
Lee Leahy89b5fbd2015-05-11 17:24:31 -070069endif # BOARD_GOOGLE_CYAN