summaryrefslogtreecommitdiffstats
path: root/net/irda/compressors/Config.in
blob: 1a4306dea02a8cd37b3fed6119d4f4776294c099 (plain)
1
2
3
4
5
6
7
8
9
10
11

bool '  IrLAP compression' CONFIG_IRDA_COMPRESSION

if [ "$CONFIG_IRDA_COMPRESSION" != "n" ]; then
   comment '    IrDA compressors'
   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
      dep_tristate '    Deflate compression (EXPERIMENTAL)' CONFIG_IRDA_DEFLATE $CONFIG_IRDA
   fi
#   tristate '    BZIP2 compression' CONFIG_IRDA_BZIP2
#   tristate '    BSD compression' CONFIG_IRDA_BSD
fi