diff options
author | Keith M Wesolowski <wesolows@foobazco.org> | 2000-07-29 00:37:04 +0000 |
---|---|---|
committer | Keith M Wesolowski <wesolows@foobazco.org> | 2000-07-29 00:37:04 +0000 |
commit | 51659931cea4391fe3fe09adc5faa3abf81ac092 (patch) | |
tree | 40b93b5d71e2efb89b8b02fe9b585109ddf838f8 /arch/mips/config.in | |
parent | 4d657aa39d5bcae60c2c11bf8fb66692ddd1c9e7 (diff) |
Allow selection of PS/2 mouse again on IP22.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index 41b93931b..e546eb5c2 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -339,6 +339,10 @@ if [ "$CONFIG_SGI_IP22" = "y" ]; then fi bool 'SGI PROM Console Support' CONFIG_SGI_PROM_CONSOLE fi + bool 'PS/2 mouse support' CONFIG_PSMOUSE + if [ "$CONFIG_PSMOUSE" != "n" ]; then + define_bool CONFIG_MOUSE y + fi bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256 |