summaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/Kconfig
diff options
context:
space:
mode:
authorSimon Horman2016-04-04 03:44:39 +0200
committerDavid S. Miller2016-04-04 22:24:13 +0200
commit9ef280c6c28f0c01aa9d909263ad47c796713a8e (patch)
treecccacbcf551284e67d99657d67aadc734c53128c /drivers/net/irda/Kconfig
parentMerge branch 'macb-coding-style' (diff)
downloadkernel-qcow2-linux-9ef280c6c28f0c01aa9d909263ad47c796713a8e.tar.gz
kernel-qcow2-linux-9ef280c6c28f0c01aa9d909263ad47c796713a8e.tar.xz
kernel-qcow2-linux-9ef280c6c28f0c01aa9d909263ad47c796713a8e.zip
irda: sh_irda: remove driver
Remove the sh-irda driver as it appears to be unused since c0bb9b302769 ("ARCH: ARM: shmobile: Remove ag5evm board support"). Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda/Kconfig')
-rw-r--r--drivers/net/irda/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig
index a2c227bfb687..e070e1222733 100644
--- a/drivers/net/irda/Kconfig
+++ b/drivers/net/irda/Kconfig
@@ -394,12 +394,5 @@ config MCS_FIR
To compile it as a module, choose M here: the module will be called
mcs7780.
-config SH_IRDA
- tristate "SuperH IrDA driver"
- depends on IRDA
- depends on (ARCH_SHMOBILE || COMPILE_TEST) && HAS_IOMEM
- help
- Say Y here if your want to enable SuperH IrDA devices.
-
endmenu