input: touchscreen: synaptics_tcm: Fix Kconfig

The conditional was mistakenly removed in e4e5585516.

Change-Id: If8fdb03cbda21a75b2c6ad00cee268f1a1c3ebe1
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
This commit is contained in:
Alexander Winkowski 2023-11-13 04:59:59 +00:00 committed by Giovanni Ricca
parent 060a0e6856
commit 44bbb9790b
No known key found for this signature in database

View File

@ -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