mb/google/kahlee/Kconfig: add board-specific MAINBOARD_PART_NUMBER

Before the part number for all boards was "Grunt". This patch adds the
correct part number/name for all variants.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: If506df0b1027fb09f5027d8b9653b776fe3bdc75
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55681
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2021-06-19 01:01:16 +02:00
parent a1b5a6295c
commit ea192f86c9
1 changed files with 6 additions and 1 deletions

View File

@ -58,7 +58,12 @@ config VARIANT_DIR
config MAINBOARD_PART_NUMBER
string
default "Grunt"
default "Aleena" if BOARD_GOOGLE_ALEENA
default "Careena" if BOARD_GOOGLE_CAREENA
default "Grunt" if BOARD_GOOGLE_GRUNT
default "Liara" if BOARD_GOOGLE_LIARA
default "Nuwani" if BOARD_GOOGLE_NUWANI
default "Treeya" if BOARD_GOOGLE_TREEYA
config DEVICETREE
string