blob: d236aa0a593b2f8ea6ffea89a060a26110b23ad4 [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
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 Leahy89b5fbd2015-05-11 17:24:31 -070025
26config DISPLAY_SPD_DATA
27 bool "Display Memory Serial Presence Detect Data"
28 default n
29 help
30 When enabled displays the memory configuration data.
31
Lee Leahy89b5fbd2015-05-11 17:24:31 -070032config DYNAMIC_VNN_SUPPORT
33 bool "Enables support for Dynamic VNN"
34 default n
35
36config MAINBOARD_DIR
37 string
38 default google/cyan
39
40config MAINBOARD_PART_NUMBER
41 string
42 default "Cyan"
43
44config MAINBOARD_VENDOR
45 string
46 default "Google"
47
Martin Roth8346aca2015-11-04 11:52:41 -070048if !GOP_SUPPORT
Lee Leahy89b5fbd2015-05-11 17:24:31 -070049config VGA_BIOS_FILE
50 string
Martin Rothf812c442016-01-04 12:43:22 -070051 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
52 help
53 The C0 version of the video bios gets computed from this name
54 so that they can both be added. Only the correct one for the
55 system will be run.
Lee Leahy89b5fbd2015-05-11 17:24:31 -070056
57config VGA_BIOS_ID
58 string
Martin Rothf812c442016-01-04 12:43:22 -070059 default "8086,22b0"
60 help
61 The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
62 in soc/intel/braswell/Makefile.inc as 8086,22b1
Lee Leahy89b5fbd2015-05-11 17:24:31 -070063
Martin Rothf812c442016-01-04 12:43:22 -070064endif #GOP_SUPPORT
Patrick Georgia0f6abc2016-02-05 11:30:19 +010065
66config GBB_HWID
67 string
68 depends on CHROMEOS
69 default "CYAN TEST A-A 1829"
Lee Leahy89b5fbd2015-05-11 17:24:31 -070070endif # BOARD_GOOGLE_CYAN