blob: f4f98309d6214ece4ccac8f5a0501ed669a85a06 [file] [log] [blame]
Matt DeVilliere69a9c72017-08-20 14:48:57 -05001config BOARD_GOOGLE_BASEBOARD_CYAN
2 def_bool n
Lee Leahy89b5fbd2015-05-11 17:24:31 -07003 select BOARD_ROMSIZE_KB_8192
Lee Leahy89b5fbd2015-05-11 17:24:31 -07004 select EC_GOOGLE_CHROMEEC
5 select EC_GOOGLE_CHROMEEC_MEC
6 select EC_GOOGLE_CHROMEEC_ACPI_MEMMAP
Lee Leahy89b5fbd2015-05-11 17:24:31 -07007 select ENABLE_BUILTIN_COM1
8 select HAVE_ACPI_TABLES
9 select HAVE_OPTION_TABLE
10 select MAINBOARD_HAS_CHROMEOS
11 select MAINBOARD_HAS_LPC_TPM
12 select SOC_INTEL_BRASWELL
Lee Leahy89b5fbd2015-05-11 17:24:31 -070013 select HAVE_ACPI_RESUME
Martin Roth967cd9a2015-08-18 14:22:58 -060014
Matt DeVilliere69a9c72017-08-20 14:48:57 -050015if BOARD_GOOGLE_BASEBOARD_CYAN
16
Julius Werner58c39382017-02-13 17:53:29 -080017config VBOOT
Furquan Shaikhcd2afc02016-11-15 20:33:29 -080018 select EC_GOOGLE_CHROMEEC_SWITCHES
Julius Werner58c39382017-02-13 17:53:29 -080019 select VBOOT_LID_SWITCH
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070020 select VBOOT_VBNV_CMOS
Lee Leahy89b5fbd2015-05-11 17:24:31 -070021
22config DISPLAY_SPD_DATA
23 bool "Display Memory Serial Presence Detect Data"
24 default n
25 help
26 When enabled displays the memory configuration data.
27
Lee Leahy89b5fbd2015-05-11 17:24:31 -070028config DYNAMIC_VNN_SUPPORT
29 bool "Enables support for Dynamic VNN"
30 default n
31
32config MAINBOARD_DIR
33 string
34 default google/cyan
35
Matt DeVilliere69a9c72017-08-20 14:48:57 -050036config VARIANT_DIR
37 string
38 default "cyan" if BOARD_GOOGLE_CYAN
39
Lee Leahy89b5fbd2015-05-11 17:24:31 -070040config MAINBOARD_PART_NUMBER
41 string
Matt DeVilliere69a9c72017-08-20 14:48:57 -050042 default "Cyan" if BOARD_GOOGLE_CYAN
Lee Leahy89b5fbd2015-05-11 17:24:31 -070043
44config MAINBOARD_VENDOR
45 string
46 default "Google"
47
Matt DeVilliere69a9c72017-08-20 14:48:57 -050048config DEVICETREE
49 string
50 default "variants/cyan/devicetree.cb" if BOARD_GOOGLE_CYAN
51
Lee Leahy89b5fbd2015-05-11 17:24:31 -070052config VGA_BIOS_FILE
53 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020054 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070055 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
56 help
57 The C0 version of the video bios gets computed from this name
58 so that they can both be added. Only the correct one for the
59 system will be run.
Lee Leahy89b5fbd2015-05-11 17:24:31 -070060
61config VGA_BIOS_ID
62 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020063 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070064 default "8086,22b0"
65 help
66 The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
67 in soc/intel/braswell/Makefile.inc as 8086,22b1
Lee Leahy89b5fbd2015-05-11 17:24:31 -070068
Patrick Georgia0f6abc2016-02-05 11:30:19 +010069config GBB_HWID
70 string
71 depends on CHROMEOS
Matt DeVilliere69a9c72017-08-20 14:48:57 -050072 default "CYAN TEST A-A 1829" if BOARD_GOOGLE_CYAN
73
74endif # BOARD_GOOGLE_BASEBOARD_CYAN