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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user