| # Copyright 2023 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_ROACH |
| bool "Google Roach Board" |
| help |
| Build Google Roach reference board. Roach is a keyboard EC |
| using ITE it82202-ax. |
| |
| config BOARD_AXII |
| bool "Google Axii Board" |
| help |
| Build Google Axii board. Axii is a test fixture for testing |
| |
| config BOARD_KELPIE |
| bool "Google Kelpie Board" |
| help |
| Build Google Kelpie board. Kelpie is a variant board of |
| Roach devices. |
| |
| config BOARD_SPIKYROCK |
| bool "Google Spikyrock Board" |
| help |
| Build Google Spikyrock board. Spikyrock is a variant board of |
| Roach devices. |
| |
| config BOARD_EIRTAE |
| bool "Google Eirtae Board" |
| help |
| Build Google Eirtae board. Eirtae is a variant board of |
| Roach devices. |
| |
| source "Kconfig.zephyr" |