
Enable synaptics_tcm touch driver for trinket target. Change-Id: I7c6233b4f345c52a01ebebb92da2cb7d546ef24f Signed-off-by: Surya Teja Kudiri <quic_skudiri@quicinc.com>
10 Zeilen
309 B
C
10 Zeilen
309 B
C
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
* SPDX-License-Identifier: GPL-2.0-only
|
|
*/
|
|
|
|
#define CONFIG_TOUCHSCREEN_SYNAPTICS_TCM 1
|
|
#define CONFIG_TOUCHSCREEN_SYNAPTICS_TCM_I2C 1
|
|
#define CONFIG_TOUCHSCREEN_SYNAPTICS_TCM_CORE 1
|
|
#define CONFIG_TOUCHSCREEN_SYNAPTICS_TCM_TOUCH 1
|