mb/starlabs/*: Add Kconfig values for battery information

Add Kconfig strings for the battery:
* Model
* OEM
* Technology

Change-Id: Ibbce87ad54874f490af45c41f31956a7e9e996f3
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81401
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes
2024-03-18 10:51:18 +00:00
committed by Felix Held
parent 38170736e9
commit 6e755cef04
3 changed files with 32 additions and 0 deletions

View File

@@ -93,3 +93,15 @@ config EC_VARIANT_DIR
config EC_GPE_SCI
hex
default 0x50
config EC_STARLABS_BATTERY_MODEL
string
default "Unknown"
config EC_STARLABS_BATTERY_TYPE
string
default "LION"
config EC_STARLABS_BATTERY_OEM
string
default "Unknown"