Hi Geert 02.08.2015, 12:09, "Geert Uytterhoeven" <geert@xxxxxxxxxxxxxx>: > 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. > > Relax the dependency on GPIOLIB if COMPILE_TEST is enabled, where > appropriate. > - depends on GPIOLIB > + depends on GPIOLIB || COMPILE_TEST Does that mean GPIO subsystem is always available and no additional dependency needed when COMPILE_TEST is enabled? -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html