[parisc-linux-cvs] linux varenet

Thibaut Varene parisc-linux@lists.parisc-linux.org
Mon, 29 Jul 2002 19:11:20 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	varenet	02/07/29 19:11:20

Modified files:
	drivers/video  : Config.in 

Log message:
Moved the following lines

if [ "$CONFIG_FB_STI" = "y" ]; then
define_tristate CONFIG_FBCON_STI y
fi

outside a if test, so that it wouldn't depend on CONFIG_FBCON_ADVANCED != y
and therefore allow kernel to link whatever FBCON_ADVANCED state is.

Thanks Richard for the idea.