On Fri, 8 May 1998, Oliver Frommel wrote:
> > ... and the final link complains that it can't find rs_cons_hook defined
> > anywhere. That's because I'm not compiling in
> > drivers/sgi/char/sgiserial.c (which has other linking errors, and is
> > another problem, but you should be able to compile in console support
> > without having to have compiled in SGI serial support).
> you need SGI serial support (sgi/char/sgiserial.c) for the serial console
> support ..
Except I don't have CONFIG_SERIAL_CONSOLE in my .config ... see below.
I'm pretty sure my recommended change is correct.
I am going to have a look at my sgiserial.c compile problems, too.
- Alex
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
# CONFIG_SERIAL is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_PRINTER is not set
# CONFIG_MOUSE is not set
CONFIG_UMISC=y
# CONFIG_SGI_GRAPHICS is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_APM is not set
# CONFIG_WATCHDOG is not set
# CONFIG_RTC is not set
# CONFIG_VIDEO_DEV is not set
# CONFIG_NVRAM is not set
# CONFIG_JOYSTICK is not set
# CONFIG_MISC_RADIO is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
#
# Sound
#
# CONFIG_SOUND is not set
#
# SGI Character devices
#
# CONFIG_SGI_SERIAL is not set
#
# Kernel hacking
#
CONFIG_CROSSCOMPILE=y
# CONFIG_REMOTE_DEBUG is not set
# CONFIG_PROFILE is not set
|