From: Paul M. <le...@us...> - 2001-10-25 08:10:24
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv31689/arch/mips Modified Files: config.in Log Message: Started reworking R5900 mm stuff to new API. Incomplete for now, more to follow.. Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- config.in 2001/10/24 23:32:54 1.35 +++ config.in 2001/10/25 08:10:20 1.36 @@ -252,6 +252,7 @@ fi if [ "$CONFIG_PS2" = "y" ]; then define_bool CONFIG_PC_KEYB y + define_bool CONFIG_BOARD_SCACHE y fi if [ "$CONFIG_CASIO_BE300" = "y" ]; then define_bool CONFIG_CPU_VR41XX y @@ -568,6 +569,10 @@ if [ "$CONFIG_SGI_IP22" = "y" ]; then source drivers/sgi/Config.in +fi + +if [ "$CONFIG_PS2" = "y" ]; then + bool ' Enable R5900 specific context' CONFIG_CPU_R5900_CONTEXT fi source drivers/usb/Config.in |