mb/google/brya/var/ghost: Disable LID_SHUTDOWN
The lid sensor is on a daughterboard which can cause unintended shutdowns when not connected. Disable lid sensor based shutdown behavior in depthcharge until we have a better solution. BUG=b:240005819 BRANCH=firmware-brya-14505.B TEST=booted ghost, no longer shuts down due to missing lid sensor Change-Id: I69f70255dee1b69e05b112c0174f5f52d1368837 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66295 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
fd1a53f5c1
commit
f85e3cd269
|
@ -65,6 +65,7 @@ config BOARD_GOOGLE_BASEBOARD_GHOST
|
|||
select BOARD_GOOGLE_BASEBOARD_BRYA if BOARD_GOOGLE_GHOST4ADL
|
||||
select BOARD_GOOGLE_BASEBOARD_SKOLAS if !BOARD_GOOGLE_GHOST4ADL
|
||||
select DRIVERS_I2C_CS42L42
|
||||
select GBB_FLAG_DISABLE_LID_SHUTDOWN if VBOOT
|
||||
|
||||
config BOARD_GOOGLE_BASEBOARD_NISSA
|
||||
def_bool n
|
||||
|
|
Loading…
Reference in New Issue