blob: ed1a958a6a65959f007dcf3e26c7d7436a41ef98 [file] [log] [blame]
Martin Roth41a89972024-02-16 10:57:31 -07001## SPDX-License-Identifier: GPL-2.0-only
Nitheesh Sekar918fc002018-09-14 11:48:46 +05302
3config BOARD_GOOGLE_MISTRAL_COMMON # Umbrella option to be selected by variants
4 def_bool n
5
Felix Singerfe3b3e02023-05-08 19:30:59 +02006config BOARD_GOOGLE_MISTRAL
7 select BOARD_GOOGLE_MISTRAL_COMMON
8
Nitheesh Sekar918fc002018-09-14 11:48:46 +05309if BOARD_GOOGLE_MISTRAL_COMMON
10
11config BOARD_SPECIFIC_OPTIONS
12 def_bool y
13 select BOARD_ROMSIZE_KB_8192
14 select COMMON_CBFS_SPI_WRAPPER
15 select SOC_QUALCOMM_QCS405
16 select SPI_FLASH
Nitheesh Sekara2c219a2019-03-22 15:10:43 +053017 select SPI_FLASH_GIGADEVICE
18 select SPI_FLASH_WINBOND
Nitheesh Sekar918fc002018-09-14 11:48:46 +053019 select MAINBOARD_HAS_CHROMEOS
Nitheesh Sekar918fc002018-09-14 11:48:46 +053020
21config VBOOT
22 select VBOOT_VBNV_FLASH
23 select VBOOT_MOCK_SECDATA
24 select VBOOT_NO_BOARD_SUPPORT
25 select GBB_FLAG_FORCE_DEV_SWITCH_ON
26
27config MAINBOARD_DIR
Patrick Georgi0bb83462019-11-22 20:58:58 +010028 default "google/mistral"
Nitheesh Sekar918fc002018-09-14 11:48:46 +053029
Nitheesh Sekar918fc002018-09-14 11:48:46 +053030##########################################################
31#### Update below when adding a new derivative board. ####
32##########################################################
33
34config MAINBOARD_PART_NUMBER
Nitheesh Sekar918fc002018-09-14 11:48:46 +053035 default "Mistral" if BOARD_GOOGLE_MISTRAL
36
Nitheesh Sekar918fc002018-09-14 11:48:46 +053037endif # BOARD_GOOGLE_MISTRAL_COMMON