summaryrefslogtreecommitdiff
path: root/zephyr/program/rex/Kconfig
blob: 723febc6d4801f4692e345ed353e25ff6f023339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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_REX
	bool "Google Rex Baseboard"
	help
	  Build Google Rex reference board.  The board uses Nuvoton
	  NPCX9 chip as the EC.

config BOARD_SCREEBO
	bool "Google Screebo Board"
	help
	  Build Google Screebo variant board. The board uses Nuvoton
	  NPCX9 chip as the EC.

module = REX
module-str = Rex board-specific code
source "subsys/logging/Kconfig.template.log_config"

source "Kconfig.zephyr"