summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/Kconfig.name
diff options
context:
space:
mode:
authorReka Norman <rekanorman@google.com>2021-12-20 10:24:55 +1100
committerTim Wawrzynczak <twawrzynczak@chromium.org>2022-01-04 16:18:26 +0000
commite7640ccadd2ea2cc2e63b0d6164a83c4608f23fd (patch)
tree6cce216be9f15c013cb73ae77ccf8a95761f1483 /src/mainboard/google/brya/Kconfig.name
parentf1edd4fe6070f961fc150670593bc3f22e6f8a7d (diff)
downloadcoreboot-e7640ccadd2ea2cc2e63b0d6164a83c4608f23fd.tar.gz
coreboot-e7640ccadd2ea2cc2e63b0d6164a83c4608f23fd.tar.bz2
coreboot-e7640ccadd2ea2cc2e63b0d6164a83c4608f23fd.zip
mb/google/brya: Add new baseboard nissa with variants nivviks and nereid
Add a new baseboard for nissa, an Intel ADL-N based reference design. Also, add variants for the two reference boards, nivviks and nereid. This commit is a stub which only adds the minimum code needed for a successful build. BUG=b:197479026 TEST=abuild -a -x -c max -p none -t google/brya -b nivviks abuild -a -x -c max -p none -t google/brya -b nereid Change-Id: I2a3975fb7a45577fec8ea7c6c9f6ea042ab8cba5 Signed-off-by: Reka Norman <rekanorman@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60271 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kangheui Won <khwon@chromium.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig.name')
-rw-r--r--src/mainboard/google/brya/Kconfig.name8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name
index 794bfe72e05e..e2a4a9e4a756 100644
--- a/src/mainboard/google/brya/Kconfig.name
+++ b/src/mainboard/google/brya/Kconfig.name
@@ -135,3 +135,11 @@ config BOARD_GOOGLE_TANIKS
bool "-> Taniks"
select BOARD_GOOGLE_BASEBOARD_BRYA
select DRIVERS_GENESYSLOGIC_GL9763E
+
+config BOARD_GOOGLE_NIVVIKS
+ bool "-> Nivviks"
+ select BOARD_GOOGLE_BASEBOARD_NISSA
+
+config BOARD_GOOGLE_NEREID
+ bool "-> Nereid"
+ select BOARD_GOOGLE_BASEBOARD_NISSA