summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.touchpad
blob: 2f3e804898d7436f702a5b7210dce8c3bd128a1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

config PLATFORM_EC_TOUCHPAD
	bool "Touchpad support"
	select HAS_TASK_TOUCHPAD
	help
	  Enable touchpad support. Enabling this automatically enables
	  HAS_TASK_TOUCHPAD to have a dedicated task for touchpad data
	  pipeline.

	  Must pick a driver from the options below.

config PLATFORM_EC_TOUCHPAD_ELAN
	bool "Elan touchpad driver"
	select PLATFORM_EC_TOUCHPAD
	help
	  Adds support for Elan I2C touchpad.