mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
48
drivers/input/touchscreen/melfas_mms400/Kconfig
Normal file
48
drivers/input/touchscreen/melfas_mms400/Kconfig
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
#
|
||||
# Kconfig for MELFAS MMS400 Touchscreen driver
|
||||
#
|
||||
|
||||
if INPUT_TOUCHSCREEN
|
||||
|
||||
config TOUCHSCREEN_MELFAS_MMS438
|
||||
tristate "MELFAS MMS438 Touchscreen"
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here if you have a MELFAS MMS438 touchscreen device in your system.
|
||||
|
||||
# If unsure, say N.
|
||||
|
||||
# To compile this driver as a module, choose M here: the module will be called mms_ts.
|
||||
|
||||
config TOUCHSCREEN_MELFAS_MMS449
|
||||
tristate "MELFAS MMS449 Touchscreen"
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here if you have a MELFAS MMS449 touchscreen device in your system.
|
||||
|
||||
# If unsure, say N.
|
||||
|
||||
# To compile this driver as a module, choose M here: the module will be called mms_ts.
|
||||
|
||||
config TOUCHSCREEN_MELFAS_MMS458
|
||||
tristate "MELFAS MMS458 Touchscreen"
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here if you have a MELFAS MMS458 touchscreen device in your system.
|
||||
|
||||
# If unsure, say N.
|
||||
|
||||
# To compile this driver as a module, choose M here: the module will be called mms_ts.
|
||||
|
||||
config TOUCHSCREEN_MELFAS_MMS492
|
||||
tristate "MELFAS MMS492 Touchscreen"
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here if you have a MELFAS MMS492 touchscreen device in your system.
|
||||
|
||||
# If unsure, say N.
|
||||
|
||||
# To compile this driver as a module, choose M here: the module will be called mms_ts.
|
||||
|
||||
endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue