From: James S. <jsi...@us...> - 2001-10-08 16:50:45
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv5329 Modified Files: config.in Log Message: Fix for eagle. It has a framebuffer but no real keyboard. Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- config.in 2001/10/07 16:57:19 1.31 +++ config.in 2001/10/08 16:50:42 1.32 @@ -202,6 +202,7 @@ define_bool CONFIG_VRC4173 y define_bool CONFIG_NEW_IRQ y define_bool CONFIG_NEW_TIME_C y + define_bool CONFIG_DUMMY_KEYB y define_bool CONFIG_PCI y fi if [ "$CONFIG_NEC_KORVA" = "y" ]; then |