tpm: Allow compile test of GPIO consumers if !GPIOLIB
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 2 Aug 2015 09:08:47 +0000 (11:08 +0200)
committerPeter Huewe <peterhuewe@gmx.de>
Sun, 18 Oct 2015 23:00:40 +0000 (01:00 +0200)
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.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
drivers/char/tpm/st33zp24/Kconfig

index 09cb727864f0950f9e52e6ba1607124ede64f9e4..19c007461d1cbd7acae8b6fee4d8d51fbcb7f5de 100644 (file)
@@ -1,6 +1,6 @@
 config TCG_TIS_ST33ZP24
        tristate "STMicroelectronics TPM Interface Specification 1.2 Interface"
-       depends on GPIOLIB
+       depends on GPIOLIB || COMPILE_TEST
        ---help---
          STMicroelectronics ST33ZP24 core driver. It implements the core
          TPM1.2 logic and hooks into the TPM kernel APIs. Physical layers will