diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 15:25:42 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-04-09 13:03:08 +0200 |
commit | 799ddc03708550f655e362d0934d025b702c78c2 (patch) | |
tree | 3935fa1e09c4c6be4bbbd1618df0edce5e07b0b7 /drivers/media/rc/Kconfig | |
parent | b7cd0da982e3043f2eec7235ac5530cb18d6af1d (diff) | |
download | linux-799ddc03708550f655e362d0934d025b702c78c2.tar.gz linux-799ddc03708550f655e362d0934d025b702c78c2.tar.bz2 linux-799ddc03708550f655e362d0934d025b702c78c2.zip |
media: rc: remove zte zx ir driver
The zte zx platform is getting removed, so this driver is no
longer needed.
Cc: Jun Nie <jun.nie@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 8a4b4040be45..f016b35c2b17 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig @@ -521,17 +521,6 @@ config RC_XBOX_DVD To compile this driver as a module, choose M here: the module will be called xbox_remote. -config IR_ZX - tristate "ZTE ZX IR remote control" - depends on RC_CORE - depends on ARCH_ZX || COMPILE_TEST - help - Say Y if you want to use the IR remote control available - on ZTE ZX family SoCs. - - To compile this driver as a module, choose M here: the - module will be called zx-irdec. - config IR_TOY tristate "Infrared Toy and IR Droid" depends on RC_CORE |