1## SPDX-License-Identifier: GPL-2.0-only 2 3config BOARD_INTEL_ADLRVP_P 4 bool "Alderlake-P RVP" 5 6config BOARD_INTEL_ADLRVP_P_EXT_EC 7 bool "Alderlake-P RVP with Chrome EC" 8 9config BOARD_INTEL_ADLRVP_P_MCHP 10 bool "Alderlake-P RVP with Microchip EC" 11 12config BOARD_INTEL_ADLRVP_N 13 bool "Alderlake-N RVP" 14 15config BOARD_INTEL_ADLRVP_N_EXT_EC 16 bool "Alderlake-N RVP with Chrome EC" 17 18config BOARD_INTEL_ADLRVP_RPL 19 bool "Raptorlake silicon with Alderlake-P RVP" 20 21config BOARD_INTEL_ADLRVP_RPL_EXT_EC 22 bool "Raptorlake silicon with Alderlake-P RVP and Chrome EC" 23