[PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

From: Geert Uytterhoeven
Date: Sun Aug 02 2015 - 05:09:27 EST


Hi all,

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.
This patch series relaxes the dependencies on GPIOLIB if COMPILE_TEST is
enabled, where appropriate.

There are a few more drivers that depend on GPIOLIB and that may be
eligible for COMPILE_TEST. These I didn't handle yet, as I couldn't
enable them with m68k/all{mod,yes}config due to other dependencies.

This series is the remaining part of ("[PATCH 00/27] gpio: Allow compile
test of GPIO consumers if !GPIOLIB", https://lkml.org/lkml/2015/5/5/779),
updated for new config symbols up to v4.2-rc4. It applies to
next-20150731.

Thanks for applying!

Geert Uytterhoeven (11):
tpm: Allow compile test of GPIO consumers if !GPIOLIB
input: Allow compile test of GPIO consumers if !GPIOLIB
misc: ti-st: Allow compile test of GPIO consumers if !GPIOLIB
net: phy: Allow compile test of GPIO consumers if !GPIOLIB
power: Allow compile test of GPIO consumers if !GPIOLIB
staging: android: Allow compile test of GPIO consumers if !GPIOLIB
staging: fbtft: Allow compile test of GPIO consumers if !GPIOLIB
serial: Allow compile test of GPIO consumers if !GPIOLIB
fbdev: Allow compile test of GPIO consumers if !GPIOLIB
w1: Allow compile test of GPIO consumers if !GPIOLIB
net: rfkill: Allow compile test of GPIO consumers if !GPIOLIB

drivers/char/tpm/st33zp24/Kconfig | 2 +-
drivers/input/keyboard/Kconfig | 4 ++--
drivers/input/misc/Kconfig | 11 ++++++-----
drivers/input/mouse/Kconfig | 2 +-
drivers/input/touchscreen/Kconfig | 8 ++++----
drivers/misc/ti-st/Kconfig | 3 ++-
drivers/net/phy/Kconfig | 3 ++-
drivers/power/Kconfig | 17 +++++++++++------
drivers/staging/android/Kconfig | 3 ++-
drivers/staging/fbtft/Kconfig | 3 ++-
drivers/tty/serial/Kconfig | 3 ++-
drivers/video/fbdev/Kconfig | 2 +-
drivers/w1/masters/Kconfig | 2 +-
net/rfkill/Kconfig | 3 ++-
14 files changed, 39 insertions(+), 27 deletions(-)

--
1.9.1

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/