2 # IrDA protocol configuration
5 if [ "$CONFIG_NET" != "n" ]; then
7 mainmenu_option next_comment
8 comment 'IrDA (infrared) support'
9 dep_tristate 'IrDA subsystem support' CONFIG_IRDA $CONFIG_NET
11 if [ "$CONFIG_IRDA" != "n" ]; then
12 comment 'IrDA protocols'
13 source net/irda/irlan/Config.in
14 source net/irda/ircomm/Config.in
16 bool ' IrDA protocol options' CONFIG_IRDA_OPTIONS
17 if [ "$CONFIG_IRDA_OPTIONS" != "n" ]; then
18 comment ' IrDA options'
19 bool ' Cache last LSAP' CONFIG_IRDA_CACHE_LAST_LSAP
20 bool ' Fast RRs' CONFIG_IRDA_FAST_RR
21 bool ' Debug information' CONFIG_IRDA_DEBUG
25 if [ "$CONFIG_IRDA" != "n" ]; then
26 source net/irda/compressors/Config.in
27 source drivers/net/irda/Config.in