Home
last modified time | relevance | path

Searched +full:built +full:- +full:into (Results 1 – 25 of 796) sorted by relevance

12345678910>>...32

/linux-6.8/drivers/base/firmware_loader/builtin/
Dmain.c1 // SPDX-License-Identifier: GPL-2.0
24 if (size < fw->size) in fw_copy_to_prealloc_buf()
26 memcpy(buf, fw->data, fw->size); in fw_copy_to_prealloc_buf()
31 * firmware_request_builtin() - load builtin firmware
38 * if the firmware was built-in and if so use it right away. This can be used
41 * This looks for the firmware in the built-in kernel. Only if the kernel was
42 * built-in with the firmware you are looking for will this return successfully.
55 if (strcmp(name, b_fw->name) == 0) { in firmware_request_builtin()
56 fw->size = b_fw->size; in firmware_request_builtin()
57 fw->data = b_fw->data; in firmware_request_builtin()
[all …]
/linux-6.8/drivers/accessibility/speakup/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
9 video console for blind people. If built in to the
12 point your browser at <http://www.linux-speakup.org/>.
24 Speakup can either be built in or compiled as a module
28 the synthesizer drivers below can only be built as
36 The Dectalk pc driver can only be built as a module, and
37 requires software to be pre-loaded on to the card before
55 synthesizer. You can say y to build it into the kernel,
64 synthesizer. You can say y to build it into the kernel,
72 synthesizer. You can say y to build it into the kernel,
[all …]
/linux-6.8/drivers/base/firmware_loader/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
11 will first look for built-in firmware, if it has any. Next, it will
24 You typically want this built-in (=y) but you can also enable this
25 as a module, in which case the firmware_class module will be built.
26 You also want to be sure to enable this built-in if you are going to
27 enable built-in firmware (CONFIG_EXTRA_FIRMWARE).
49 string "Build named firmware blobs into the kernel binary"
53 /lib/firmware/ paths. This option enables you to build into the
54 kernel firmware files. Built-in firmware searches are preceded
62 This option is a string and takes the (space-separated) names of the
[all …]
/linux-6.8/Documentation/driver-api/firmware/
Dbuilt-in-fw.rst2 Built-in firmware
5 Firmware can be built-in to the kernel, this means building the firmware
6 into vmlinux directly, to enable avoiding having to look for firmware from
8 directly. You can enable built-in firmware using the kernel configuration
15 into the kernel with CONFIG_EXTRA_FIRMWARE:
19 want to stuff the firmware into the boot initramfs.
22 able to make use of built-in firmware:
24 * Legalese - firmware is non-GPL compatible
28 * Some firmware files may be really large in size. The remote-proc subsystem
/linux-6.8/Documentation/kbuild/
Dmakefiles.rst23 It builds these goals by recursively descending into the subdirectories of
29 architecture-specific information to the top Makefile.
34 any built-in or modular targets.
80 ----------------
83 These lines define the files to be built, any special compilation
90 obj-y += foo.o
93 foo.o. foo.o will be built from foo.c or foo.S.
95 If foo.o shall be built as a module, the variable obj-m is used.
100 obj-$(CONFIG_FOO) += foo.o
102 $(CONFIG_FOO) evaluates to either y (for built-in) or m (for module).
[all …]
Dkbuild.rst10 -------------
16 ---------------
17 This file lists all modules that are built into the kernel. This is used
21 -----------------------
22 This file contains modinfo from all modules that are built into the kernel.
30 ---------
36 -------
37 Additional options to the assembler (for built-in and modules).
40 -------------
44 -------------
[all …]
/linux-6.8/drivers/watchdog/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
16 on-line as fast as possible after a lock-up. There's both a watchdog
21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source.
51 bool "Update boot-enabled watchdog until userspace takes over"
77 bool "Enable watchdog hrtimer-based pretimeouts"
114 event put the kernel into panic.
204 This driver can also be built as a module. If so, the module
215 This driver can be built as a module. The module name is da9063_wdt.
225 This driver can be built as a module. The module name is da9062_wdt.
228 tristate "Watchdog device controlled through GPIO-line"
[all …]
/linux-6.8/kernel/rcu/
DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0-only
3 # RCU-related debugging configuration options
19 false-positive splats, we keep it default disabled but once all
33 tests on the RCU infrastructure. The kernel module may be built
36 Say Y here if you want RCU performance tests to be built into
48 on the RCU infrastructure. The kernel module may be built
51 Say Y here if you want RCU torture tests to be built into
57 tristate "Scalability tests for read-side synchronization (RCU and others)"
63 useful comparing RCU with various read-side synchronization mechanisms.
64 The kernel module may be built after the fact on the running kernel to be
[all …]
/linux-6.8/certs/
Dsystem_keyring.c1 // SPDX-License-Identifier: GPL-2.0-or-later
16 #include <keys/asymmetric-type.h>
36 * restrict_link_by_builtin_trusted - Restrict keyring addition by built-in CA
42 * Restrict the addition of keys into a keyring based on the key-to-be-added
43 * being vouched for by a key in the built in system keyring.
55 * restrict_link_by_digsig_builtin - Restrict digitalSignature key additions by the built-in keyring
61 * Restrict the addition of keys into a keyring based on the key-to-be-added
62 * being vouched for by a key in the built in system keyring. The new key
76 * restrict_link_by_builtin_and_secondary_trusted - Restrict keyring
77 * addition by both built-in and secondary keyrings.
[all …]
/linux-6.8/Documentation/ABI/stable/
Dsysfs-module7 dynamic module. If it is built directly into the kernel, it
11 Note: The conditions of creation in the built-in case are not
33 Note: If the module is built into the kernel, or if the
/linux-6.8/drivers/net/wireless/intel/ipw2x00/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
34 rather than built-in (Y). This driver requires firmware at device
35 initialization time, and when built-in this typically happens
38 this driver into your kernel image, you can avoid this problem by
46 With this feature compiled into the driver, you can switch to
96 rather than built-in (Y). This driver requires firmware at device
97 initialization time, and when built-in this typically happens
100 this driver into your kernel image, you can avoid this problem by
108 With this feature compiled into the driver, you can switch to
132 % tethereal -i rtap0
/linux-6.8/drivers/nvmem/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
23 read/write directly into nvmem.
38 calibration data required for the PCIe or the USB-C PHY.
40 This driver can also be built as a module. If so, the module will
41 be called nvmem-apple-efuses.
44 tristate "Broadcom On-Chip OTP Controller support"
52 This driver can also be built as a module. If so, the module
53 will be called nvmem-bcm-ocotp.
72 This driver can also be built as a module. If so, the module
73 will be called nvmem-imx-iim.
[all …]
/linux-6.8/Documentation/driver-api/early-userspace/
Dearly_userspace_support.rst5 Last update: 2004-12-20 tlh
15 - gen_init_cpio, a program that builds a cpio-format archive
17 the compressed image is linked into the kernel image.
18 - initramfs, a chunk of code that unpacks the compressed cpio image
20 - klibc, a userspace C library, currently packaged separately, that is
23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
24 format, and is documented in the file "buffer-format.txt". There are
30 -------------------
39 ---------------------
43 a way to create images with root-owned files even though the image was
[all …]
/linux-6.8/Documentation/scsi/
Dscsi.rst1 .. SPDX-License-Identifier: GPL-2.0
9 https://www.tldp.org/HOWTO/SCSI-2.4-HOWTO . The LDP has single
18 The scsi-core (also known as the "mid level") contains the core of SCSI
20 The SCSI core support can be a module (scsi_mod.o), or it can be built into
29 as a module). The disk driver (sd_mod.o), CD-ROM driver (sr_mod.o),
40 Adaptec. Almost all lower level drivers can be built either as modules or
41 built into the kernel.
/linux-6.8/Documentation/trace/coresight/
Dcoresight-config.rst1 .. SPDX-License-Identifier: GPL-2.0
14 programming of the CoreSight system with pre-defined configurations that
17 Many CoreSight components can be programmed in complex ways - especially ETMs.
30 --------
37 a matching device, either when the feature is loaded into the system, or when the
40 The load process involves interpreting the descriptor into a set of register
41 accesses in the driver - the resource usage and parameter descriptions
42 translated into appropriate register accesses. This interpretation makes it easy
47 will be programmed into the device hardware.
67 system - which is described below.
[all …]
/linux-6.8/Documentation/driver-api/rapidio/
Drapidio.rst5 The RapidIO standard is a packet-based fabric interconnect standard designed for
8 is publicly available for download from the RTA web-site [1].
17 into the kernel similarly to other buses by defining RapidIO-specific device and
21 architecture-specific interfaces that provide support for common RapidIO
33 ---------------
50 ----------
54 structure. Devices form one global device list and per-network device lists
58 ----------
68 specific switch drivers that are designed to provide hardware-specific
72 -----------
[all …]
/linux-6.8/Documentation/dev-tools/kunit/
Drun_manual.rst1 .. SPDX-License-Identifier: GPL-2.0
20 - We have an existing kernel configuration to test.
21 - Need to run on real hardware (or using an emulator/VM kunit_tool
23 - Wish to integrate with some existing testing systems.
26 tests can also be built by enabling their config options in our
28 ending in ``_KUNIT_TEST``. Most tests can either be built as a module,
29 or be built into the kernel.
38 Once we have built our kernel (and/or modules), it is simple to run
39 the tests. If the tests are built-in, they will run automatically on the
43 If the tests are built as modules, they will run when the module is
[all …]
Darchitecture.rst1 .. SPDX-License-Identifier: GPL-2.0
7 The KUnit architecture is divided into two parts:
9 - `In-Kernel Testing Framework`_
10 - `kunit_tool (Command-line Test Harness)`_
12 In-Kernel Testing Framework
19 - Organizes tests
20 - Reports test results
21 - Provides test utilities
24 ----------
27 into suites. A KUnit test case is a function with type signature
[all …]
/linux-6.8/drivers/rtc/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
44 This clock should be battery-backed, so that it reads the correct
45 time when the system boots from a power-off state. Otherwise, your
141 once-per-second update interrupts, used for synchronization.
158 This driver can also be built as a module. If so, the module
159 will be called rtc-test.
172 This driver can also be built as a module. If so, the module
173 will be called rtc-88pm860x.
182 This driver can also be built as a module. If so, the module
183 will be called rtc-88pm80x.
[all …]
/linux-6.8/security/tomoyo/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 This selects TOMOYO Linux, pathname-based access control.
23 that are automatically appended into policy at "learning mode".
45 Say Y here if you want to activate access control as soon as built-in
58 default "/sbin/tomoyo-init"
78 bool "Use insecure built-in settings for fuzzing tests."
83 Enabling this option forces minimal built-in policy and disables
84 domain/program checks for run-time policy modifications. Please enable
85 this option only if this kernel is built for doing fuzzing tests.
/linux-6.8/Documentation/admin-guide/
Dmodule-signing.rst2 ------------------------------
6 .. - Overview.
7 .. - Configuring module signing.
8 .. - Generating signing keys.
9 .. - Public keys in the kernel.
10 .. - Manually signing modules.
11 .. - Signed modules and stripping.
12 .. - Loading signed modules.
13 .. - Non-valid signatures and unsigned modules.
14 .. - Administering/protecting the private key.
[all …]
Drtc.rst8 the local time zone or daylight savings time -- unless they dual boot
9 with MS-Windows -- but will instead be set to Coordinated Universal Time
12 The newest non-PC hardware tends to just count seconds, like the time(2)
16 Linux has two largely-compatible userspace RTC API families you may
20 so it's not very portable to non-x86 systems.
35 Old PC/AT-Compatible driver: /dev/rtc
36 --------------------------------------
38 All PCs (even Alpha machines) have a Real Time Clock built into them.
39 Usually they are built into the chipset of the computer, but some may
44 a few ways (enabling longer alarm periods, and wake-from-hibernate).
[all …]
/linux-6.8/drivers/power/supply/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
100 This driver can be built as a module. If so, the module will be
104 tristate "Active-semi ACT8945A charger driver"
108 Active-semi ActivePath ACT8945A charger.
126 This driver can also be built as a module. If so, the module will be
158 tristate "DS2782/DS2786 standalone gas-gauge"
162 gas-gauge.
199 tristate "Sharp SL-5500 (collie) battery"
203 SL-5500 (collie) models.
213 This driver can also be built as a module. If so, the module will be
[all …]
/linux-6.8/lib/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
31 converting bitfields between a CPU-usable representation and a
33 - Is little endian (bytes are reversed within a 32-bit group)
34 - The least-significant 32-bit word comes first (within a 64-bit
36 - The most significant bit of a byte is at its right (bit 0 of a
50 This option enables the use of hardware bit-reversal instructions on
93 bool "Access I/O in non-MMIO mode"
99 mechanism, the host-local I/O resource can be mapped into system
101 system can access the I/O devices with the mapped-logic PIO through
133 tristate "CRC-CCITT functions"
[all …]
/linux-6.8/arch/loongarch/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
219 # MIPS Loongson code, to preserve Loongson-specific code paths in drivers that
259 def_bool $(as-instr,x:pcalau12i \$t0$(comma)%pc_hi20(x))
262 def_bool $(as-instr,movfcsr2gr \$t0$(comma)\$fcsr0)
265 def_bool $(as-instr,vld \$vr0$(comma)\$a0$(comma)0)
268 def_bool $(as-instr,xvld \$xr0$(comma)\$a0$(comma)0)
271 def_bool $(as-instr,movscr2gr \$a0$(comma)\$scr0)
274 def_bool $(as-instr,hvcl 0)
340 string "Built-in kernel command line"
343 are provided at run-time, during boot. However, there are cases
[all …]

12345678910>>...32