Staging: udlfb: explicit dependencies and warnings
authorBernie Thompson <bernie@plugable.com>
Mon, 15 Feb 2010 14:46:35 +0000 (06:46 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:43:00 +0000 (16:43 -0800)
commitdd8015f1c83bfde9966c86a5958abd466a304398
tree3f83751a5cecca7f416909db8471cf5ce3004d0c
parent3e8f3d6fa672896096068296658a769649186150
Staging: udlfb: explicit dependencies and warnings

Specify Kconfig dependencies, and include warnings for building as a module

udlfb is dependent on FB_DEFERRED_IO, FB_SYS_*, and FB_MODE_HELPERS

Because many kernels do not include defio (which cannot be built
as a module), yet users want to be able to build udlfb as a module later,
udlfb has ifdefs and these dependency warnings to help udlfb build with or
without certain dependencies, but also print warnings for any lost function.

Even though this kind of flexibility isn't common, we've gotten feedback
from a significant portion of users that they were frustrated without it.

Signed-off-by: Bernie Thompson <bernie@plugable.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/udlfb/Kconfig
drivers/staging/udlfb/udlfb.c