summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/Kconfig
blob: 746c8b8cc872a70b79a32e831713b850fe01c35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

config BOARD_KRABBY
	bool "Google Krabby Board"
	help
	  Build Google Krabby reference board. Krabby has MediaTek MT8186 SoC
	  with ITE it81202-bx EC.

config BOARD_KINGLER
	bool "Google Kingler Board"
	help
	  Build Google Kingler reference board. Krabby has MediaTek MT8186 SoC
	  with NPCX993FA0BX EC.

config VARIANT_CORSOLA_DB_DETECTION
	bool "Corsola Platform Runtime Daughter Board Detection"
	help
	  Daughter board detection for Type-C subboard or HDMI subboard. This
          includes pin configuration and driver loading.
	default y

config VARIANT_CORSOLA_USBA
	bool "Corsola Platform USB-A support"
	help
	  Support Corsola USB-A related functions. Enable this function if
	  it has USB-A ports.
        depends on PLATFORM_EC_USBC
	default y

source "Kconfig.zephyr"