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:
parent
060a0e6856
commit
44bbb9790b
@ -9,6 +9,8 @@ menuconfig TOUCHSCREEN_SYNAPTICS_TCM
|
|||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
if TOUCHSCREEN_SYNAPTICS_TCM
|
||||||
|
|
||||||
choice
|
choice
|
||||||
default TOUCHSCREEN_SYNAPTICS_TCM_I2C
|
default TOUCHSCREEN_SYNAPTICS_TCM_I2C
|
||||||
prompt "Synaptics TCM bus module"
|
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
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called synaptics_tcm_diagnostics.
|
module will be called synaptics_tcm_diagnostics.
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user