<p>Kevin Cheng has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21633">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/google/fizz: Enable cros_ec_keyb device<br><br>This is required to transmit button information from EC to kernel.<br><br>BUG=b:65980005<br>BRANCH=None<br>TEST=Verified using evtest that kernel is able to get button<br>press/release information from EC.<br><br>Change-Id: I3cd524aec47ca988d6044cb089e7aa7636e64ab2<br>Signed-off-by: Kevin Cheng <kevin.cheng@intel.com><br>---<br>M src/mainboard/google/fizz/ec.h<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/21633/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/fizz/ec.h b/src/mainboard/google/fizz/ec.h<br>index b95a772..4b40445 100644<br>--- a/src/mainboard/google/fizz/ec.h<br>+++ b/src/mainboard/google/fizz/ec.h<br>@@ -28,6 +28,7 @@<br>        EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY_CRITICAL)  |\<br>        EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY)           |\<br>        EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY_STATUS)    |\<br>+       EC_HOST_EVENT_MASK(EC_HOST_EVENT_MKBP)              |\<br>        EC_HOST_EVENT_MASK(EC_HOST_EVENT_THERMAL_THRESHOLD) |\<br>        EC_HOST_EVENT_MASK(EC_HOST_EVENT_THROTTLE_START)    |\<br>        EC_HOST_EVENT_MASK(EC_HOST_EVENT_THROTTLE_STOP))<br>@@ -63,4 +64,6 @@<br> #define SIO_EC_MEMMAP_ENABLE     /* EC Memory Map Resources */<br> #define SIO_EC_HOST_ENABLE      /* EC Host Interface Resources */<br> <br>+#define EC_ENABLE_MKBP_DEVICE    /* Enable cros_ec_keyb device */<br>+<br> #endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/21633">change 21633</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21633"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I3cd524aec47ca988d6044cb089e7aa7636e64ab2 </div>
<div style="display:none"> Gerrit-Change-Number: 21633 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kevin Cheng <kevin.cheng@intel.com> </div>