summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/volteer/Kconfig.board
blob: 5a0390e16f6e95deb5bafa9216772dc38c049619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.

# Note: this Zephyr board more closely represents the Chrome OS
# concept of a baseboard.  Zephyr boards and Chrome OS boards do not
# have a 1:1 mapping.
config BOARD_VOLTEER
	bool "Google Volteer Baseboard"
	depends on SOC_NPCX7M6FC || SOC_NPCX7M7FC
	# NPCX doesn't actually have enough ram for coverage, but this will
	# allow generating initial 0 line coverage.
	select HAS_COVERAGE_SUPPORT