summaryrefslogtreecommitdiff
path: root/zephyr/projects/intelrvp/Kconfig
blob: c51c54847bec4dfee3efef9b40b03ca606f2670b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.

config BOARD_ADLRVP_NPCX
	bool "Intel ADLRVP_NPCX board"
	depends on SOC_NPCX9M7F
	help
	  Build Intel ADLRVP_NPCX reference board. This board has Intel ADL RVP
	  SoC with NPCX9M37F EC.

config BOARD_MTLRVP_NPCX
	bool "Intel MTLRVP_NPCX board"
	depends on SOC_NPCX9M3F
	help
	  Build Intel MTLRVP_NPCX reference board. This board is Intel MTL RVP
	  SOC with NPCX_NPCX9M3F

source "Kconfig.zephyr"