summaryrefslogtreecommitdiff
path: root/zephyr/program/geralt/Kconfig
blob: c5f6876bdabc2aa6d1a8e5f1512792676e0e6d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

choice GERALT_VARIANT
	prompt "Pick a variant of Geralt"
	help
	  Geralt is the reference device that has MediaTek MT8188G SoC with
	  ITE it81202-cx EC.
	  Pick one of the variants below.

config BOARD_GERALT
	bool "Google Geralt Reference Board"
	help
	  Build the Geralt reference board. The board is the reference design
	  of Geralt family.

endchoice

source "Kconfig.zephyr"