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