]> git.hungrycats.org Git - linux/commitdiff
o LLC: CONFIG_LLC_UI is really a bool, not a tristate
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sun, 29 Sep 2002 16:49:15 +0000 (13:49 -0300)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sun, 29 Sep 2002 16:49:15 +0000 (13:49 -0300)
net/Config.in

index 47a086a1c53ebd71243914bb4e3b351af4616d36..b53bfec6d7ef95038b5fd9f26f9fc64e23061c6e 100644 (file)
@@ -49,7 +49,7 @@ tristate '802.1Q VLAN Support' CONFIG_VLAN_8021Q
 
 tristate 'ANSI/IEEE 802.2 Data link layer protocol' CONFIG_LLC
 if [ "$CONFIG_LLC" != "n" ]; then
-   tristate '  LLC sockets interface' CONFIG_LLC_UI
+   bool '  LLC sockets interface' CONFIG_LLC_UI
 fi
 
 dep_tristate 'The IPX protocol' CONFIG_IPX $CONFIG_LLC