diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
commit | 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch) | |
tree | 6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /package/irda-utils/Config.in | |
parent | ac653c53d6ef59e45f0236a0e05a4225439d281d (diff) |
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/irda-utils/Config.in')
-rw-r--r-- | package/irda-utils/Config.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/irda-utils/Config.in b/package/irda-utils/Config.in index 95600d996..422bfc1e8 100644 --- a/package/irda-utils/Config.in +++ b/package/irda-utils/Config.in @@ -1,6 +1,5 @@ menuconfig BR2_PACKAGE_IRDA_UTILS bool "irda_utils" - default n help Tools for accessing the irda-Subsystem of the Linux-Kernel @@ -13,37 +12,30 @@ config IRDA_IRATTACH config IRDA_IRDAPING bool "irdaping" - default n help what ping is for networks is irdaping for Irda config IRDA_IRNETD bool "irnetd" - default n help Needed for Networking over Irda config IRDA_IRDADUMP bool "irdadump" - default n help Like tcpdump, but for infrared connections config IRDA_FINDCHIP bool "findchip" - default n config IRDA_PSION bool "support psion-dongle" - default n config IRDA_TEKRAM bool "support tekram-dongle" - default n config IRDA_SMCINIT bool "support toshiba-laptops" - default n help Some Toshiba Laptops have buggy BIOSes which didn't initialize Irda. This may help those. |