Home
last modified time | relevance | path

Searched refs:option (Results 251 – 275 of 4013) sorted by relevance

1...<<11121314151617181920>>...161

/openbmc/u-boot/drivers/clk/at91/
H A DKconfig6 This option is used to enable the AT91 clock driver.
23 This option is used to enable the AT91 UTMI PLL clock
34 This option is used to enable the USB Input Clock, from
42 This option is used to enable the AT91 H32MX matrixes
52 This option is used to enable the AT91 generic clock
/openbmc/linux/arch/x86/um/os-Linux/
H A Dprctl.c9 int os_arch_prctl(int pid, int option, unsigned long *arg2) in os_arch_prctl() argument
11 return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) arg2, option); in os_arch_prctl()
/openbmc/linux/drivers/staging/pi433/
H A DKconfig6 This option allows you to enable support for the radio module Pi433.
9 or compatible. It extends the Raspberry Pi with the option, to
15 For details or the option to buy, please visit https://pi433.de/en.html
/openbmc/linux/samples/rust/
H A DKconfig16 This option builds the Rust minimal module sample.
26 This option builds the Rust printing macros sample.
36 This option builds the Rust host program samples.
/openbmc/linux/arch/x86/include/asm/
H A Dcmdline.h5 int cmdline_find_option_bool(const char *cmdline_ptr, const char *option);
6 int cmdline_find_option(const char *cmdline_ptr, const char *option,
/openbmc/linux/arch/riscv/kernel/
H A Dhead.S114 .option push
115 .option norelax
117 .option pop
138 .option push
139 .option norelax
141 .option pop
232 .option push
233 .option norelax
235 .option pop
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex1 %option noyywrap noinput nounput
2 %option 8bit reentrant bison-bridge
3 %option warn nodefault
4 %option bison-locations
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/
H A D0001-meson-add-option-to-set-dbus_interfacedir.patch4 Subject: [PATCH] meson: add an option to set dbus_interface_dir
6 Add an option that allows to set the dbus_interface_dir path manually.
26 +option(
33 option(
/openbmc/linux/tools/perf/util/
H A Dclockid.h6 struct option;
7 int parse_clockid(const struct option *opt, const char *str, int unset);
/openbmc/linux/net/wireless/
H A DKconfig47 Select this option ONLY for kernels that are specifically
59 This option enables some additional warnings that help
76 You should disable this option unless you are both capable
78 compliant with the features available under this option.
85 This option should only be enabled by system integrators
88 features. Alternatively you can enable this option if
129 This option enables support for parsing regulatory hints
142 This option enables support for relaxation of the NO_IR flag for
166 This option enables powersave mode by default.
195 Enable this option if you need old userspace for wireless
[all …]
/openbmc/qemu/docs/system/
H A Dbootindex.rst6 A simple way to set this order is to use the ``-boot order=`` option,
23 a short-form option like ``-hda`` or ``-cdrom``, so to use
25 into long-form ``-drive`` and ``-device`` option pairs.
59 can natively boot from, but if firmware relies on an option ROM for
60 booting, and the same option ROM is used for booting from more then one
61 device, the firmware may not be able to ask the option ROM to boot from
64 the option ROM will have a boot method for each of them, but it is not
/openbmc/sdbusplus/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option('examples', type: 'feature', description: 'Build examples')
/openbmc/qemu/docs/
H A Dnvdimm.txt25 - the "nvdimm" machine option enables vNVDIMM feature.
41 file. If another guest uses the same backend file with option
69 backend file size is not equal to the size given by "size" option,
75 option. If they do not match, QEMU will report errors and abort in
93 "label-size=$SZ" option to "-device nvdimm", e.g.
170 B. DAX file(mounted with dax option)
207 The /dev/dax0.0 could be used directly in "mem-path" option.
213 mounted with the "dax" mount option:
221 Then the new file in /mnt could be used in "mem-path" option.
229 the optional "nvdimm-persistence" machine command line option:
[all …]
/openbmc/debug-trigger/
H A Dmeson_options.txt1 option('systemd', type: 'boolean', value: true)
2 option('triggers', type : 'array', choices : ['kcs1', 'kcs2', 'kcs3', 'kcs4' ])
/openbmc/linux/drivers/dma/bestcomm/
H A DKconfig24 This option enables the support for the ATA task.
30 This option enables the support for the FEC tasks.
36 This option enables the support for the GenBD tasks.
/openbmc/linux/sound/soc/xilinx/
H A DKconfig5 Select this option to enable Xilinx I2S Audio. This enables
14 Select this option to enable Xilinx audio formatter
21 Select this option to enable Xilinx SPDIF Audio.
/openbmc/pam-ipmi/src/pam_ipmicheck/
H A Dpam_ipmicheck.c40 static const char *get_option(const char *option, int argc, const char **argv) in get_option() argument
43 size_t len = strlen(option); in get_option()
46 if (strncmp(option, argv[i], len) == 0) { in get_option()
/openbmc/phosphor-ipmi-blobs/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option('examples', type: 'boolean', value: true, description: 'Build examples')
/openbmc/sdeventplus/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option('examples', type: 'boolean', value: true, description: 'Build examples')
/openbmc/gpioplus/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option('examples', type: 'boolean', value: true, description: 'Build examples')
/openbmc/linux/arch/arm64/kernel/vdso32/
H A DMakefile22 cc32-option = $(call try-run,\
42 VDSO_CAFLAGS += $(call cc32-option,-fno-PIE)
48 VDSO_CAFLAGS += $(call cc32-option,-fno-dwarf2-cfi-asm)
71 VDSO_CFLAGS += $(call cc32-option,-Wno-pointer-sign)
73 VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
75 VDSO_CFLAGS += $(call cc32-option,-Werror=incompatible-pointer-types)
/openbmc/linux/arch/arm64/
H A DMakefile20 $(call ld-option, --no-apply-dynamic-relocs)
44 KBUILD_CFLAGS += $(call cc-option,-mabi=lp64)
45 KBUILD_AFLAGS += $(call cc-option,-mabi=lp64)
75 KBUILD_CFLAGS += $(call cc-option,-mbranch-protection=none)
113 KBUILD_LDFLAGS += -EB $(call ld-option, -maarch64elfb, -maarch64linuxb -z norelro)
119 KBUILD_LDFLAGS += -EL $(call ld-option, -maarch64elf, -maarch64linux -z norelro)
/openbmc/linux/arch/xtensa/
H A DKconfig.debug21 Enabling this option improves the link time but increases the
28 Enable this option to test S32C1I instruction behavior at boot.
39 This option allows you to set the stack depth that the kernel
45 Enable this option to display user code around PC of the unhandled
/openbmc/linux/drivers/counter/
H A DKconfig54 Select this option to enable the Flex Timer Quadrature decoder
65 Select this option to enable the Intel Quadrature Encoder Peripheral
75 Select this option to enable interrupt counter driver. Any interrupt
87 Select this option to enable the Microchip Timer Counter Block
108 Select this option to enable STM32 Low-Power Timer quadrature encoder
118 Select this option to enable STM32 Timer quadrature encoder
130 Select this option to enable the Texas Instruments Enhanced Capture
144 Select this option to enable the Texas Instruments Enhanced Quadrature
/openbmc/u-boot/board/freescale/common/
H A DKconfig19 This option enables two commands used for secure booting:
29 This option enables LTC3882 voltage monitor read
37 This option enables LTC3882 voltage monitor set

1...<<11121314151617181920>>...161