Lines Matching +full:controller +full:- +full:specific
1 .. SPDX-License-Identifier: GPL-2.0
8 distribution-specific source file or via the Kernel's main git tree\ [1]_.
12 - you're a braveheart and want to experiment with new stuff;
13 - if you want to report a bug;
14 - if you're developing new patches
23 https://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
50 Device Drivers --->
51 <M> Remote Controller support --->
54 [*] HDMI CEC drivers --->
55 <*> Multimedia support --->
57 The ``Remote Controller support`` option enables the core support for
62 by a remote controller directly connected to the machine.
78 and remote controller support using Kernel modules, you could use::
80 $ scripts/config -m RC_CORE
81 $ scripts/config -m MEDIA_SUPPORT
83 .. [2] ``Remote Controller support`` should also be enabled if you
85 controller core support.
90 Those GPU-specific drivers are selected via the ``Graphics support``
97 ------------------
105 (Inter-Integrated Circuit). In order to be able to build support
109 ./scripts/config -m I2C
111 Another example: the remote controller core requires support for
114 ./scripts/config -m INPUT
117 depending on the specific driver(s) you would like to enable.
119 Enabling Remote Controller Support
120 ----------------------------------
122 The remote controller menu allows selecting drivers for specific devices.
125 --- Remote Controller support
126 <M> Compile Remote Controller keymap modules
129 [*] Remote controller decoders --->
130 [*] Remote Controller devices --->
132 The ``Compile Remote Controller keymap modules`` option creates key maps for
141 to add extra remote controller decoding functionality to the Linux Kernel.
143 The ``Remote controller decoders`` option allows selecting the
145 want to disable some specific decoder, it is suggested to keep all
146 sub-options enabled.
148 The ``Remote Controller devices`` allows you to select the drivers
152 script. So, for instance, in order to support the ITE remote controller
155 $ scripts/config -e INPUT
156 $ scripts/config -e ACPI
157 $ scripts/config -e MODULES
158 $ scripts/config -m RC_CORE
159 $ scripts/config -e RC_DEVICES
160 $ scripts/config -e RC_DECODERS
161 $ scripts/config -m IR_RC5_DECODER
162 $ scripts/config -m IR_ITE_CIR
165 -------------------------
171 The HDMI-specific drivers are available at the ``HDMI CEC drivers``
174 --- HDMI CEC drivers
178 < > Generic GPIO-based CEC driver
193 ----------------------
195 The Media menu has a lot more options than the remote controller menu.
198 --- Media support
201 Media device types --->
202 Media core support --->
203 Video4Linux options --->
204 Media controller options --->
205 Digital TV options --->
206 HDMI CEC options --->
207 Media drivers --->
208 Media ancillary drivers --->
212 ``Autoselect ancillary drivers`` option turned on, as it will auto-select
230 [ ] Platform-specific devices
237 auto-select the needed core drivers in order to support the selected
251 ``Media support`` sub-menus::
253 Media core support --->
254 Video4Linux options --->
255 Media controller options --->
256 Digital TV options --->
257 HDMI CEC options --->
260 criteria will be available at the ``Media support->Media drivers`` sub-menu.
274 -------
277 :doc:`this table <cx231xx-cardlist>`, with modular media core modules, the
326 using a "best-efforts" principle, as time permits us to fix issues there.
330 add ``[PATCH media-build]`` at the e-mail's subject if you submit a new
331 patch for the media-build.
339 1) you may need to run it twice if the ``media-build`` tree gets