Re: 2.5.52 compile error
Steven Cole (elenstev@mesatop.com)
17 Dec 2002 14:29:11 -0700
On Tue, 2002-12-17 at 14:16, Bob Miller wrote:
> On Tue, Dec 17, 2002 at 03:57:01PM -0500, rtilley wrote:
> > Using RH's default *i686.config to build a vanilla 2.5.52 kernel. It keeps 
> > returning this error on 2 totally different x86 PCs:
> > 
> > 
> > drivers/built-in.o: In function `kd_nosound':
> > drivers/built-in.o(.text+0x1883f): undefined reference to `input_event'
[more errors snipped]
> > 
> > Where is the fix for this?
> > 
> At your finger tips ;-).  Turn on CONFIG_INPUT via "Input device support"
> off the main page.
And if you want to use your keyboard or mouse, something similar to the
following may be helpful, depending on your system.
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_INPUT_MISC=y
Steven
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/