On 10/04/08 02:48 +0200, Uwe Hermann wrote:
On Fri, Apr 04, 2008 at 04:03:40PM -0600, Jordan Crouse wrote:
+config VGA_VIDEO_CONSOLE
- bool "VGA video console driver"
- depends VIDEO_CONSOLE
Please use "depends on". This may no be required yet, but newer versions of kconfig killed 'depends' and only allow 'depends on', I think.
This will need to be fixed in the rest of Config.in too. Please send a patch.
Jordan