From 44bbb9790b9bd8cc00e87bf50742afebcfd920b6 Mon Sep 17 00:00:00 2001 From: Alexander Winkowski Date: Mon, 13 Nov 2023 04:59:59 +0000 Subject: [PATCH] input: touchscreen: synaptics_tcm: Fix Kconfig The conditional was mistakenly removed in e4e558551609c82a8a97d8d03d63fef061be455d. Change-Id: If8fdb03cbda21a75b2c6ad00cee268f1a1c3ebe1 Signed-off-by: Alexander Winkowski --- drivers/input/touchscreen/synaptics_tcm/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/input/touchscreen/synaptics_tcm/Kconfig b/drivers/input/touchscreen/synaptics_tcm/Kconfig index 6af7c9670065..9496b35e2c3b 100644 --- a/drivers/input/touchscreen/synaptics_tcm/Kconfig +++ b/drivers/input/touchscreen/synaptics_tcm/Kconfig @@ -9,6 +9,8 @@ menuconfig TOUCHSCREEN_SYNAPTICS_TCM If unsure, say N. +if TOUCHSCREEN_SYNAPTICS_TCM + choice default TOUCHSCREEN_SYNAPTICS_TCM_I2C prompt "Synaptics TCM bus module" @@ -123,3 +125,4 @@ config TOUCHSCREEN_SYNAPTICS_TCM_DIAGNOSTICS To compile this driver as a module, choose M here: the module will be called synaptics_tcm_diagnostics. +endif