diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-05-19 19:14:02 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-05-19 19:35:14 +0300 |
commit | 14f935f9a4364ad13538433de3737463491f43d7 (patch) | |
tree | 134d32370fccca26656282601dcca6215f4ddede /drivers/input/touchscreen/migor_ts.c | |
parent | b06d43f7a3db3ea4d62b3e0a299855c2a29ea18d (diff) | |
download | linux-14f935f9a4364ad13538433de3737463491f43d7.tar.xz |
Input: atmel_captouch - add dependence on i2c
The newly added Atmal captouch driver fails to build when CONFIG_I2C
is disabled:
drivers/input/misc/atmel_captouch.c: In function 'atmel_read':
drivers/input/misc/atmel_captouch.c:115:8: error: implicit declaration of function 'i2c_transfer' [-Werror=implicit-function-declaration]
This adds an explicit Kconfig dependency to prevent the broken
configuration.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: b06d43f7a3db ("Input: add Atmel Captouch Button driver")
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/migor_ts.c')
0 files changed, 0 insertions, 0 deletions