diff options
author | Ivo van Doorn <IvDoorn@gmail.com> | 2007-09-13 03:20:42 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:49:23 -0400 |
commit | 234a0ca6f1d67ba4c3c3fc8378bbd98d722468e1 (patch) | |
tree | a744629408146be683dfbef5c18f1f8bb433f3b7 /net/rfkill/Kconfig | |
parent | 077130c0cf7d5ba1992f5b51b96136d7b1c8aad5 (diff) |
[RFKILL]: Remove IRDA
As Dmitry pointed out earlier, rfkill-input.c
doesn't support irda because there are no users
and we shouldn't add unrequired KEY_ defines.
However, RFKILL_TYPE_IRDA was defined in the
rfkill.h header file and would confuse people
about whether it is implemented or not.
This patch removes IRDA support completely,
so it can be added whenever a driver wants the
feature.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rfkill/Kconfig')
-rw-r--r-- | net/rfkill/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rfkill/Kconfig b/net/rfkill/Kconfig index 8b31759ee8b0..d28a6d9303e4 100644 --- a/net/rfkill/Kconfig +++ b/net/rfkill/Kconfig | |||
@@ -5,7 +5,7 @@ menuconfig RFKILL | |||
5 | tristate "RF switch subsystem support" | 5 | tristate "RF switch subsystem support" |
6 | help | 6 | help |
7 | Say Y here if you want to have control over RF switches | 7 | Say Y here if you want to have control over RF switches |
8 | found on many WiFi, Bluetooth and IRDA cards. | 8 | found on many WiFi and Bluetooth cards. |
9 | 9 | ||
10 | To compile this driver as a module, choose M here: the | 10 | To compile this driver as a module, choose M here: the |
11 | module will be called rfkill. | 11 | module will be called rfkill. |