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

# "BOARD" below refers to a Zephyr board, which does not have a 1:1
# mapping with the Chrome OS concept of a board.  By Zephyr's
# conventions, we'll still call it "BOARD_*" to make this more
# applicable to be upstreamed, even though this code is shared by all
# projects using Herobrine-NPCX9 baseboard.
config BOARD_HEROBRINE_NPCX9
	bool "Google Herobrine-NPCX9 Baseboard"
	depends on SOC_NPCX9M3F
	# NPCX doesn't actually have enough ram for coverage, but this will
	# allow generating initial 0 line coverage.
	select HAS_COVERAGE_SUPPORT