linux/drivers/staging/udlfb
Bernie Thompson dd8015f1c8 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>
2010-03-03 16:43:00 -08:00
..
Kconfig Staging: udlfb: explicit dependencies and warnings 2010-03-03 16:43:00 -08:00
Makefile Staging: udlfb: add udlfb driver to build 2009-06-19 11:00:57 -07:00
udlfb.c Staging: udlfb: explicit dependencies and warnings 2010-03-03 16:43:00 -08:00
udlfb.h Staging: udlfb: improved rendering performance 2010-03-03 16:43:00 -08:00