BTW, turning CONFIG_VT on leads to these compile errors:
CC drivers/tc/lk201.o
drivers/tc/lk201.c:19:26: error: linux/kbd_ll.h: No such file or directory
drivers/tc/lk201.c:23:26: error: asm/keyboard.h: No such file or directory
drivers/tc/lk201.c: In function ‘parse_kbd_rate’:
drivers/tc/lk201.c:189: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c:190: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c:190: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c:196: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c:197: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c:198: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c:199: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c:200: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c:201: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c: In function ‘write_kbd_rate’:
drivers/tc/lk201.c:210: error: ‘struct kbd_repeat’ has no member named ‘rate’
drivers/tc/lk201.c: In function ‘lk201_rx_char’:
drivers/tc/lk201.c:363: warning: implicit declaration of function
‘handle_scancode’
drivers/tc/lk201.c: In function ‘lk201_init’:
drivers/tc/lk201.c:407: error: invalid lvalue in assignment
drivers/tc/lk201.c:408: error: invalid lvalue in assignment
make[2]: *** [drivers/tc/lk201.o] Error 1
--- old-config 2006-02-13 22:55:32.000000000 +0000
+++ .config 2006-02-13 22:55:36.000000000 +0000
@@ -530,7 +530,9 @@
#
# Character devices
#
-# CONFIG_VT is not set
+CONFIG_VT=y
+CONFIG_VT_CONSOLE=y
+CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_SERIAL_DEC=y
CONFIG_SERIAL_DEC_CONSOLE=y
@@ -631,6 +633,13 @@
# CONFIG_FB_VIRTUAL is not set
#
+# Console display driver support
+#
+CONFIG_VGA_CONSOLE=y
+CONFIG_DUMMY_CONSOLE=y
+# CONFIG_FRAMEBUFFER_CONSOLE is not set
+
+#
# Logo configuration
#
CONFIG_LOGO=y
--
Martin Michlmayr
http://www.cyrius.com/
|