[parisc-linux] cannot compile kernel

Richard Hirst rhirst@linuxcare.com
Mon, 29 Jul 2002 11:28:28 +0100


On Mon, Jul 29, 2002 at 11:06:14AM +0300, Stephan Trajkoff wrote:
> Hello, it is my config from pa54
> I tried this on pa59 and again kernel don't want to compile
> Please help me

Switch off CONFIG_FBCON_ADVANCED.

drivers/video/Config.in is broken, it only does

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

if CONFIG_FBCON_ADVANCED != y

Richard