blob: 2c89395e5960a706dd081f8d207583252695257d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
## SPDX-License-Identifier: GPL-2.0-only
config BOARD_INTEL_ADLRVP_P
bool "Alderlake-P RVP"
config BOARD_INTEL_ADLRVP_P_EXT_EC
bool "Alderlake-P RVP with Chrome EC"
config BOARD_INTEL_ADLRVP_P_MCHP
bool "Alderlake-P RVP with Microchip EC"
config BOARD_INTEL_ADLRVP_M
bool "Alderlake-M RVP"
config BOARD_INTEL_ADLRVP_M_EXT_EC
bool "Alderlake-M RVP with Chrome EC"
config BOARD_INTEL_ADLRVP_N
bool "Alderlake-N RVP"
config BOARD_INTEL_ADLRVP_N_EXT_EC
bool "Alderlake-N RVP with Chrome EC"
config BOARD_INTEL_ADLRVP_RPL
bool "Raptorlake silicon with Alderlake-P RVP"
config BOARD_INTEL_ADLRVP_RPL_EXT_EC
bool "Raptorlake silicon with Alderlake-P RVP and Chrome EC"
|