diff options
author | Dmitry Torokhov <dtor@chromium.org> | 2018-08-21 15:38:00 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-08-23 15:53:59 +0000 |
commit | ab36e26caa1f3156e5a039fcf4dc0fc848101f34 (patch) | |
tree | a2b8ecf7ae7e06ea03ffaa9f168c8801a8232c47 | |
parent | 1b564556e94d79493fd3bb008692bb6ea3475d65 (diff) |
mb/google/poppy/variants/nocturne: enable "Base Attached Switch" device
This enables CBAS device on Nocturne to allow hid-google-whisker driver
in kernel properly detect device configuration.
Change-Id: I5905a2de208e94062f2768a9b7d22147f85c7f38
Signed-off-by: Dmitry Torokhov <dtor@chromium.org>
Reviewed-on: https://review.coreboot.org/28262
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/poppy/variants/nocturne/include/variant/ec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/variants/nocturne/include/variant/ec.h b/src/mainboard/google/poppy/variants/nocturne/include/variant/ec.h index 92c7467f12..7e168010cf 100644 --- a/src/mainboard/google/poppy/variants/nocturne/include/variant/ec.h +++ b/src/mainboard/google/poppy/variants/nocturne/include/variant/ec.h @@ -77,5 +77,6 @@ #define SIO_EC_HOST_ENABLE /* EC Host Interface Resources */ #define EC_ENABLE_MKBP_DEVICE /* Enable cros_ec_keyb device */ +#define EC_ENABLE_CBAS_DEVICE /* Enable "Base Attached Switch" device */ #endif /* __MAINBOARD_EC_H__ */ |