]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: goldfish - allow compile the driver with COMPILE_TEST
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 2 Oct 2015 17:49:48 +0000 (10:49 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 2 Oct 2015 18:44:16 +0000 (11:44 -0700)
commitaaa59e0911f5624663217c248cfa7cc1c2e33e08
treed508903ca61f729bb15c4efa2056f040ec673db3
parent77fa05541cc02ab87e6d6e42254052b0cd30c3a4
Input: goldfish - allow compile the driver with COMPILE_TEST

The driver depends on GOLDFISH but there isn't a build dependency
so it's a good idea to allow the driver to be built even if that
option is disabled, if the COMPILE_TEST option is enabled.

That way, the driver can be built with a config generated by make
allyesconfig and can be checked if a patch would break the build.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig