summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/mec1727/Kconfig.board
blob: 7b11c1a0e94cdbfb0d2b663f1d93961143df5870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2022 The ChromiumOS Authors
# 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 the MEC172x EVB board.
config BOARD_MEC1727
	bool "MEC1727 Zephyr Board"
	depends on SOC_MEC172X_NSZ
	# MCHP XEC doesn't actually have enough ram for coverage, but this will
	# allow generating initial 0 line coverage.
	select HAS_COVERAGE_SUPPORT