]> git.hungrycats.org Git - linux/commitdiff
Fix make menuconfig crash on entering "Char devices" caused
authorVojtech Pavlik <vojtech@twilight.ucw.cz>
Tue, 9 Jul 2002 22:43:37 +0000 (00:43 +0200)
committerVojtech Pavlik <vojtech@twilight.ucw.cz>
Tue, 9 Jul 2002 22:43:37 +0000 (00:43 +0200)
by removing too much when removing old mouse drivers.

drivers/char/Config.in

index aa208068fdd8ed55e349ae05378ad525b2d5480a..9d7ec0b30b2b2f487750e8cb607e6a4d29e22ec5 100644 (file)
@@ -113,8 +113,9 @@ source drivers/i2c/Config.in
 
 mainmenu_option next_comment
 comment 'Mice'
-tristate 'Bus Mouse Support' CONFIG_BUSMOUSE
-bool 'PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE
+   tristate 'Bus Mouse Support' CONFIG_BUSMOUSE
+   bool 'PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE
+endmenu
 
 tristate 'QIC-02 tape support' CONFIG_QIC02_TAPE
 if [ "$CONFIG_QIC02_TAPE" != "n" ]; then