diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 16:24:48 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:49 +0200 |
commit | 1e81bf79e3a89c6be8133658a3c123b079d56c11 (patch) | |
tree | e415a261f7a0d589b5741418501353d81d79ab2b /drivers/media/platform/Kconfig | |
parent | 3e3a5f7d5731f4db3b252d09332732bd051a8468 (diff) | |
download | linux-stable-1e81bf79e3a89c6be8133658a3c123b079d56c11.tar.gz linux-stable-1e81bf79e3a89c6be8133658a3c123b079d56c11.tar.bz2 linux-stable-1e81bf79e3a89c6be8133658a3c123b079d56c11.zip |
media: platform: remove m32r specific arv driver
The m32r architecture is getting removed, so this one is no longer needed.
Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r-- | drivers/media/platform/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 00158b35c7db..6df9ec377482 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig @@ -52,26 +52,6 @@ config VIDEO_VIU Say Y here if you want to enable VIU device on MPC5121e Rev2+. In doubt, say N. -config VIDEO_M32R_AR - tristate "AR devices" - depends on VIDEO_V4L2 - depends on M32R || COMPILE_TEST - ---help--- - This is a video4linux driver for the Renesas AR (Artificial Retina) - camera module. - -config VIDEO_M32R_AR_M64278 - tristate "AR device with color module M64278(VGA)" - depends on PLAT_M32700UT - select VIDEO_M32R_AR - ---help--- - This is a video4linux driver for the Renesas AR (Artificial - Retina) with M64278E-800 camera module. - This module supports VGA(640x480 pixels) resolutions. - - To compile this driver as a module, choose M here: the - module will be called arv. - config VIDEO_MUX tristate "Video Multiplexer" select MULTIPLEXER |