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

# "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 Trogdor baseboard.
config BOARD_IT8XXX2
	bool "IT8XXX2 Zephyr Board"
	depends on SOC_IT8XXX2
	# Allow generating initial 0 line coverage.
	select HAS_COVERAGE_SUPPORT