diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2019-02-07 16:43:47 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 20:09:19 +0300 |
commit | 280de94a651945905cb8337626c40025e4cea56d (patch) | |
tree | 53bf5d5d63e60d30fee708fe0bcab11e9b0244af /drivers/media/i2c/Kconfig | |
parent | 3c32db82df60914271d87bf5f3dd5d5bc43ebf55 (diff) | |
download | linux-280de94a651945905cb8337626c40025e4cea56d.tar.xz |
media: soc_camera: Move to the staging tree
The SoC camera framework has no functional drivers left, something that
has not changed for years. Move the leftovers to the staging tree.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/Kconfig')
-rw-r--r-- | drivers/media/i2c/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 19c112cda078..6d32f8dcf83b 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -1134,12 +1134,4 @@ config VIDEO_I2C endmenu -menu "Sensors used on soc_camera driver" - -if SOC_CAMERA - source "drivers/media/i2c/soc_camera/Kconfig" -endif - -endmenu - endif |