xref: /openbmc/linux/drivers/media/Kconfig (revision 6268b351)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Multimedia device configuration
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
69177e51dSHans Verkuilconfig CEC_CORE
79177e51dSHans Verkuil	tristate
89177e51dSHans Verkuil
9e94c3281SHans Verkuilconfig CEC_NOTIFIER
109177e51dSHans Verkuil	bool
119177e51dSHans Verkuil
12ea5c8ef2SHans Verkuilconfig CEC_PIN
13ea5c8ef2SHans Verkuil	bool
14ea5c8ef2SHans Verkuil
15b9e1486eSSean Youngsource "drivers/media/rc/Kconfig"
16b9e1486eSSean Young
17ab482a6cSRandy Dunlapmenuconfig MEDIA_SUPPORT
18ab482a6cSRandy Dunlap	tristate "Multimedia support"
19e25df120SMartin Schwidefsky	depends on HAS_IOMEM
20ab482a6cSRandy Dunlap	help
21dee1877dSMauro Carvalho Chehab	  If you want to use media devices, including Webcams, Video grabber
22dee1877dSMauro Carvalho Chehab	  devices and/or TV devices, V4L2 codecs, etc, enable this option
23dee1877dSMauro Carvalho Chehab	  and other options below.
24dee1877dSMauro Carvalho Chehab
25b4c184e5SMauro Carvalho Chehab	  Additional info and docs are available on the web at
26991ce92fSMauro Carvalho Chehab	  <https://linuxtv.org>
27ab482a6cSRandy Dunlap
28ab482a6cSRandy Dunlapif MEDIA_SUPPORT
291da177e4SLinus Torvalds
307c91f062SMauro Carvalho Chehabcomment "Multimedia core support"
317c91f062SMauro Carvalho Chehab
327c91f062SMauro Carvalho Chehab#
33b4c184e5SMauro Carvalho Chehab# Multimedia support - automatically enable V4L2 and DVB core
34b4c184e5SMauro Carvalho Chehab#
35b4c184e5SMauro Carvalho Chehabconfig MEDIA_CAMERA_SUPPORT
36b4c184e5SMauro Carvalho Chehab	bool "Cameras/video grabbers support"
37b60a5b8dSMauro Carvalho Chehab	help
38b4c184e5SMauro Carvalho Chehab	  Enable support for webcams and video grabbers.
39b4c184e5SMauro Carvalho Chehab
40b4c184e5SMauro Carvalho Chehab	  Say Y when you have a webcam or a video capture grabber board.
41b4c184e5SMauro Carvalho Chehab
42b4c184e5SMauro Carvalho Chehabconfig MEDIA_ANALOG_TV_SUPPORT
43b4c184e5SMauro Carvalho Chehab	bool "Analog TV support"
44b60a5b8dSMauro Carvalho Chehab	help
45b4c184e5SMauro Carvalho Chehab	  Enable analog TV support.
46b4c184e5SMauro Carvalho Chehab
47a3b91d8bSMauro Carvalho Chehab	  Say Y when you have a board with analog TV support.
48b4c184e5SMauro Carvalho Chehab
49b4c184e5SMauro Carvalho Chehabconfig MEDIA_DIGITAL_TV_SUPPORT
50b4c184e5SMauro Carvalho Chehab	bool "Digital TV support"
51b60a5b8dSMauro Carvalho Chehab	help
52b4c184e5SMauro Carvalho Chehab	  Enable digital TV support.
53b4c184e5SMauro Carvalho Chehab
54a3b91d8bSMauro Carvalho Chehab	  Say Y when you have a board with digital TV support.
55b4c184e5SMauro Carvalho Chehab
56b4c184e5SMauro Carvalho Chehabconfig MEDIA_RADIO_SUPPORT
57b4c184e5SMauro Carvalho Chehab	bool "AM/FM radio receivers/transmitters support"
58b60a5b8dSMauro Carvalho Chehab	help
59b4c184e5SMauro Carvalho Chehab	  Enable AM/FM radio support.
60b4c184e5SMauro Carvalho Chehab
61b4c184e5SMauro Carvalho Chehab	  Additional info and docs are available on the web at
62991ce92fSMauro Carvalho Chehab	  <https://linuxtv.org>
63b4c184e5SMauro Carvalho Chehab
64b4c184e5SMauro Carvalho Chehab	  Say Y when you have a board with radio support.
65b4c184e5SMauro Carvalho Chehab
66435ef148SAntti Palosaariconfig MEDIA_SDR_SUPPORT
67435ef148SAntti Palosaari	bool "Software defined radio support"
68b60a5b8dSMauro Carvalho Chehab	help
69435ef148SAntti Palosaari	  Enable software defined radio support.
70435ef148SAntti Palosaari
71435ef148SAntti Palosaari	  Say Y when you have a software defined radio device.
72435ef148SAntti Palosaari
730dbacebeSHans Verkuilconfig MEDIA_CEC_SUPPORT
740dbacebeSHans Verkuil	bool "HDMI CEC support"
75b60a5b8dSMauro Carvalho Chehab	help
760dbacebeSHans Verkuil	  Enable support for HDMI CEC (Consumer Electronics Control),
770dbacebeSHans Verkuil	  which is an optional HDMI feature.
780dbacebeSHans Verkuil
790dbacebeSHans Verkuil	  Say Y when you have an HDMI receiver, transmitter or a USB CEC
800dbacebeSHans Verkuil	  adapter that supports HDMI CEC.
810dbacebeSHans Verkuil
8206b93644SMauro Carvalho Chehabconfig MEDIA_PLATFORM_SUPPORT
8306b93644SMauro Carvalho Chehab	bool "Platform-specific devices support"
8406b93644SMauro Carvalho Chehab	help
8506b93644SMauro Carvalho Chehab	  Enable support for complex cameras, codecs, and other hardware
8606b93644SMauro Carvalho Chehab	  that are integrated at the CPU, GPU or on Image Signalling Processor
8706b93644SMauro Carvalho Chehab	  and don't use PCI, USB or Firewire buses.
8806b93644SMauro Carvalho Chehab
8906b93644SMauro Carvalho Chehab	  This is found on Embedded hardware (SoC), on V4L2 codecs and
9006b93644SMauro Carvalho Chehab	  on some GPU and newer CPU chipsets.
9106b93644SMauro Carvalho Chehab
9206b93644SMauro Carvalho Chehab	  Say Y when you want to be able so see such devices.
9306b93644SMauro Carvalho Chehab
944b32216aSMauro Carvalho Chehabconfig MEDIA_TEST_SUPPORT
954b32216aSMauro Carvalho Chehab	bool "Test drivers support"
964b32216aSMauro Carvalho Chehab	help
974b32216aSMauro Carvalho Chehab	  Those drivers should not be used on production Kernels, but
984b32216aSMauro Carvalho Chehab	  can be useful on debug ones. It enables several dummy drivers
994b32216aSMauro Carvalho Chehab	  that simulate a real hardware. Very useful to test userspace
1004b32216aSMauro Carvalho Chehab	  applications and to validate if the subsystem core is doesn't
1014b32216aSMauro Carvalho Chehab	  have regressions.
1024b32216aSMauro Carvalho Chehab
1034b32216aSMauro Carvalho Chehab	  Say Y if you want to use some virtual test driver.
1044b32216aSMauro Carvalho Chehab
1054b32216aSMauro Carvalho Chehab	  In case of doubts, say N.
1064b32216aSMauro Carvalho Chehab
10756a263aaSHans Verkuilsource "drivers/media/cec/Kconfig"
1086917a7b7SHans Verkuil
109c612e54fSHans Verkuilsource "drivers/media/mc/Kconfig"
110078ab3eaSSakari Ailus
111cf4b9211SLaurent Pinchart#
112b4c184e5SMauro Carvalho Chehab# Video4Linux support
113b4c184e5SMauro Carvalho Chehab#	Only enables if one of the V4L2 types (ATV, webcam, radio) is selected
1147c91f062SMauro Carvalho Chehab#
1157c91f062SMauro Carvalho Chehab
116a3b91d8bSMauro Carvalho Chehabcomment "Video4Linux core enabled to support hybrid TV devices"
117a3b91d8bSMauro Carvalho Chehab	depends on MEDIA_HYBRID_USB || MEDIA_HYBRID_PCI
118a3b91d8bSMauro Carvalho Chehab
1191da177e4SLinus Torvaldsconfig VIDEO_DEV
120b4c184e5SMauro Carvalho Chehab	tristate
121a3b91d8bSMauro Carvalho Chehab	prompt "Video4Linux core" if !(MEDIA_HYBRID_USB || MEDIA_HYBRID_PCI)
1226268b351SMauro Carvalho Chehab	default MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT || MEDIA_PLATFORM_SUPPORT || MEDIA_TEST_SUPPORT || MEDIA_HYBRID_USB || MEDIA_HYBRID_PCI
1231da177e4SLinus Torvalds
1247cd5a16bSStanimir Varbanovconfig VIDEO_V4L2_SUBDEV_API
12551e8cb74SKees Cook	bool "V4L2 sub-device userspace API"
12651e8cb74SKees Cook	depends on VIDEO_DEV && MEDIA_CONTROLLER
127b60a5b8dSMauro Carvalho Chehab	help
1287cd5a16bSStanimir Varbanov	  Enables the V4L2 sub-device pad-level userspace API used to configure
1297cd5a16bSStanimir Varbanov	  video format, size and frame rate between hardware blocks.
1307cd5a16bSStanimir Varbanov
1317cd5a16bSStanimir Varbanov	  This API is mostly used by camera interfaces in embedded platforms.
1327cd5a16bSStanimir Varbanov
133f0af8fa4SMauro Carvalho Chehabsource "drivers/media/v4l2-core/Kconfig"
134f0af8fa4SMauro Carvalho Chehab
1357c91f062SMauro Carvalho Chehab#
1367c91f062SMauro Carvalho Chehab# DVB Core
137b4c184e5SMauro Carvalho Chehab#	Only enables if one of DTV is selected
1387c91f062SMauro Carvalho Chehab#
139cd41e28eSMauro Carvalho Chehab
140a3b91d8bSMauro Carvalho Chehabcomment "Digital TV core enabled to support hybrid TV devices"
141a3b91d8bSMauro Carvalho Chehab	depends on MEDIA_HYBRID_USB || MEDIA_HYBRID_PCI
142a3b91d8bSMauro Carvalho Chehab
1437c91f062SMauro Carvalho Chehabconfig DVB_CORE
144b4c184e5SMauro Carvalho Chehab	tristate
145a3b91d8bSMauro Carvalho Chehab	prompt "Digital TV core"  if !(MEDIA_HYBRID_USB || MEDIA_HYBRID_PCI)
146b4c184e5SMauro Carvalho Chehab	depends on MEDIA_DIGITAL_TV_SUPPORT
14788327305SMauro Carvalho Chehab	depends on (I2C || I2C=n)
148b4c184e5SMauro Carvalho Chehab	default y
1497c91f062SMauro Carvalho Chehab	select CRC32
1507c91f062SMauro Carvalho Chehab
1514021053eSMauro Carvalho Chehabconfig DVB_MMAP
1524021053eSMauro Carvalho Chehab	bool "Enable DVB memory-mapped API (EXPERIMENTAL)"
1534021053eSMauro Carvalho Chehab	depends on DVB_CORE
15485e60bd7SArnd Bergmann	depends on VIDEO_V4L2=y || VIDEO_V4L2=DVB_CORE
15585e60bd7SArnd Bergmann	select VIDEOBUF2_VMALLOC
1564021053eSMauro Carvalho Chehab	help
1572c27476eSMichael Ira Krufky	  This option enables DVB experimental memory-mapped API, which
1584021053eSMauro Carvalho Chehab	  reduces the number of context switches to read DVB buffers, as
1594021053eSMauro Carvalho Chehab	  the buffers can use mmap() syscalls.
1604021053eSMauro Carvalho Chehab
1614021053eSMauro Carvalho Chehab	  Support for it is experimental. Use with care. If unsure,
1624021053eSMauro Carvalho Chehab	  say N.
1634021053eSMauro Carvalho Chehab
164a34ff6cdSHans Petter Selaskyconfig DVB_NET
165a34ff6cdSHans Petter Selasky	bool "DVB Network Support"
166a34ff6cdSHans Petter Selasky	default (NET && INET)
1678c528d5eSGuennadi Liakhovetski	depends on NET && INET && DVB_CORE
168a34ff6cdSHans Petter Selasky	help
1699a78efc8SJiri Slaby	  This option enables DVB Network Support which is a part of the DVB
1709a78efc8SJiri Slaby	  standard. It is used, for example, by automatic firmware updates used
1719a78efc8SJiri Slaby	  on Set-Top-Boxes. It can also be used to access the Internet via the
1729a78efc8SJiri Slaby	  DVB card, if the network provider supports it.
173a34ff6cdSHans Petter Selasky
1749a78efc8SJiri Slaby	  You may want to disable the network support on embedded devices. If
1759a78efc8SJiri Slaby	  unsure say Y.
176a34ff6cdSHans Petter Selasky
177f0af8fa4SMauro Carvalho Chehabsource "drivers/media/dvb-core/Kconfig"
178f0af8fa4SMauro Carvalho Chehab
179c455f5c8SMauro Carvalho Chehabcomment "Media drivers"
1807c91f062SMauro Carvalho Chehab
181786baecfSMauro Carvalho Chehabsource "drivers/media/usb/Kconfig"
1823c8c09b5SMauro Carvalho Chehabsource "drivers/media/pci/Kconfig"
18306b93644SMauro Carvalho Chehabsource "drivers/media/radio/Kconfig"
18406b93644SMauro Carvalho Chehab
18506b93644SMauro Carvalho Chehabif MEDIA_PLATFORM_SUPPORT
1863c8c09b5SMauro Carvalho Chehabsource "drivers/media/platform/Kconfig"
1874b32216aSMauro Carvalho Chehabsource "drivers/media/test_drivers/Kconfig"
1880013ca8cSMauro Carvalho Chehabsource "drivers/media/mmc/Kconfig"
18906b93644SMauro Carvalho Chehabendif
1901da177e4SLinus Torvalds
191616300bdSMauro Carvalho Chehabsource "drivers/media/firewire/Kconfig"
192616300bdSMauro Carvalho Chehab
1933c8c09b5SMauro Carvalho Chehab# Common driver options
1943785bc17SMauro Carvalho Chehabsource "drivers/media/common/Kconfig"
1953785bc17SMauro Carvalho Chehab
1968283a092SHans Verkuilcomment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)"
1975344fe6eSHans Verkuil
1983c8c09b5SMauro Carvalho Chehab#
1998283a092SHans Verkuil# Ancillary drivers (tuners, i2c, spi, frontends)
2003c8c09b5SMauro Carvalho Chehab#
2013c8c09b5SMauro Carvalho Chehab
202fccea74fSMauro Carvalho Chehabconfig MEDIA_SUBDRV_AUTOSELECT
2038283a092SHans Verkuil	bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)"
204435ef148SAntti Palosaari	depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT || MEDIA_SDR_SUPPORT
205347f7a37SMauro Carvalho Chehab	depends on HAS_IOMEM
206347f7a37SMauro Carvalho Chehab	select I2C
207347f7a37SMauro Carvalho Chehab	select I2C_MUX
20824f6f93aSEzequiel Garcia	default y if !EMBEDDED
209fccea74fSMauro Carvalho Chehab	help
2105344fe6eSHans Verkuil	  By default, a media driver auto-selects all possible ancillary
2115344fe6eSHans Verkuil	  devices such as tuners, sensors, video encoders/decoders and
2125344fe6eSHans Verkuil	  frontends, that are used by any of the supported devices.
213fccea74fSMauro Carvalho Chehab
214fccea74fSMauro Carvalho Chehab	  This is generally the right thing to do, except when there
2152c76a12aSMauro Carvalho Chehab	  are strict constraints with regards to the kernel size,
2162c76a12aSMauro Carvalho Chehab	  like on embedded systems.
217fccea74fSMauro Carvalho Chehab
2182c76a12aSMauro Carvalho Chehab	  Use this option with care, as deselecting ancillary drivers which
2192c76a12aSMauro Carvalho Chehab	  are, in fact, necessary will result in the lack of the needed
2202c76a12aSMauro Carvalho Chehab	  functionality for your device (it may not tune or may not have
2215344fe6eSHans Verkuil	  the needed demodulators).
222fccea74fSMauro Carvalho Chehab
223fccea74fSMauro Carvalho Chehab	  If unsure say Y.
224bb69ee27SMauro Carvalho Chehab
2254fa4ef39SEzequiel Garciaconfig MEDIA_HIDE_ANCILLARY_SUBDRV
2264fa4ef39SEzequiel Garcia	bool
2274fa4ef39SEzequiel Garcia	depends on MEDIA_SUBDRV_AUTOSELECT && !COMPILE_TEST && !EXPERT
2284fa4ef39SEzequiel Garcia	default y
2294fa4ef39SEzequiel Garcia
230bb69ee27SMauro Carvalho Chehabconfig MEDIA_ATTACH
231bb69ee27SMauro Carvalho Chehab	bool
232bb69ee27SMauro Carvalho Chehab	depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT
233bb69ee27SMauro Carvalho Chehab	depends on MODULES
234bb69ee27SMauro Carvalho Chehab	default MODULES
235fccea74fSMauro Carvalho Chehab
2363c8c09b5SMauro Carvalho Chehabsource "drivers/media/i2c/Kconfig"
2378283a092SHans Verkuilsource "drivers/media/spi/Kconfig"
238fccea74fSMauro Carvalho Chehabsource "drivers/media/tuners/Kconfig"
2393c8c09b5SMauro Carvalho Chehabsource "drivers/media/dvb-frontends/Kconfig"
2403c8c09b5SMauro Carvalho Chehab
241ab482a6cSRandy Dunlapendif # MEDIA_SUPPORT
242