soc/intel/alderlake: Enable low-battery indicator support
This patch enables the `HAVE_ESOL_SUPPORT_FOR_LOW_BATTERY_INDICATOR` Kconfig option for Alder Lake SoC platform that has support for CHROMEOS_ENABLE_ESOL. This allows the eSOL feature (depending upon CHROMEOS_ENABLE_ESOL) to display a low-battery indicator. BUG=b:339673254 TEST=Verified low battery boot event logging and controlled shutdown. Change-Id: I8b49a487ca80a2aeeb8b4d8e4c2259217e854444 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86316 Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
80801e7f69
commit
72947a131f
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ config SOC_INTEL_ALDERLAKE
|
|||
select FSPS_HAS_ARCH_UPD
|
||||
select GENERIC_GPIO_LIB
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
select HAVE_ESOL_SUPPORT_FOR_LOW_BATTERY_INDICATOR if CHROMEOS_ENABLE_ESOL
|
||||
select HAVE_FSP_GOP
|
||||
select HAVE_HYPERTHREADING
|
||||
select INTEL_DESCRIPTOR_MODE_CAPABLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue