diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-24 13:59:23 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-14 10:29:06 +0200 |
commit | 8fc42fff164b92dbea1961533875730314e8fe34 (patch) | |
tree | e874b37f265db9a5d804e9c443176a2e6b6c702d /drivers/media/mc/Kconfig | |
parent | media: Kconfig: move V4L2 subdev API to v4l2-core/Kconfig (diff) | |
download | linux-8fc42fff164b92dbea1961533875730314e8fe34.tar.xz linux-8fc42fff164b92dbea1961533875730314e8fe34.zip |
media: Kconfig: move media controller core select to main Kconfig
Let's place the main API selections at the media/Kconfig file,
as this way we can better organize things.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/mc/Kconfig')
-rw-r--r-- | drivers/media/mc/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/mc/Kconfig b/drivers/media/mc/Kconfig index e740ace54d7f..002a918c4c75 100644 --- a/drivers/media/mc/Kconfig +++ b/drivers/media/mc/Kconfig @@ -5,15 +5,6 @@ # Selectable only for webcam/grabbers, as other drivers don't use it # -config MEDIA_CONTROLLER - bool "Media Controller API" - default MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_PLATFORM_SUPPORT - help - Enable the media controller API used to query media devices internal - topology and configure it dynamically. - - This API is mostly used by camera interfaces in embedded platforms. - config MEDIA_CONTROLLER_DVB bool "Enable Media controller for DVB (EXPERIMENTAL)" depends on MEDIA_CONTROLLER && DVB_CORE |