summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/npcx9/Kconfig.board
blob: 64e02d2c921903b5c63f9a8ad03852133c79a158 (plain)
1
2
3
4
5
6
7
8
9
10
# 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_NPCX9
	bool "NPCX9 Zephyr Board"
	depends on SOC_NPCX9M3F || SOC_NPCX9M7F
	# NPCX doesn't actually have enough ram for coverage, but this will
	# allow generating initial 0 line coverage.
	select HAS_COVERAGE_SUPPORT