aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-03-24 10:27:15 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-14 10:29:04 +0200
commit06b93644f4d102bdfc297159121acc1de794d68d (patch)
tree45a9ee4f625be5fa4a2a2fecf778b5f2cbf9d014 /drivers/media/Kconfig
parentmedia: dvb-usb: auto-select CYPRESS_FIRMWARE (diff)
downloadwireguard-linux-06b93644f4d102bdfc297159121acc1de794d68d.tar.xz
wireguard-linux-06b93644f4d102bdfc297159121acc1de794d68d.zip
media: Kconfig: add an option to filter in/out platform drivers
Most systems don't need support for those, while others only need those, instead of the others. So, add an option to filter in/out platform drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig21
1 files changed, 16 insertions, 5 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 9dfea5c4b6ab..2b6ea8beb919 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -87,6 +87,18 @@ config MEDIA_CEC_SUPPORT
Say Y when you have an HDMI receiver, transmitter or a USB CEC
adapter that supports HDMI CEC.
+config MEDIA_PLATFORM_SUPPORT
+ bool "Platform-specific devices support"
+ help
+ Enable support for complex cameras, codecs, and other hardware
+ that are integrated at the CPU, GPU or on Image Signalling Processor
+ and don't use PCI, USB or Firewire buses.
+
+ This is found on Embedded hardware (SoC), on V4L2 codecs and
+ on some GPU and newer CPU chipsets.
+
+ Say Y when you want to be able so see such devices.
+
source "drivers/media/cec/Kconfig"
source "drivers/media/mc/Kconfig"
@@ -161,15 +173,14 @@ source "drivers/media/dvb-core/Kconfig"
comment "Media drivers"
-#
-# V4L platform/mem2mem drivers
-#
-
source "drivers/media/usb/Kconfig"
source "drivers/media/pci/Kconfig"
+source "drivers/media/radio/Kconfig"
+
+if MEDIA_PLATFORM_SUPPORT
source "drivers/media/platform/Kconfig"
source "drivers/media/mmc/Kconfig"
-source "drivers/media/radio/Kconfig"
+endif
comment "Supported FireWire (IEEE 1394) Adapters"
depends on DVB_CORE && FIREWIRE