xref: /openbmc/linux/drivers/media/Kconfig (revision b9e1486e)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Multimedia device configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
59177e51dSHans Verkuilconfig CEC_CORE
69177e51dSHans Verkuil	tristate
79177e51dSHans Verkuil
8e94c3281SHans Verkuilconfig CEC_NOTIFIER
99177e51dSHans Verkuil	bool
109177e51dSHans Verkuil
11ea5c8ef2SHans Verkuilconfig CEC_PIN
12ea5c8ef2SHans Verkuil	bool
13ea5c8ef2SHans Verkuil
14b9e1486eSSean Youngsource "drivers/media/rc/Kconfig"
15b9e1486eSSean Young
16ab482a6cSRandy Dunlapmenuconfig MEDIA_SUPPORT
17ab482a6cSRandy Dunlap	tristate "Multimedia support"
18e25df120SMartin Schwidefsky	depends on HAS_IOMEM
19ab482a6cSRandy Dunlap	help
20b4c184e5SMauro Carvalho Chehab	  If you want to use Webcams, Video grabber devices and/or TV devices
21ab482a6cSRandy Dunlap	  enable this option and other options below.
22b4c184e5SMauro Carvalho Chehab	  Additional info and docs are available on the web at
23991ce92fSMauro Carvalho Chehab	  <https://linuxtv.org>
24ab482a6cSRandy Dunlap
25ab482a6cSRandy Dunlapif MEDIA_SUPPORT
261da177e4SLinus Torvalds
277c91f062SMauro Carvalho Chehabcomment "Multimedia core support"
287c91f062SMauro Carvalho Chehab
297c91f062SMauro Carvalho Chehab#
30b4c184e5SMauro Carvalho Chehab# Multimedia support - automatically enable V4L2 and DVB core
31b4c184e5SMauro Carvalho Chehab#
32b4c184e5SMauro Carvalho Chehabconfig MEDIA_CAMERA_SUPPORT
33b4c184e5SMauro Carvalho Chehab	bool "Cameras/video grabbers support"
34b4c184e5SMauro Carvalho Chehab	---help---
35b4c184e5SMauro Carvalho Chehab	  Enable support for webcams and video grabbers.
36b4c184e5SMauro Carvalho Chehab
37b4c184e5SMauro Carvalho Chehab	  Say Y when you have a webcam or a video capture grabber board.
38b4c184e5SMauro Carvalho Chehab
39b4c184e5SMauro Carvalho Chehabconfig MEDIA_ANALOG_TV_SUPPORT
40b4c184e5SMauro Carvalho Chehab	bool "Analog TV support"
41b4c184e5SMauro Carvalho Chehab	---help---
42b4c184e5SMauro Carvalho Chehab	  Enable analog TV support.
43b4c184e5SMauro Carvalho Chehab
44b4c184e5SMauro Carvalho Chehab	  Say Y when you have a TV board with analog support or with a
45b4c184e5SMauro Carvalho Chehab	  hybrid analog/digital TV chipset.
46b4c184e5SMauro Carvalho Chehab
47b4c184e5SMauro Carvalho Chehab	  Note: There are several DVB cards that are based on chips that
48b4c184e5SMauro Carvalho Chehab		support both analog and digital TV. Disabling this option
49b4c184e5SMauro Carvalho Chehab		will disable support for them.
50b4c184e5SMauro Carvalho Chehab
51b4c184e5SMauro Carvalho Chehabconfig MEDIA_DIGITAL_TV_SUPPORT
52b4c184e5SMauro Carvalho Chehab	bool "Digital TV support"
53b4c184e5SMauro Carvalho Chehab	---help---
54b4c184e5SMauro Carvalho Chehab	  Enable digital TV support.
55b4c184e5SMauro Carvalho Chehab
56b4c184e5SMauro Carvalho Chehab	  Say Y when you have a board with digital support or a board with
57b4c184e5SMauro Carvalho Chehab	  hybrid digital TV and analog TV.
58b4c184e5SMauro Carvalho Chehab
59b4c184e5SMauro Carvalho Chehabconfig MEDIA_RADIO_SUPPORT
60b4c184e5SMauro Carvalho Chehab	bool "AM/FM radio receivers/transmitters support"
61b4c184e5SMauro Carvalho Chehab	---help---
62b4c184e5SMauro Carvalho Chehab	  Enable AM/FM radio support.
63b4c184e5SMauro Carvalho Chehab
64b4c184e5SMauro Carvalho Chehab	  Additional info and docs are available on the web at
65991ce92fSMauro Carvalho Chehab	  <https://linuxtv.org>
66b4c184e5SMauro Carvalho Chehab
67b4c184e5SMauro Carvalho Chehab	  Say Y when you have a board with radio support.
68b4c184e5SMauro Carvalho Chehab
69b4c184e5SMauro Carvalho Chehab	  Note: There are several TV cards that are based on chips that
70b4c184e5SMauro Carvalho Chehab		support radio reception. Disabling this option will
71b4c184e5SMauro Carvalho Chehab		disable support for them.
72b4c184e5SMauro Carvalho Chehab
73435ef148SAntti Palosaariconfig MEDIA_SDR_SUPPORT
74435ef148SAntti Palosaari	bool "Software defined radio support"
75435ef148SAntti Palosaari	---help---
76435ef148SAntti Palosaari	  Enable software defined radio support.
77435ef148SAntti Palosaari
78435ef148SAntti Palosaari	  Say Y when you have a software defined radio device.
79435ef148SAntti Palosaari
800dbacebeSHans Verkuilconfig MEDIA_CEC_SUPPORT
810dbacebeSHans Verkuil       bool "HDMI CEC support"
820dbacebeSHans Verkuil       ---help---
830dbacebeSHans Verkuil         Enable support for HDMI CEC (Consumer Electronics Control),
840dbacebeSHans Verkuil         which is an optional HDMI feature.
850dbacebeSHans Verkuil
860dbacebeSHans Verkuil         Say Y when you have an HDMI receiver, transmitter or a USB CEC
870dbacebeSHans Verkuil         adapter that supports HDMI CEC.
880dbacebeSHans Verkuil
8956a263aaSHans Verkuilsource "drivers/media/cec/Kconfig"
906917a7b7SHans Verkuil
91b4c184e5SMauro Carvalho Chehab#
92cf4b9211SLaurent Pinchart# Media controller
93b4c184e5SMauro Carvalho Chehab#	Selectable only for webcam/grabbers, as other drivers don't use it
94cf4b9211SLaurent Pinchart#
95cf4b9211SLaurent Pinchart
96cf4b9211SLaurent Pinchartconfig MEDIA_CONTROLLER
9751e8cb74SKees Cook	bool "Media Controller API"
98a0246e02SMauro Carvalho Chehab	depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT
99cf4b9211SLaurent Pinchart	---help---
100cf4b9211SLaurent Pinchart	  Enable the media controller API used to query media devices internal
101cf4b9211SLaurent Pinchart	  topology and configure it dynamically.
102cf4b9211SLaurent Pinchart
103cf4b9211SLaurent Pinchart	  This API is mostly used by camera interfaces in embedded platforms.
104cf4b9211SLaurent Pinchart
105a0246e02SMauro Carvalho Chehabconfig MEDIA_CONTROLLER_DVB
106c3f22501SMauro Carvalho Chehab	bool "Enable Media controller for DVB (EXPERIMENTAL)"
107a4afb3edSMauro Carvalho Chehab	depends on MEDIA_CONTROLLER && DVB_CORE
108a0246e02SMauro Carvalho Chehab	---help---
109a0246e02SMauro Carvalho Chehab	  Enable the media controller API support for DVB.
110a0246e02SMauro Carvalho Chehab
111a0246e02SMauro Carvalho Chehab	  This is currently experimental.
112a0246e02SMauro Carvalho Chehab
113cf4b9211SLaurent Pinchart#
114b4c184e5SMauro Carvalho Chehab# Video4Linux support
115b4c184e5SMauro Carvalho Chehab#	Only enables if one of the V4L2 types (ATV, webcam, radio) is selected
1167c91f062SMauro Carvalho Chehab#
1177c91f062SMauro Carvalho Chehab
1181da177e4SLinus Torvaldsconfig VIDEO_DEV
119b4c184e5SMauro Carvalho Chehab	tristate
120b4c184e5SMauro Carvalho Chehab	depends on MEDIA_SUPPORT
121435ef148SAntti Palosaari	depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT
122b4c184e5SMauro Carvalho Chehab	default y
1231da177e4SLinus Torvalds
1247cd5a16bSStanimir Varbanovconfig VIDEO_V4L2_SUBDEV_API
12551e8cb74SKees Cook	bool "V4L2 sub-device userspace API"
12651e8cb74SKees Cook	depends on VIDEO_DEV && MEDIA_CONTROLLER
1277cd5a16bSStanimir Varbanov	---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
1407c91f062SMauro Carvalho Chehabconfig DVB_CORE
141b4c184e5SMauro Carvalho Chehab	tristate
142b4c184e5SMauro Carvalho Chehab	depends on MEDIA_SUPPORT
143b4c184e5SMauro Carvalho Chehab	depends on MEDIA_DIGITAL_TV_SUPPORT
144b4c184e5SMauro Carvalho Chehab	default y
1457c91f062SMauro Carvalho Chehab	select CRC32
1467c91f062SMauro Carvalho Chehab
147a34ff6cdSHans Petter Selaskyconfig DVB_NET
148a34ff6cdSHans Petter Selasky	bool "DVB Network Support"
149a34ff6cdSHans Petter Selasky	default (NET && INET)
1508c528d5eSGuennadi Liakhovetski	depends on NET && INET && DVB_CORE
151a34ff6cdSHans Petter Selasky	help
1529a78efc8SJiri Slaby	  This option enables DVB Network Support which is a part of the DVB
1539a78efc8SJiri Slaby	  standard. It is used, for example, by automatic firmware updates used
1549a78efc8SJiri Slaby	  on Set-Top-Boxes. It can also be used to access the Internet via the
1559a78efc8SJiri Slaby	  DVB card, if the network provider supports it.
156a34ff6cdSHans Petter Selasky
1579a78efc8SJiri Slaby	  You may want to disable the network support on embedded devices. If
1589a78efc8SJiri Slaby	  unsure say Y.
159a34ff6cdSHans Petter Selasky
1605d92bbe6SMauro Carvalho Chehab# This Kconfig option is used by both PCI and USB drivers
1615d92bbe6SMauro Carvalho Chehabconfig TTPCI_EEPROM
1625d92bbe6SMauro Carvalho Chehab	tristate
1635d92bbe6SMauro Carvalho Chehab	depends on I2C
1645d92bbe6SMauro Carvalho Chehab	default n
1655d92bbe6SMauro Carvalho Chehab
166f0af8fa4SMauro Carvalho Chehabsource "drivers/media/dvb-core/Kconfig"
167f0af8fa4SMauro Carvalho Chehab
168c455f5c8SMauro Carvalho Chehabcomment "Media drivers"
1697c91f062SMauro Carvalho Chehab
1707c91f062SMauro Carvalho Chehab#
171cb7a01acSMauro Carvalho Chehab# V4L platform/mem2mem drivers
172cb7a01acSMauro Carvalho Chehab#
1731da177e4SLinus Torvalds
174786baecfSMauro Carvalho Chehabsource "drivers/media/usb/Kconfig"
1753c8c09b5SMauro Carvalho Chehabsource "drivers/media/pci/Kconfig"
1763c8c09b5SMauro Carvalho Chehabsource "drivers/media/platform/Kconfig"
1770013ca8cSMauro Carvalho Chehabsource "drivers/media/mmc/Kconfig"
1783c8c09b5SMauro Carvalho Chehabsource "drivers/media/radio/Kconfig"
1791da177e4SLinus Torvalds
180616300bdSMauro Carvalho Chehabcomment "Supported FireWire (IEEE 1394) Adapters"
181616300bdSMauro Carvalho Chehab	depends on DVB_CORE && FIREWIRE
182616300bdSMauro Carvalho Chehabsource "drivers/media/firewire/Kconfig"
183616300bdSMauro Carvalho Chehab
1843c8c09b5SMauro Carvalho Chehab# Common driver options
1853785bc17SMauro Carvalho Chehabsource "drivers/media/common/Kconfig"
1863785bc17SMauro Carvalho Chehab
1878283a092SHans Verkuilcomment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)"
1885344fe6eSHans Verkuil
1893c8c09b5SMauro Carvalho Chehab#
1908283a092SHans Verkuil# Ancillary drivers (tuners, i2c, spi, frontends)
1913c8c09b5SMauro Carvalho Chehab#
1923c8c09b5SMauro Carvalho Chehab
193fccea74fSMauro Carvalho Chehabconfig MEDIA_SUBDRV_AUTOSELECT
1948283a092SHans Verkuil	bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)"
195435ef148SAntti Palosaari	depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT || MEDIA_SDR_SUPPORT
196347f7a37SMauro Carvalho Chehab	depends on HAS_IOMEM
197347f7a37SMauro Carvalho Chehab	select I2C
198347f7a37SMauro Carvalho Chehab	select I2C_MUX
199fccea74fSMauro Carvalho Chehab	default y
200fccea74fSMauro Carvalho Chehab	help
2015344fe6eSHans Verkuil	  By default, a media driver auto-selects all possible ancillary
2025344fe6eSHans Verkuil	  devices such as tuners, sensors, video encoders/decoders and
2035344fe6eSHans Verkuil	  frontends, that are used by any of the supported devices.
204fccea74fSMauro Carvalho Chehab
205fccea74fSMauro Carvalho Chehab	  This is generally the right thing to do, except when there
2062c76a12aSMauro Carvalho Chehab	  are strict constraints with regards to the kernel size,
2072c76a12aSMauro Carvalho Chehab	  like on embedded systems.
208fccea74fSMauro Carvalho Chehab
2092c76a12aSMauro Carvalho Chehab	  Use this option with care, as deselecting ancillary drivers which
2102c76a12aSMauro Carvalho Chehab	  are, in fact, necessary will result in the lack of the needed
2112c76a12aSMauro Carvalho Chehab	  functionality for your device (it may not tune or may not have
2125344fe6eSHans Verkuil	  the needed demodulators).
213fccea74fSMauro Carvalho Chehab
214fccea74fSMauro Carvalho Chehab	  If unsure say Y.
215bb69ee27SMauro Carvalho Chehab
216bb69ee27SMauro Carvalho Chehabconfig MEDIA_ATTACH
217bb69ee27SMauro Carvalho Chehab	bool
218bb69ee27SMauro Carvalho Chehab	depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT
219bb69ee27SMauro Carvalho Chehab	depends on MODULES
220bb69ee27SMauro Carvalho Chehab	default MODULES
221fccea74fSMauro Carvalho Chehab
2223c8c09b5SMauro Carvalho Chehabsource "drivers/media/i2c/Kconfig"
2238283a092SHans Verkuilsource "drivers/media/spi/Kconfig"
224fccea74fSMauro Carvalho Chehabsource "drivers/media/tuners/Kconfig"
2253c8c09b5SMauro Carvalho Chehabsource "drivers/media/dvb-frontends/Kconfig"
2263c8c09b5SMauro Carvalho Chehab
227ab482a6cSRandy Dunlapendif # MEDIA_SUPPORT
228