Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ca163af authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by David S. Miller
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9d8c7e5a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ menuconfig STAGING

if STAGING

source "drivers/staging/irda/net/Kconfig"

source "drivers/staging/wlan-ng/Kconfig"

source "drivers/staging/comedi/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

obj-y				+= media/
obj-y				+= typec/
obj-$(CONFIG_IRDA)		+= irda/net/
obj-$(CONFIG_PRISM2_USB)	+= wlan-ng/
obj-$(CONFIG_COMEDI)		+= comedi/
obj-$(CONFIG_FB_OLPC_DCON)	+= olpc_dcon/
+3 −3
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@ menuconfig IRDA
comment "IrDA protocols"
	depends on IRDA

source "net/irda/irlan/Kconfig"
source "drivers/staging/irda/net/irlan/Kconfig"

source "net/irda/irnet/Kconfig"
source "drivers/staging/irda/net/irnet/Kconfig"

source "net/irda/ircomm/Kconfig"
source "drivers/staging/irda/net/ircomm/Kconfig"

config IRDA_ULTRA
	bool "Ultra (connectionless) protocol"
+0 −0

File moved.

+0 −0

File moved.

Loading