summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Cutts <hcutts@chromium.org>2019-09-05 17:09:54 -0700
committerCommit Bot <commit-bot@chromium.org>2019-09-07 01:14:58 +0000
commitd0a28788e7d48ce8ecfd8b0c0f16d824e8e28bfb (patch)
treed42e9b1c3f50d4cfa9148552b15e5153fdd686e8
parent7544159f1074e43fa8268de8738ae249f4ff0c6f (diff)
downloadchrome-ec-d0a28788e7d48ce8ecfd8b0c0f16d824e8e28bfb.tar.gz
driver/touchpad_st: Add enable flag to config.h
This flag is used to enable the driver in driver/build.mk, but wasn't documented in config.h yet. BUG=none TEST=`make buildall -j` BRANCH=none Change-Id: Id14bced207192cfa884feb47369066ba7afd7118 Signed-off-by: Harry Cutts <hcutts@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1788677 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--include/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 0b0a08a493..8b4e67420b 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3468,12 +3468,15 @@
/*****************************************************************************/
/* Touchpad config */
-/* Enable touchpad, you must pick a driver (currently, only Elan exists) */
+/* Enable touchpad. (You must pick a driver from the options below.) */
#undef CONFIG_TOUCHPAD
/* Enable Elan driver */
#undef CONFIG_TOUCHPAD_ELAN
+/* Enable ST driver */
+#undef CONFIG_TOUCHPAD_ST
+
/* Set I2C port and address (7-bit) */
#undef CONFIG_TOUCHPAD_I2C_PORT
#undef CONFIG_TOUCHPAD_I2C_ADDR_FLAGS