buildrootschalter/package/irda-utils/Config.in
Peter Korsgaard 02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00

44 lines
819 B
Plaintext

menuconfig BR2_PACKAGE_IRDA_UTILS
bool "irda_utils"
help
Tools for accessing the irda-Subsystem of the Linux-Kernel
if BR2_PACKAGE_IRDA_UTILS
config IRDA_IRATTACH
bool "irattach"
default y
help
To start the Irda-Subsystem in SIR-Mode you may need this
config IRDA_IRDAPING
bool "irdaping"
help
what ping is for networks is irdaping for Irda
config IRDA_IRNETD
bool "irnetd"
help
Needed for Networking over Irda
config IRDA_IRDADUMP
bool "irdadump"
help
Like tcpdump, but for infrared connections
config IRDA_FINDCHIP
bool "findchip"
config IRDA_PSION
bool "support psion-dongle"
config IRDA_TEKRAM
bool "support tekram-dongle"
config IRDA_SMCINIT
bool "support toshiba-laptops"
help
Some Toshiba Laptops have buggy BIOSes which didn't initialize
Irda. This may help those.
endif