2.2.0-final
[davej-history.git] / net / irda / Config.in
blobf73a0576690d3c1f280ecebb823f2eaf3bec5d53
2 # IrDA protocol configuration
5 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
6   if [ "$CONFIG_NET" != "n" ] ; then
8     mainmenu_option next_comment
9     comment 'IrDA subsystem support'
10     dep_tristate 'IrDA subsystem support' CONFIG_IRDA $CONFIG_EXPERIMENTAL $CONFIG_NET
12     if [ "$CONFIG_IRDA" != "n" ] ; then
13       comment 'IrDA protocols'
14       source net/irda/irlan/Config.in
15       source net/irda/irobex/Config.in
16       source net/irda/ircomm/Config.in
17       source net/irda/irlpt/Config.in
19       bool 'IrDA protocol options' CONFIG_IRDA_OPTIONS
20       if [ "$CONFIG_IRDA_OPTIONS" != "n" ] ; then
21         comment '   IrDA options'
22         bool '   Cache last LSAP' CONFIG_IRDA_CACHE_LAST_LSAP
23         bool '   Fast RRs' CONFIG_IRDA_FAST_RR
24         bool '   Recycle RRs' CONFIG_IRDA_RECYCLE_RR
25         bool '   Debug information' CONFIG_IRDA_DEBUG
26       fi
27     fi
29     if [ "$CONFIG_IRDA" != "n" ] ; then
30       source net/irda/compressors/Config.in
31       source drivers/net/irda/Config.in
32     fi
33   endmenu
35   fi