blob: 111476eb427ff22ee4fd3f1fb2a45fded9627d4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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_BRYA
bool "Google Brya Baseboard"
help
Build Google Brya reference board. The board uses the Nuvuton NPCX9
chip as the EC.
source "Kconfig.zephyr"
|