mb/google/glados: Restore ChromeEC tablet mode switch for caroline, cave
Commit 017b5c453a72f57ec785da1764939e24651ac5eb [ec/google/chromeec/acpi: Rename EC_ENABLE_TABLET_EVENT config] broke tablet mode on google/caroline and cave in mainline Linux kernels by changing the inclusion of the ChromeEC tablet mode ACPI handler. Fix this by addding it back (using the updated name guarding the inclusion of the tmbc ACPI). Test: build/boot google/cave under Linux 5.16, observe tablet mode handled correctly. Change-Id: Ie0ae5b6a61f104b5e973383344d289cc2e2a7b8d Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62447 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
be082fe9f4
commit
269b8e2cc5
@ -2,3 +2,6 @@
|
||||
|
||||
/* EC ENABLE MULTIPLE DPTF PROFILES */
|
||||
#define EC_ENABLE_MULTIPLE_DPTF_PROFILES
|
||||
|
||||
/* Enable Tablet switch */
|
||||
#define EC_ENABLE_TBMC_DEVICE
|
||||
|
@ -8,3 +8,6 @@
|
||||
|
||||
/* EC ENABLE MULTIPLE DPTF PROFILES */
|
||||
#define EC_ENABLE_MULTIPLE_DPTF_PROFILES
|
||||
|
||||
/* Enable Tablet switch */
|
||||
#define EC_ENABLE_TBMC_DEVICE
|
||||
|
Loading…
x
Reference in New Issue
Block a user