| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | Kconfig | 36 Select this for boards which do not use a PMIC. 44 A10s boards. 52 A10, A13 and A20 boards. 60 A23 and A31 boards. 67 Say y here to enable support for the axp809 pmic found on A80 boards. 82 H3 boards. 108 disable dcdc1. On A23 / A31 / A33 (axp221) boards dcdc1 is used for 110 sdcard interfaces, etc. On most boards dcdc1 is undervolted to 3.0V to 126 On A10(s) / A13 / A20 boards dcdc2 is VDD-CPU and should be 1.4V. 127 On A31 boards dcdc2 is used for VDD-GPU and should be 1.2V. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/samsung/ |
| H A D | samsung-boards.yaml | 4 $id: http://devicetree.org/schemas/arm/samsung/samsung-boards.yaml# 7 title: Samsung Exynos and S5P SoC based boards 17 - description: S5PV210 based boards 27 - description: S5PV210 based Aries boards 35 - description: Exynos3250 based boards 43 - description: Samsung ARTIK5 boards 51 - description: Exynos4210 based boards 62 - description: Exynos4412 based boards 75 - description: Samsung Midas family boards 86 - description: Exynos5250 based boards [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | amlogic.yaml | 15 Device tree files and bindings applying to Amlogic SoCs and boards are 28 - description: Boards with the Amlogic Meson6 SoC 34 - description: Boards with the Amlogic Meson8 SoC 40 - description: Boards with the Amlogic Meson8m2 SoC 46 - description: Boards with the Amlogic Meson8b SoC 54 - description: Boards with the Amlogic Meson GXBaby SoC 76 - description: Boards with the Amlogic Meson GXL S805X SoC 84 - description: Boards with the Amlogic Meson GXL S905W SoC 92 - description: Boards with the Amlogic Meson GXL S905X SoC 104 - description: Boards with the Amlogic Meson GXL S905D SoC [all …]
|
| H A D | fsl.yaml | 18 - description: i.MX1 based Boards 25 - description: i.MX23 based Boards 46 - description: i.MX28 based Boards 56 - description: i.MX28 Duckbill 2 based Boards 65 - description: i.MX31 based Boards 72 - description: i.MX35 based Boards 84 - description: i.MX50 based Boards 100 - description: i.MX53 based Boards 111 - description: i.MX6Q based Boards 139 - description: i.MX6Q Gateworks Ventana Boards [all …]
|
| H A D | realtek.yaml | 17 # RTD1195 SoC based boards 24 # RTD1293 SoC based boards 30 # RTD1295 SoC based boards 39 # RTD1296 SoC based boards 45 # RTD1395 SoC based boards 52 # RTD1619 SoC based boards
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/ |
| H A D | Kconfig | 29 bool "Marvell Armada 370 boards" 37 Say 'Y' here if you want your kernel to support boards based 41 bool "Marvell Armada 375 boards" 53 Say 'Y' here if you want your kernel to support boards based 57 bool "Marvell Armada 380/385 boards" 71 Say 'Y' here if you want your kernel to support boards based 75 bool "Marvell Armada 39x boards" 86 Say 'Y' here if you want your kernel to support boards based 90 bool "Marvell Armada XP boards" 98 Say 'Y' here if you want your kernel to support boards based [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | control.py | 38 str = '%s %s for %d boards' % ( 51 provided by the user, and the value is the list of boards 53 in 400 boards, so in this case the key would be 'arm' and 55 boards_selected: Dict of selected boards, key is target name, 78 print arg, ': %d boards' % len(why_selected[arg]) 81 print ('Total boards to build for each commit: %d\n' % 84 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument 97 board: Boards() object to use, containing a list of available 98 boards. If this is None it will be created and scanned. 176 # Work out what subset of the boards we are building [all …]
|
| H A D | board.py | 9 """A single regular expression for matching boards to build""" 101 class Boards: class 102 """Manage a list of boards.""" 118 """Read a list of boards from a board file. 123 fname: Filename of boards.cfg file 145 """Return a list of available boards. 153 """Build a dictionary containing all the boards. 166 """Return a dictionary containing the selected boards 178 """Return a list of selected boards 186 """Return a list of selected boards [all …]
|
| H A D | test.py | 88 boards = [ variable 119 # Set up boards to build 120 self.boards = board.Boards() 121 for brd in boards: 122 self.boards.AddBoard(board.Board(*brd)) 123 self.boards.SelectBoards([]) 166 def assertSummary(self, text, arch, plus, boards, ok=False): argument 173 for board in boards: 190 board_selected = self.boards.GetSelectedDict() 202 self.assertEqual(count, len(commits) * len(boards) + 2) [all …]
|
| H A D | README | 27 which boards fail on which commits, and which errors come up. It aims 68 Buildman produces a concise summary of which boards succeeded and failed. 110 source has changed, and will build all specified boards in this case. 112 Buildman is optimised for building many commits at once, for many boards. 115 a few commits or boards, it will be pretty slow. As a tip, if you don't 119 Buildman lets you build all boards, or a subset. Specify the subset by passing 121 SOC name, or anything else in the boards.cfg file. Multiple arguments are 125 * 'tegra20' All boards with a Tegra20 SoC 126 * 'tegra' All boards with any Tegra Soc (Tegra20, Tegra30, Tegra114...) 127 * '^tegra[23]0$' All boards with either Tegra20 or Tegra30 SoC [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/tegra/ |
| H A D | Kconfig | 122 tristate "SoC Audio support for Tegra boards using an RT5640 codec" 127 boards using the RT5640 codec, such as Dalmore. 130 tristate "SoC Audio support for Tegra boards using a WM8753 codec" 135 boards using the WM8753 codec, such as Whistler. 138 tristate "SoC Audio support for Tegra boards using a WM8903 codec" 143 boards using the WM8093 codec. Currently, the supported boards are 147 tristate "SoC Audio support for Tegra boards using a WM9712 codec" 153 boards using the WM9712 (or compatible) codec. 164 tristate "SoC Audio support for Tegra boards using an ALC5632 codec" 172 tristate "SoC Audio support for Tegra boards using a MAX98090 codec" [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/ |
| H A D | Kconfig | 6 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/sh/ |
| H A D | new-machine.rst | 10 for new boards to the LinuxSH port under the new 2.5 and 2.6 kernels. This 29 | `-- boards 35 | ... more boards here ... 44 .. more boards here ... 93 isolated, or whether it will be part of a family of boards that can mostly 97 board in arch/sh/boards/ and adding rules to hook your board in with the 99 it makes more sense to have a common top-level arch/sh/boards/ directory 101 Both the Solution Engine and the hp6xx boards are an example of this. 103 After you have setup your new arch/sh/boards/ directory, remember that you 107 as the arch/sh/boards/ directory name, though if your board is again part of [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/mediatek/ |
| H A D | Kconfig | 10 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 132 This adds ASoC driver for Mediatek MT8183 boards [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/atmel/ |
| H A D | Kconfig | 53 tristate "Atmel ASoC driver for boards using WM8904 codec" 59 Say Y if you want to add support for Atmel ASoC driver for boards using 73 tristate "Atmel ASoC driver for boards using CLASSD" 78 Say Y if you want to add support for Atmel ASoC driver for boards using 82 tristate "Atmel ASoC driver for boards using PDMIC" 87 Say Y if you want to add support for Atmel ASoC driver for boards using 101 tristate "Atmel ASoC driver for boards using I2S" 106 Say Y or M if you want to add support for Atmel ASoc driver for boards 121 tristate "Microchip ASoC driver for boards using I2S MCC" 135 tristate "Microchip ASoC driver for boards using S/PDIF TX" [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | Kconfig | 93 tristate "ASoC support for Rockchip boards using a MAX98090 codec" 101 boards using the MAX98090 codec and HDMI codec, such as Veyron. 108 boards using multicodecs, such as RK3308 boards. 111 tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec" 117 boards using the RT5645/RT5650 codec, such as Veyron. 125 boards using built-in HDMI or external HDMI. 128 tristate "ASoC support multiple codecs for Rockchip RK3288 boards" 137 RK3288 boards using an analog output and the built-in HDMI audio. 140 tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards" 151 audio on Rockchip RK3399 GRU boards.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.kconfig | 47 You can simply remove the prefixes. Do not add them for new boards. 76 - include/configs/<board>.h (exists for all boards) 88 Conversion from boards.cfg to Kconfig 91 Prior to Kconfig, boards.cfg was a primary database that contained Arch, CPU, 92 SoC, etc. of all the supported boards. It was deleted when switching to 93 Kconfig. Each field of boards.cfg was converted as follows: 106 Tips to add/remove boards 132 [2] Remove include/configs/<target>.h if it is not used by any other boards 134 by any other boards 143 - The option field of boards.cfg, which was used for the pre-Kconfig [all …]
|
| H A D | README.zynq | 12 like supported boards, ML status and TODO list. 14 2. Zynq boards 60 - Added zynq boards named - zc70x, zed, microzed, zc770_xm010, zc770_xm012, zc770_xm013 70 - Added basic FDT support for zynq boards 75 - Add zynq boards support - zc770_xm011 80 [1] http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm 81 [2] http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/socionext/ |
| H A D | uniphier.yaml | 17 - description: LD4 SoC boards 22 - description: Pro4 SoC boards 29 - description: sLD8 SoC boards 34 - description: PXs2 SoC boards 40 - description: LD6b SoC boards 45 - description: LD11 SoC boards 51 - description: LD20 SoC boards 58 - description: PXs3 SoC boards
|
| /OK3568_Linux_fs/kernel/arch/mips/generic/ |
| H A D | Kconfig | 20 comment "Legacy (non-UHI/non-FIT) Boards" 23 bool "Support MIPS SEAD-3 boards" 28 development boards, which boot using a legacy boot protocol. 34 bool "Support MSCC Ocelot boards" 46 comment "FIT/UHI Boards" 49 bool "Include FDT for MIPS Boston boards" 77 bool "Support boards based on Ingenic SoCs" 80 Enable support for boards based on Ingenic SoCs.
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | Kconfig | 135 comment "SoC Audio support for Freescale PPC boards:" 225 comment "SoC Audio support for Freescale i.MX boards:" 239 tristate "SoC audio support for Visstrim M10 boards" 250 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards" 259 and phyCARD boards in AC97 mode 274 tristate "SoC Audio support for i.MX boards with the ES8328 codec" 286 tristate "SoC Audio support for i.MX boards with sgtl5000" 297 tristate "SoC Audio support for i.MX boards with S/PDIF" 301 SoC Audio support for i.MX boards with S/PDIF 306 tristate "SoC Audio support for I.MX boards with mc13783" [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/ |
| H A D | Kconfig | 3 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 24 Boards that are compatible with this generic platform support 54 for MPC5200B based boards.
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/ |
| H A D | Kconfig.s3c24xx | 92 Add audio devices for common Simtec S3C24XX boards 103 USB management code for common Simtec S3C24XX boards 167 comment "S3C2410 Boards" 170 # The "S3C2410 Boards" list is ordered alphabetically by option text. 295 comment "S3C2412 Boards" 298 # The "S3C2412 Boards" list is ordered alphabetically by option text. 367 comment "S3C2416 Boards" 426 comment "S3C2440 Boards" 429 # The "S3C2440 Boards" list is ordered alphabetically by option text. 522 comment "S3C2442 Boards" [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/ |
| H A D | Kconfig.machine | 56 board. Boards currently supported include Motorola boards MVME147, 58 BVME6000 boards from BVM Ltd are also supported. 65 Say Y to include support for early Motorola VME boards. This will 75 Say Y to include support for Motorola VME boards. This will build a 77 MVME177 boards. If you select this option you will have to select 86 Say Y to include support for VME boards from BVM Ltd. This will 87 build a kernel which can run on BVME4000 and BVME6000 boards. If 196 Reserve certain memory regions on 68x328 based boards. 292 Support for the Feith Cleopatra boards. 310 Support for the SnapGear NETtel/SecureEdge/SnapGear boards. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/hisilicon/ |
| H A D | hisilicon.yaml | 18 - description: Hi3660 based boards. 23 - description: Hi3670 based boards. 28 - description: Hi3798cv200 based boards. 37 - description: Hi6220 based boards. 42 - description: HiP01 based boards. 63 - description: SD5203 based boards
|