Home
last modified time | relevance | path

Searched refs:boards (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/Linux-v5.4/arch/arm/mach-mvebu/
DKconfig29 bool "Marvell Armada 370 boards"
37 Say 'Y' here if you want your kernel to support boards based
41 bool "Marvell Armada 375 boards"
54 Say 'Y' here if you want your kernel to support boards based
58 bool "Marvell Armada 380/385 boards"
73 Say 'Y' here if you want your kernel to support boards based
77 bool "Marvell Armada 39x boards"
89 Say 'Y' here if you want your kernel to support boards based
93 bool "Marvell Armada XP boards"
101 Say 'Y' here if you want your kernel to support boards based
[all …]
/Linux-v5.4/arch/mips/netlogic/
DKconfig6 bool "Built-in device tree for XLP EVP boards"
10 Add an FDT blob for XLP EVP boards into the kernel.
16 bool "Built-in device tree for XLP SVP boards"
20 Add an FDT blob for XLP VP boards into the kernel.
26 bool "Built-in device tree for XLP FVP boards"
36 bool "Built-in device tree for XLP GVP boards"
46 bool "Built-in device tree for XLP RVP boards"
55 bool "Support for multi-chip boards"
59 Add support for boards with 2 or 4 XLPs connected over ICI.
71 Support boards with upto two XLPs connected over ICI.
[all …]
/Linux-v5.4/sound/soc/tegra/
DKconfig66 tristate "SoC Audio support for Tegra boards using an RT5640 codec"
71 boards using the RT5640 codec, such as Dalmore.
74 tristate "SoC Audio support for Tegra boards using a WM8753 codec"
79 boards using the WM8753 codec, such as Whistler.
82 tristate "SoC Audio support for Tegra boards using a WM8903 codec"
87 boards using the WM8093 codec. Currently, the supported boards are
91 tristate "SoC Audio support for Tegra boards using a WM9712 codec"
97 boards using the WM9712 (or compatible) codec.
108 tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
116 tristate "SoC Audio support for Tegra boards using a MAX98090 codec"
[all …]
/Linux-v5.4/arch/x86/platform/geode/
Dnet5501.c92 static struct net5501_board __initdata boards[] = { variable
114 for (i = 0; i < ARRAY_SIZE(boards); i++) { in net5501_present()
115 unsigned char *model = rombase + boards[i].offset; in net5501_present()
117 if (!memcmp(model, boards[i].sig, boards[i].len)) { in net5501_present()
/Linux-v5.4/arch/powerpc/platforms/512x/
DKconfig3 bool "512x-based boards"
27 bool "Generic support for simple MPC512x based boards"
31 This option enables support for simple MPC512x based boards
34 Compatible boards include: Protonic LVT base boards (ZANMCU
/Linux-v5.4/Documentation/sh/
Dnew-machine.txt8 for new boards to the LinuxSH port under the new 2.5 and 2.6 kernels. This
27 | `-- boards
33 | ... more boards here ...
42 .. more boards here ...
89 isolated, or whether it will be part of a family of boards that can mostly
93 board in arch/sh/boards/ and adding rules to hook your board in with the
95 it makes more sense to have a common top-level arch/sh/boards/ directory
97 Both the Solution Engine and the hp6xx boards are an example of this.
99 After you have setup your new arch/sh/boards/ directory, remember that you
103 as the arch/sh/boards/ directory name, though if your board is again part of
[all …]
Dindex.rst37 .. kernel-doc:: arch/sh/boards/mach-dreamcast/rtc.c
43 .. kernel-doc:: arch/sh/boards/mach-x3proto/ilsel.c
/Linux-v5.4/sound/soc/rockchip/
DKconfig38 tristate "ASoC support for Rockchip boards using a MAX98090 codec"
45 boards using the MAX98090 codec, such as Veyron.
48 tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec"
54 boards using the RT5645/RT5650 codec, such as Veyron.
57 tristate "ASoC support multiple codecs for Rockchip RK3288 boards"
66 RK3288 boards using an analog output and the built-in HDMI audio.
69 tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards"
80 audio on Rockchip RK3399 GRU boards.
/Linux-v5.4/sound/soc/mediatek/
DKconfig10 This adds ASoC driver for Mediatek MT2701 boards
21 This adds ASoC driver for Mediatek MT2701 boards
31 This adds ASoC driver for Mediatek MT2701 boards
41 This adds ASoC driver for Mediatek MT6797 boards
51 This adds ASoC driver for Mediatek MT6797 boards
71 This adds ASoC driver for Mediatek MT8173 boards
82 This adds ASoC driver for Mediatek MT8173 boards
93 This adds ASoC driver for Mediatek MT8173 boards
105 This adds ASoC driver for Mediatek MT8173 boards
129 This adds ASoC driver for Mediatek MT8183 boards
[all …]
/Linux-v5.4/sound/soc/atmel/
DKconfig52 tristate "Atmel ASoC driver for boards using WM8904 codec"
58 Say Y if you want to add support for Atmel ASoC driver for boards using
72 tristate "Atmel ASoC driver for boards using CLASSD"
77 Say Y if you want to add support for Atmel ASoC driver for boards using
81 tristate "Atmel ASoC driver for boards using PDMIC"
86 Say Y if you want to add support for Atmel ASoC driver for boards using
100 tristate "Atmel ASoC driver for boards using I2S"
105 Say Y or M if you want to add support for Atmel ASoc driver for boards
120 tristate "Microchip ASoC driver for boards using I2S MCC"
/Linux-v5.4/arch/powerpc/platforms/52xx/
DKconfig3 bool "52xx-based boards"
9 bool "Generic support for simple MPC5200 based boards"
13 This option enables support for a simple MPC52xx based boards which
14 do not need a custom platform specific setup. Such boards are
54 for MPC5200B based boards.
/Linux-v5.4/arch/powerpc/platforms/85xx/
Dcorenet_generic.c122 static const char * const boards[] __initconst = { variable
164 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe()
168 for (i = 0; boards[i]; i++) { in corenet_generic_probe()
169 snprintf(hv_compat, sizeof(hv_compat), "%s-hv", boards[i]); in corenet_generic_probe()
/Linux-v5.4/drivers/net/can/c_can/
DKconfig14 boards from ST Microelectronics (http://www.st.com) like the
15 SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com)
16 boards like am335x, dm814x, dm813x and dm811x.
/Linux-v5.4/sound/soc/fsl/
DKconfig114 comment "SoC Audio support for Freescale PPC boards:"
204 comment "SoC Audio support for Freescale i.MX boards:"
218 tristate "SoC audio support for Visstrim M10 boards"
229 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
238 and phyCARD boards in AC97 mode
253 tristate "SoC Audio support for i.MX boards with the ES8328 codec"
265 tristate "SoC Audio support for i.MX boards with sgtl5000"
276 tristate "SoC Audio support for i.MX boards with S/PDIF"
280 SoC Audio support for i.MX boards with S/PDIF
285 tristate "SoC Audio support for I.MX boards with mc13783"
[all …]
/Linux-v5.4/Documentation/hwmon/
Dnct6683.rst36 Limit register locations on Intel boards with EC firmware version 1.0
49 only instantiates on Intel boards. To enable it on non-Intel boards,
55 The driver has been reported to work with the following boards and
Dvexpress.rst13 for the Versatile Express boards:
15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html
28 from a wide range of boards, each of them containing (apart of the main
/Linux-v5.4/Documentation/sound/cards/
Dvia82xx-mixer.rst5 On many VIA82xx boards, the ``Input Source Select`` mixer control does not work.
6 Setting it to ``Input2`` on such boards will cause recording to hang, or fail
/Linux-v5.4/drivers/power/reset/
DKconfig66 This driver provides restart support for Broadcom STB boards.
100 Reboot support for Hisilicon boards.
106 Power off and restart support for Qualcomm boards.
114 Power On support for Qualcomm boards.
155 Some boards don't actually have the ability to power off.
163 Reset support for STMicroelectronics boards.
172 reference boards.
180 Express boards.
186 Reboot support for the APM SoC X-Gene Eval boards.
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dstorm.txt1 * Sound complex for Storm boards
3 Models a soundcard for Storm boards with the Qualcomm Technologies IPQ806x SOC
/Linux-v5.4/Documentation/i2c/busses/
Di2c-pca-isa.rst7 This driver supports ISA boards using the Philips PCA 9564
25 This driver supports ISA boards using the Philips PCA 9564
/Linux-v5.4/Documentation/devicetree/bindings/arm/marvell/
Darmada-370-xp.txt11 In addition, boards using the Marvell Armada 370 SoC shall have the
18 In addition, boards using the Marvell Armada XP SoC shall have the
D98dx3236.txt11 In addition, boards using the Marvell 98DX3336 SoC shall have the
18 In addition, boards using the Marvell 98DX4251 SoC shall have the
Darmada-38x.txt11 In addition, boards using the Marvell Armada 385 SoC shall have the
18 In addition, boards using the Marvell Armada 388 SoC shall have the
/Linux-v5.4/arch/mips/generic/
DKconfig23 bool "Support MIPS SEAD-3 boards"
28 development boards, which boot using a legacy boot protocol.
34 bool "Support MSCC Ocelot boards"
49 bool "Include FDT for MIPS Boston boards"
/Linux-v5.4/Documentation/driver-api/serial/
Dmoxa-smartio.rst34 boards.
76 Smartio/Industio boards.
82 Configuration program to setup ISA boards. Please note that
107 - Maximum 4 boards can be installed in combination
137 4 Moxa Smartio/Industio PCI Family multiport boards can be installed
178 Device naming when more than 2 boards installed
200 This driver will activate ISA boards according to the parameter set
203 Therefore the board number is sorted by the CAP address of ISA boards.
204 For PCI boards, their sequence will be after ISA boards and C168H/PCI
205 has higher priority than C104H/PCI boards.
[all …]

12345678910>>...16