Home
last modified time | relevance | path

Searched +full:re +full:- +full:config (Results 1 – 25 of 1075) sorted by relevance

12345678910>>...43

/openbmc/linux/arch/ia64/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
2 config PGTABLE_LEVELS
9 config IA64
72 The Itanium Processor Family is Intel's 64-bit successor to
73 the 32-bit X86 line. The IA-64 Linux project has a home
75 <linux-ia64@vger.kernel.org>.
77 config 64BIT
82 config MMU
86 config STACKTRACE_SUPPORT
89 config GENERIC_LOCKBREAK
[all …]
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0
7 config IA64_GRANULE_16MB
10 IA-64 identity-mapped regions use a large page size called "granules".
15 config IA64_GRANULE_64MB
21 config IA64_PRINT_HAZARDS
22 bool "Print possible IA-64 dependency violations to console"
26 Faults, that is, for Read-after-Write (RAW), Write-after-Write (WAW),
27 or Write-after-Read (WAR) violations. This option is ignored if you
29 (CONFIG_ITANIUM_ASTEP_SPECIFIC). If you're unsure, select Y.
31 config DISABLE_VHPT
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/llvm/
H A Dllvm_19.1.6.bb6 LICENSE = "Apache-2.0-with-LLVM-exception"
11 DEPENDS = "libffi libxml2 zlib zstd libedit ninja-native llvm-native"
13 RDEPENDS:${PN}:append:class-target = " ncurses-terminfo"
25 SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.…
26 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
27 file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
28 file://llvm-config \
31 UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
32 UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
34 S = "${WORKDIR}/llvm-project-${PV}.src/llvm"
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dperl-version.bbclass4 # SPDX-License-Identifier: MIT
11 # perl is built (from None to real version in config.sh).
14 import re
15 cfg = d.expand('${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/config.sh')
22 r = re.compile(r"^version='(\d*\.\d*\.\d*)'")
32 # perl is built (from None to real version in config.sh).
34 import re
35 cfg = d.expand('${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/config.sh')
42 r = re.compile("^archname='([^']*)'")
49 # Determine the staged arch of perl-native from the perl configuration file
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_functional_basic.py7 # SPDX-License-Identifier: GPL-2.0-only
10 import re
28 … FuntionalTestBasic.project_id = self.create_new_project('selenium-project', '3', None, False)
32 self.get(reverse('all-projects'))
34 self.find_element_by_link_text_in_table('projectstable', 'selenium-project').click()
35 self.wait_until_present('#config-nav')
36 self.assertTrue(self.element_exists('#config-nav'),'Configuration Tab does not exist')
41 self.wait_until_present('#config-nav')
42 …self.driver.find_element(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'customi…
43 self.wait_until_present('#filter-modal-customimagestable')
[all …]
/openbmc/linux/arch/powerpc/platforms/
H A DKconfig.cputype1 # SPDX-License-Identifier: GPL-2.0
2 config PPC32
6 config PPC64
7 bool "64-bit kernel"
10 This option selects whether a 32-bit or a 64-bit kernel
28 config PPC_BOOK3S_32
34 config PPC_85xx
38 config PPC_8xx
46 config 40x
54 config 44x
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
26 config KVM_GUEST
36 config EPAPR_PARAVIRT
37 bool "ePAPR para-virtualization support"
39 Enables ePAPR para-virtualization support for guests.
43 config PPC_HASH_MMU_NATIVE
48 a hypervisor. This option is not user-selectable but should
51 config PPC_OF_BOOT_TRAMPOLINE
64 config PPC_DT_CPU_FTRS
65 bool "Device-tree based CPU feature discovery & setup"
[all …]
/openbmc/linux/drivers/pci/controller/dwc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 menu "DesignWare-based PCIe controllers"
6 config PCIE_DW
9 config PCIE_DW_HOST
13 config PCIE_DW_EP
17 config PCIE_AL
27 required only for DT-based platforms. ACPI platforms with the
30 config PCI_MESON
38 and therefore the driver re-uses the DesignWare core functions to
41 config PCIE_ARTPEC6
[all …]
/openbmc/openbmc-build-scripts/scripts/
H A Ddbus-unit-test.py12 import re
20 Launches a session debus using a modified config file and
25 dbus_config_file File location of dbus sys config file
29 dbus_local_conf = os.path.join(dbus_dir, "system-local.conf")
36 line = re.sub(
40 flags=re.DOTALL,
42 line = re.sub(
46 flags=re.DOTALL,
48 line = re.sub(
52 flags=re.DOTALL,
[all …]
/openbmc/linux/drivers/remoteproc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 config REMOTEPROC
17 config REMOTEPROC_CDEV
26 config IMX_REMOTEPROC
37 config IMX_DSP_REMOTEPROC
48 config INGENIC_VPU_RPROC
54 This can be either built-in or a loadable module.
57 config MTK_SCP
67 config OMAP_REMOTEPROC
80 use-cases to run on your platform (multimedia codecs are
[all …]
/openbmc/linux/drivers/net/usb/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 comment "Host-side USB support is needed for USB Network Adapter support"
15 config USB_CATC
16 tristate "USB CATC NetMate-based Ethernet device support"
34 config USB_KAWETH
35 tristate "USB KLSI KL5USB101-based ethernet device support"
40 ADS USB-10BT
45 D-Link DSB-650C and DU-E10
47 I-O DATA USB-ET/T
51 Mobility USB-Ethernet Adapter
[all …]
/openbmc/linux/arch/um/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0
3 config GPROF
7 This allows profiling of a User-Mode Linux kernel with the gprof
10 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
13 If you're involved in UML kernel development and want to use gprof,
14 say Y. If you're unsure, say N.
16 config GCOV
25 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
28 If you're involved in UML kernel development and want to use gcov,
29 say Y. If you're unsure, say N.
[all …]
/openbmc/linux/drivers/usb/gadget/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks).
10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks).
11 # - Some systems have both kinds of controllers.
13 # With help from a special transceiver and a "Mini-AB" jack, systems with
14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG).
25 you can't connect a "to-the-host" connector to a peripheral.
44 For more information, see <http://www.linux-usb.org/gadget> and
49 config USB_GADGET_DEBUG
[all …]
/openbmc/u-boot/board/freescale/mx6memcal/
H A DKconfig3 config SYS_BOARD
6 config SYS_VENDOR
9 config SYS_CONFIG_NAME
19 config SERIAL_CONSOLE_UART1
24 config SERIAL_CONSOLE_UART2
38 config UART2_EIM_D26_27
42 Choose this configuration if you're using pads
47 config UART1_CSI0_DAT10_11
51 Choose this configuration if you're using pads
55 config UART1_UART1
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl10 import re
43 skip_re = re.compile(r"^\s*([#;]|$)")
44 section_re = re.compile(r"^\s*\[(?P<section>.*)\]")
45 kv_re = re.compile(r"^\s*(?P<key>[^\s]+)\s*=\s*(?P<value>.*)")
104 skip_re = re.compile(r"^\s*([#;]|$)")
105 directive_re = re.compile(r"^\s*(?P<action>enable|disable)\s+(?P<unit_name>(.+))")
158 print("ln -s {} {}".format(target, path))
172 self.config = None
182 def _process_deps(self, config, service, location, prop, dirstem): argument
187 for dependent in config.get('Install', prop):
[all …]
/openbmc/linux/drivers/input/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
8 config INPUT
28 config INPUT_LEDS
39 module will be called input-leds.
41 config INPUT_FF_MEMLESS
42 tristate "Support for memoryless force-feedback devices"
44 Say Y here if you have memoryless force-feedback input device
46 Power 2, or similar. You will also need to enable hardware-specific
52 module will be called ff-memless.
54 config INPUT_SPARSEKMAP
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl10 import re
51 skip_re = re.compile(r"^\s*([#;]|$)")
52 section_re = re.compile(r"^\s*\[(?P<section>.*)\]")
53 kv_re = re.compile(r"^\s*(?P<key>[^\s]+)\s*=\s*(?P<value>.*)")
120 skip_re = re.compile(r"^\s*([#;]|$)")
121 directive_re = re.compile(r"^\s*(?P<action>enable|disable)\s+(?P<unit_name>(.+))")
174 print("ln -s {} {}".format(target, path))
189 self.config = None
199 def _process_deps(self, config, service, location, prop, dirstem, instance): argument
204 for dependent in config.get('Install', prop):
[all …]
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py1 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
5 # Common logic to interact with U-Boot via the console. This class provides
6 # the interface that tests use to execute U-Boot shell commands and wait for
7 # their results. Sub-classes exist to perform board-type-specific setup
8 # operations, such as spawning a sub-process for Sandbox, or attaching to the
14 import re
18 # Regexes for text we expect U-Boot to send to the console.
19 pattern_u_boot_spl_signon = re.compile('(U-Boot SPL \\d{4}\\.\\d{2}[^\r\n]*\\))')
20 pattern_u_boot_main_signon = re.compile('(U-Boot \\d{4}\\.\\d{2}[^\r\n]*\\))')
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-debug-collector.bbclass1 bmc_dump_path = "/var/lib/phosphor-debug-collector/dumps"
8 # Create user directories based on the dump type value in the config section
11 import re
15 config = ("config:")
33 if not config in line:
36 revalue = re.search('[0-9]+.[0-9]+', line)
38 bb.warn("Invalid format for config value =%s" % line)
43 config_values = re.split(r'\W+', parse_value, 1)
45 bb.warn("Invalid config value=%s" % parse_value)
/openbmc/qemu/tests/vm/
H A Dbasevm.py4 # Copyright 2017-2019 Red Hat Inc.
11 # the COPYING file in the top-level directory.
15 import re
42 # passing in a config argument to the VM constructor.
62 'block' : "-drive file={},if=none,id=drive0,cache=writeback "\
63 "-device virtio-blk,drive=drive0,bootindex=0",
64 'scsi' : "-device virtio-scsi-device,id=scsi "\
65 "-drive file={},format=raw,if=none,id=hd0 "\
66 "-device scsi-hd,drive=hd0,bootindex=0",
95 def __init__(self, args, config=None): argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsocorro-syms.bbclass11 # inherit socorro-syms
18 PACKAGES =+ "${PN}-socorro-syms"
19 FILES:${PN}-socorro-syms = "/usr/share/socorro-syms"
28 bb.error("Package %s depends on Breakpad via socorro-syms. See "
36 package_dir, "usr", "share", "breakpad-syms")
38 package_dir, "usr", "share", "socorro-syms")
105 # itself, i.e. the root of the repository we're looking for must be a
108 "git rev-parse --show-toplevel", os.path.dirname(source_file_path))
128 import re
139 "git config --get remote.origin.url", source_file_dir)
[all …]
/openbmc/linux/drivers/pci/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
7 config HAVE_PCI
11 config FORCE_PCI
21 support for PCI-X and the foundations for PCI Express support.
26 config PCI_DOMAINS
30 config PCI_DOMAINS_GENERIC
34 config PCI_SYSCALL
39 config PCI_MSI
40 bool "Message Signaled Interrupts (MSI and MSI-X)"
54 config PCI_MSI_ARCH_FALLBACKS
[all …]
/openbmc/intel-ipmi-oem/
H A Dgenerate-allowlist.py3 import re
8 sys.stderr.write("Usage: $0 allowlist-config-in allowlist-header-out\n")
9 sys.stderr.write(" Reads in allowlist config, sorting the contents\n")
11 sys.exit(-1)
31 linere = re.compile(
32 r"(0x[0-9a-f]{2}):(0x[0-9a-f]{2})((:(0x[0-9a-f]{4}))?)\s*((//\s*(.*))?)", # noqa: E501
33 re.I,
78 def parse(config): argument
80 with open(config) as f:
124 config = sys.argv[1] variable
[all …]
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py2 # SPDX-License-Identifier: Apache-2.0
9 import re
19 # second group captures comments (//single-line or /* multi-line */)
21 regex = re.compile(pattern, re.MULTILINE | re.DOTALL)
37 "-s",
38 "--schema",
45 "-c",
46 "--config",
55 "-e",
56 "--expected-fails",
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Dbuilding.rst1 .. 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
38 The changed configuration will be at the ``.config`` file. It would
50 Device Drivers --->
51 <M> Remote Controller support --->
54 [*] HDMI CEC drivers --->
[all …]

12345678910>>...43