diff options
author | Shelley Chen <shchen@google.com> | 2018-06-07 13:26:16 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-11 08:32:17 +0000 |
commit | 3e70690f2a5c7c938784e7e42ecef3d0fb3687f9 (patch) | |
tree | 1f237327fae6fde55cb56161a679d93b5f27eec9 /src/mainboard/google | |
parent | 0a2e39d2608f8ca99d3df58e9c27475fa38bee95 (diff) | |
download | coreboot-3e70690f2a5c7c938784e7e42ecef3d0fb3687f9.tar.xz |
mb/google/poppy/variants/nami: Add EC_ENABLE_TBMC_DEVICE
Add tablet motion control config to nami devices.
BUG=None
BRANCH=None
TEST=run evtest
make sure tablet switch value is 1 in tablet mode and 0
when not in tablet mode
Change-Id: Ie1480934dc003d9b467883e001ed89f9a3694d10
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/26970
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/poppy/variants/nami/include/variant/ec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/variants/nami/include/variant/ec.h b/src/mainboard/google/poppy/variants/nami/include/variant/ec.h index 52a24e5def..a5a0196c16 100644 --- a/src/mainboard/google/poppy/variants/nami/include/variant/ec.h +++ b/src/mainboard/google/poppy/variants/nami/include/variant/ec.h @@ -70,6 +70,7 @@ /* Enable Tablet switch */ #define EC_ENABLE_TABLET_EVENT +#define EC_ENABLE_TBMC_DEVICE #define SIO_EC_MEMMAP_ENABLE /* EC Memory Map Resources */ #define SIO_EC_HOST_ENABLE /* EC Host Interface Resources */ |