summaryrefslogtreecommitdiff
path: root/zephyr/projects/kohaku/boards/arm/kohaku/Kconfig.board
blob: 43cffd68e45fdd48c1a7864b8f1340fe4f937353 (plain)
1
2
3
4
5
6
7
8
9
10
# 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.

config BOARD_KOHAKU
	bool "Google Kohaku EC"
	depends on SOC_NPCX7M6FB # Actually NPCX7M6FC; C has 512K Flash
	# NPCX doesn't actually have enough ram for coverage, but this will
	# allow generating initial 0 line coverage.
	select HAS_COVERAGE_SUPPORT