summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/Kconfig
blob: fbb797f6fc5ca3c22b150120677db77c658b6f13 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

config BOARD_MORTHAL
	bool "Google Morthal Board"
	help
	  Build Google Morthal reference board.  This board uses an AMD SoC
	  and NPCX9 EC

config BOARD_SKYRIM
	bool "Google Skyrim Board"
	help
	  Build Google Skyrim reference board.  This board uses an AMD SoC
	  and NPCX9 EC

config BOARD_WINTERHOLD
	bool "Google Winterhold Board"
	help
	  Build Google Winterhold reference board.  This board uses an AMD SoC
	  and NPCX9 EC

config BOARD_FROSTFLOW
	bool "Google Frostflow Board"
	help
	  Build Google Frostflow reference board.  This board uses an AMD SoC
	  and NPCX9 EC

config BOARD_INPUT_CURRENT_SCALE_FACTOR
	int "Input current scale factor"
	default 100
	help
	  Limit input current to fraction of negotiated limit.

config BOARD_USB_HUB_RESET
	bool "Support USB hub reset or not"
	default y
	help
	  Enable this if your board has a USB hub reset GPIO connect to EC to
	  reset the USB hub.

module = SKYRIM
module-str = Skyrim board-specific code
source "subsys/logging/Kconfig.template.log_config"

source "Kconfig.zephyr"