aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/adlrvp/Kconfig.name
diff options
context:
space:
mode:
authorKrishna Prasad Bhat <krishna.p.bhat.d@intel.com>2021-12-06 15:59:39 +0530
committerFelix Held <felix-coreboot@felixheld.de>2021-12-15 23:20:10 +0000
commite3fd52a802f7877b4d2169414f08b7164fd94fbb (patch)
treefc221faa7c2e9fb9a2748a885048767571b125f1 /src/mainboard/intel/adlrvp/Kconfig.name
parentfc373c7dac077397a24f0930b83b805fc21fa270 (diff)
mb/intel/adlrvp_n: Add initial code for adl-n variant board
This patch adds the following list of changes: 1. Create a new devicetree for adlrvp-n and copy contents of adlrvp-p devictree. 2. Add support for 2 mainboards as ADL-N board with default EC (Windows SKU) and Chrome EC (Chrome SKU) and copy overridetree contents from adlrvp-p. 3. Add mainboard Kconfig to Kconfig.name file 4. Handle mainboard names in Kconfig file for ADLRVP N 5. Add config options to pick the adlrvp_n devicetree Change-Id: I4abf3bf62ec0398ae75e21575a2fab0d44b5c7ad Signed-off-by: Usha P <usha.p@intel.com> Signed-off-by: Krishna Prasad Bhat <krishna.p.bhat.d@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59915 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/intel/adlrvp/Kconfig.name')
-rw-r--r--src/mainboard/intel/adlrvp/Kconfig.name6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/intel/adlrvp/Kconfig.name b/src/mainboard/intel/adlrvp/Kconfig.name
index 7ee2c13ef9..c9c56fa7dc 100644
--- a/src/mainboard/intel/adlrvp/Kconfig.name
+++ b/src/mainboard/intel/adlrvp/Kconfig.name
@@ -12,3 +12,9 @@ config BOARD_INTEL_ADLRVP_M
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"