summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2023-04-05 14:18:17 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-06 09:35:02 +0000
commit2ce53eae03d5f52ee48e6165788f0531aa06a70a (patch)
treecef11e40c23c1649cacb938f7aae577daa091866 /include/config.h
parent5056315df012ebfcd2531ec4b804918fbc768213 (diff)
downloadchrome-ec-2ce53eae03d5f52ee48e6165788f0531aa06a70a.tar.gz
keyboard_scan: drop CONFIG_KEYBOARD_SUPPRESS_NOISE
Drop the CONFIG_KEYBOARD_SUPPRESS_NOISE option and hooks, does not look like this is used anymore, last board using it has been dropped from the repository. BRANCH=none BUG=none TEST=zmake compare-builds -a Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I08a2a742f6c643a800fccc6c8ab05918432d691d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4403578 Reviewed-by: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config.h b/include/config.h
index a892593dde..94dc075761 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3106,13 +3106,6 @@
#undef CONFIG_KEYBOARD_SCANCODE_CALLBACK
/*
- * Call board-supplied keyboard_suppress_noise() function when the debounced
- * keyboard state changes. Some boards use this to send a signal to the audio
- * codec to suppress typing noise picked up by the microphone.
- */
-#undef CONFIG_KEYBOARD_SUPPRESS_NOISE
-
-/*
* Enable keyboard testing functionality. This enables a message which receives
* a list of keyscan events from the AP and processes them. This will cause
* keypresses to appear on the AP through the same mechanism as a normal