]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: phy: Allow compile test of GPIO consumers if !GPIOLIB
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 5 May 2015 16:32:38 +0000 (18:32 +0200)
committerFelipe Balbi <balbi@ti.com>
Thu, 7 May 2015 18:37:36 +0000 (13:37 -0500)
commitdb978e284781af641a02f9ca9d99a746e1e1f60f
tree85045a0820326b2ab6de4fd2a18810b515c7675a
parent5665aec631245ff1b6e03fa5efe7383f4ef379cb
usb: phy: Allow compile test of GPIO consumers 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.

Relax the dependency on GPIOLIB if COMPILE_TEST is enabled, where
appropriate.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: <linux-usb@vger.kernel.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/Kconfig