patch-2.3.26 linux/drivers/parport/Config.in

Next file: linux/drivers/parport/share.c
Previous file: linux/drivers/net/tokenring/tms380tr.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.25/linux/drivers/parport/Config.in linux/drivers/parport/Config.in
@@ -27,18 +27,18 @@
 	 dep_tristate '  Multiface III parallel port' CONFIG_PARPORT_MFC3 $CONFIG_PARPORT
       fi
    else
-      define_bool CONFIG_PARPORT_AMIGA n
-      define_bool CONFIG_PARPORT_MFC3 n
+      define_tristate CONFIG_PARPORT_AMIGA n
+      define_tristate CONFIG_PARPORT_MFC3 n
    fi
    if [ "$CONFIG_ATARI" = "y" ]; then
       dep_tristate '  Atari hardware' CONFIG_PARPORT_ATARI $CONFIG_PARPORT
    else
-      define_bool CONFIG_PARPORT_ATARI n
+      define_tristate CONFIG_PARPORT_ATARI n
    fi
    if [ "$CONFIG_SBUS" = "y" ]; then
       dep_tristate '  Sparc hardware (EXPERIMENTAL)' CONFIG_PARPORT_SUNBPP $CONFIG_PARPORT
    else
-      define_bool CONFIG_PARPORT_SUNBPP n
+      define_tristate CONFIG_PARPORT_SUNBPP n
    fi
 
    # If exactly one hardware type is selected then parport will optimise away

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)