From: Jun S. <ju...@us...> - 2001-09-12 00:35:09
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv3105/arch/mips Modified Files: config.in Log Message: Add CONFIG_SERIAL_MANY_PORTS to Korva config. Korva uses run-time serial initialization scheme, where currently there is not good way to reserve rs_table size. Using CONFIG_SERIAL_MANY_PORTS would force rs_table to have 64 entries. *ick* Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** config.in 2001/09/04 15:52:48 1.20 --- config.in 2001/09/12 00:35:06 1.21 *************** *** 212,215 **** --- 212,216 ---- define_bool CONFIG_CPU_VR41XX y define_bool CONFIG_SERIAL y + define_bool CONFIG_SERIAL_MANY_PORTS y define_bool CONFIG_NEW_IRQ y define_bool CONFIG_NEW_TIME_C y |