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:
parent
a1b5a6295c
commit
ea192f86c9
|
@ -58,7 +58,12 @@ config VARIANT_DIR
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
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
|
config DEVICETREE
|
||||||
string
|
string
|
||||||
|
|
Loading…
Reference in New Issue