diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-04-04 10:44:39 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-04 16:24:13 -0400 |
commit | 9ef280c6c28f0c01aa9d909263ad47c796713a8e (patch) | |
tree | cccacbcf551284e67d99657d67aadc734c53128c /drivers/net/irda/Kconfig | |
parent | acf195a9f5228dbc529e023f035c2359cb6d2a19 (diff) | |
download | linux-9ef280c6c28f0c01aa9d909263ad47c796713a8e.tar.bz2 |
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/Kconfig | 7 |
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 |