blob: 77d72ae55fc0ca96e75e47056c184d6f3ba12d1a [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
Julius Werner58c39382017-02-13 17:53:29 -080018config VBOOT
Furquan Shaikhcd2afc02016-11-15 20:33:29 -080019 select EC_GOOGLE_CHROMEEC_SWITCHES
Julius Werner58c39382017-02-13 17:53:29 -080020 select VBOOT_LID_SWITCH
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070021 select VBOOT_VBNV_CMOS
Lee Leahy89b5fbd2015-05-11 17:24:31 -070022
23config DISPLAY_SPD_DATA
24 bool "Display Memory Serial Presence Detect Data"
25 default n
26 help
27 When enabled displays the memory configuration data.
28
Lee Leahy89b5fbd2015-05-11 17:24:31 -070029config DYNAMIC_VNN_SUPPORT
30 bool "Enables support for Dynamic VNN"
31 default n
32
33config MAINBOARD_DIR
34 string
35 default google/cyan
36
37config MAINBOARD_PART_NUMBER
38 string
39 default "Cyan"
40
41config MAINBOARD_VENDOR
42 string
43 default "Google"
44
Martin Roth8346aca2015-11-04 11:52:41 -070045if !GOP_SUPPORT
Lee Leahy89b5fbd2015-05-11 17:24:31 -070046config VGA_BIOS_FILE
47 string
Martin Rothf812c442016-01-04 12:43:22 -070048 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
49 help
50 The C0 version of the video bios gets computed from this name
51 so that they can both be added. Only the correct one for the
52 system will be run.
Lee Leahy89b5fbd2015-05-11 17:24:31 -070053
54config VGA_BIOS_ID
55 string
Martin Rothf812c442016-01-04 12:43:22 -070056 default "8086,22b0"
57 help
58 The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
59 in soc/intel/braswell/Makefile.inc as 8086,22b1
Lee Leahy89b5fbd2015-05-11 17:24:31 -070060
Martin Rothf812c442016-01-04 12:43:22 -070061endif #GOP_SUPPORT
Patrick Georgia0f6abc2016-02-05 11:30:19 +010062
63config GBB_HWID
64 string
65 depends on CHROMEOS
66 default "CYAN TEST A-A 1829"
Lee Leahy89b5fbd2015-05-11 17:24:31 -070067endif # BOARD_GOOGLE_CYAN