[parisc-linux-cvs] linux deller
Helge Deller
deller@gmx.de
Sat, 6 Jul 2002 19:38:49 +0200
--Boundary-00=_psyJ9QX8HMJVtzA
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline
On Saturday 06 July 2002 19:37, Helge Deller wrote:
> CVSROOT: /var/cvs
> Module name: linux
> Changes by: deller 02/07/06 11:37:07
>
> Modified files:
> drivers/hil : Config.in
>
> Log message:
> fix "make xconfig",
> thanks to clement for noticing this bug.
--Boundary-00=_psyJ9QX8HMJVtzA
Content-Type: text/plain;
charset="iso-8859-1";
name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="diff"
Index: Config.in
===================================================================
RCS file: /var/cvs/linux/drivers/hil/Config.in,v
retrieving revision 1.1
diff -u -p -r1.1 Config.in
--- Config.in 2002/06/25 19:53:07 1.1
+++ Config.in 2002/07/06 17:31:25
@@ -10,7 +10,7 @@ if [ "$CONFIG_HIL" != "n" ]; then
bool ' HIL Keyboard (basic) support' CONFIG_HIL_KBD_BASIC
- if [ "$CONFIG_INPUT" == "n" -o "$CONFIG_INPUT_EVDEV" == "n" ]; then
+ if [ "$CONFIG_INPUT" = "n" -o "$CONFIG_INPUT_EVDEV" = "n" ]; then
comment 'Input support needed for full HIL support'
else
comment ' HIL driver core support'
@@ -23,13 +23,13 @@ if [ "$CONFIG_HIL" != "n" ]; then
comment ' HIL device driver'
if [ "$CONFIG_HIL_MLC" != "n" ]; then
- if [ "$CONFIG_INPUT_KEYBDEV" == "n" ]; then
+ if [ "$CONFIG_INPUT_KEYBDEV" = "n" ]; then
comment ' Keyboard input support needed for HIL keyboard support'
else
dep_tristate ' HIL Keyboard (full) support' CONFIG_HIL_KBD $CONFIG_INPUT_KEYBDEV $CONFIG_HIL_MLC $CONFIG_HIL
fi
- if [ "$CONFIG_INPUT_MOUSEDEV" == "n" ]; then
+ if [ "$CONFIG_INPUT_MOUSEDEV" = "n" ]; then
comment ' Mouse input support needed for HIL mouse/pointer support'
else
dep_tristate ' HIL Mouse & Pointer support' CONFIG_HIL_PTR $CONFIG_INPUT_MOUSEDEV $CONFIG_HIL_MLC $CONFIG_HIL
--Boundary-00=_psyJ9QX8HMJVtzA--