From: Randy Dunlap <[email protected]>

The synaptics_i2c_rmi4 driver uses input_*() interfaces,
so it should depend on INPUT to fix its build errors:

ERROR: "input_event" [drivers/staging/ste_rmi4/synaptics_i2c_rmi4.ko] undefined!
ERROR: "input_free_device" [drivers/staging/ste_rmi4/synaptics_i2c_rmi4.ko] 
undefined!
ERROR: "input_register_device" [drivers/staging/ste_rmi4/synaptics_i2c_rmi4.ko] 
undefined!
ERROR: "input_set_abs_params" [drivers/staging/ste_rmi4/synaptics_i2c_rmi4.ko] 
undefined!
ERROR: "input_allocate_device" [drivers/staging/ste_rmi4/synaptics_i2c_rmi4.ko] 
undefined!
ERROR: "input_unregister_device" 
[drivers/staging/ste_rmi4/synaptics_i2c_rmi4.ko] undefined!

Signed-off-by: Randy Dunlap <[email protected]>
Cc: [email protected], [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 drivers/staging/ste_rmi4/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/ste_rmi4/Kconfig b/drivers/staging/ste_rmi4/Kconfig
index 95fd5a9..e867950 100644
--- a/drivers/staging/ste_rmi4/Kconfig
+++ b/drivers/staging/ste_rmi4/Kconfig
@@ -1,6 +1,6 @@
 config TOUCHSCREEN_SYNAPTICS_I2C_RMI4
        tristate "Synaptics i2c rmi4 touchscreen"
-       depends on I2C
+       depends on I2C && INPUT
        help
          Say Y here if you have a Synaptics RMI4 and
          want to enable support for the built-in touchscreen.
-- 
1.7.3.2

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to