summaryrefslogtreecommitdiff
path: root/zephyr/program/myst/Kconfig
blob: db33f73668a380c49b5bc93629f93a60bfea5ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2023 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_MYST
	bool "Google Myst Board"
	help
	  Build Google Myst reference board.  This board uses an AMD SoC
	  and NPCX9 EC

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

source "Kconfig.zephyr"