summaryrefslogtreecommitdiffstats
path: root/net/irda/irlan/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-27 17:03:31 +0200
committerDavid S. Miller <davem@davemloft.net>2017-08-28 16:42:56 -0700
commit1ca163afb6fd569b6efdc221954177cba5a02cbc (patch)
treebd6f1e56f3e4ef213acebe58a30ebee67c28a2de /net/irda/irlan/Kconfig
parent9d8c7e5a87b175c3a956cd36989022be978ea1d4 (diff)
downloadlinux-1ca163afb6fd569b6efdc221954177cba5a02cbc.tar.bz2
irda: move net/irda/ to drivers/staging/irda/net/
It's time to get rid of IRDA. It's long been broken, and no one seems to use it anymore. So move it to staging and after a while, we can delete it from there. To start, move the network irda core from net/irda to drivers/staging/irda/net/ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda/irlan/Kconfig')
-rw-r--r--net/irda/irlan/Kconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/irda/irlan/Kconfig b/net/irda/irlan/Kconfig
deleted file mode 100644
index 951abc2e3a7f..000000000000
--- a/net/irda/irlan/Kconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-config IRLAN
- tristate "IrLAN protocol"
- depends on IRDA
- help
- Say Y here if you want to build support for the IrLAN protocol.
- To compile it as a module, choose M here: the module will be called
- irlan. IrLAN emulates an Ethernet and makes it possible to put up
- a wireless LAN using infrared beams.
-
- The IrLAN protocol can be used to talk with infrared access points
- like the HP NetbeamIR, or the ESI JetEye NET. You can also connect
- to another Linux machine running the IrLAN protocol for ad-hoc
- networking!
-