]> git.baikalelectronics.ru Git - kernel.git/commit
Input: Allow compile test of Goodix and Colibri VF50 if !GPIOLIB
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 9 Feb 2016 18:33:40 +0000 (10:33 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 9 Feb 2016 23:18:48 +0000 (15:18 -0800)
commitccbe8507fc011e50b75a5ffd43b747998d54dd96
tree8e8665a3781fa761e64d0edb888432bd98ce2b8e
parenta133a61a23c19f324d32db0fe7bf667f99bce54c
Input: Allow compile test of Goodix and Colibri VF50 if !GPIOLIB

The GPIO subsystem provides dummy GPIO consumer functions if GPIOLIB is
not enabled. Hence drivers that depend on GPIOLIB, but use GPIO consumer
functionality only, can still be compiled if GPIOLIB is not enabled.

If COMPILE_TEST is enabled, relax the dependency on GPIOLIB for the
recently introduced or relaxed symbols TOUCHSCREEN_GOODIX and
TOUCHSCREEN_COLIBRI_VF50.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig