summaryrefslogtreecommitdiff
path: root/src/mainboard/arm/Kconfig
diff options
context:
space:
mode:
authorNaresh Solanki <naresh.solanki@9elements.com>2023-11-17 02:21:57 +0530
committerMartin L Roth <gaumless@gmail.com>2024-10-16 15:30:31 +0000
commit6d1dbe12d2f869388ddb51e0cef7bf30ce80b255 (patch)
treed6db121cfc41e5d750e00dc80d3cfadda482ea15 /src/mainboard/arm/Kconfig
parentf6ecfbc12b4d4c02cc33b1d854ec9a473fe3f2fb (diff)
mb/arm/rdn2: Add support for Arm Neoverse N2
Add support for Arm Neoverse N2 Reference design. Based on Arm Neoverse N2 reference design Revision: Release D TEST=Build Arm Neoverse N2 & make sure there is no error. Change-Id: I17908d3ce773d4a88924bafb1d0e9e2a043c7fbc Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79103 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/arm/Kconfig')
-rw-r--r--src/mainboard/arm/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mainboard/arm/Kconfig b/src/mainboard/arm/Kconfig
new file mode 100644
index 0000000000..f962b34621
--- /dev/null
+++ b/src/mainboard/arm/Kconfig
@@ -0,0 +1,18 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+if VENDOR_ARM
+
+choice
+ prompt "Mainboard model"
+ default BOARD_ARM_RDN2
+
+source "src/mainboard/arm/*/Kconfig.name"
+
+endchoice
+
+source "src/mainboard/arm/*/Kconfig"
+
+config MAINBOARD_VENDOR
+ default "Arm"
+
+endif # VENDOR_ARM