import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / net / irda / Config.in
1 #
2 # IrDA protocol configuration
3 #
4
5 if [ "$CONFIG_NET" != "n" ]; then
6
7    mainmenu_option next_comment
8    comment 'IrDA (infrared) support'
9    dep_tristate 'IrDA subsystem support' CONFIG_IRDA $CONFIG_NET
10
11    if [ "$CONFIG_IRDA" != "n" ]; then
12       comment 'IrDA protocols'
13       source net/irda/irlan/Config.in
14       source net/irda/irnet/Config.in
15       source net/irda/ircomm/Config.in
16       bool '  Ultra (connectionless) protocol' CONFIG_IRDA_ULTRA
17       comment 'IrDA options'
18       bool '  Cache last LSAP' CONFIG_IRDA_CACHE_LAST_LSAP
19       bool '  Fast RRs (low latency)' CONFIG_IRDA_FAST_RR
20       bool '  Debug information' CONFIG_IRDA_DEBUG
21    fi
22
23    if [ "$CONFIG_IRDA" != "n" ]; then
24       source drivers/net/irda/Config.in
25    fi
26    endmenu
27 fi
28