From e20b674cf21404232021af9a7672dd621beb10ca Mon Sep 17 00:00:00 2001 From: Vojtech Pavlik <vojtech@twilight.ucw.cz> Date: Wed, 10 Jul 2002 00:43:37 +0200 Subject: [PATCH] Fix make menuconfig crash on entering "Char devices" caused by removing too much when removing old mouse drivers. --- drivers/char/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/char/Config.in b/drivers/char/Config.in index aa208068fdd8..9d7ec0b30b2b 100644 --- a/drivers/char/Config.in +++ b/drivers/char/Config.in @@ -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 -- 2.30.9