Home
last modified time | relevance | path

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

12345678910>>...42

/Linux-v5.10/drivers/rtc/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
41 device should record time in UTC, since the kernel won't do
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
58 in the RTC specified by RTC_HCTOSYS_DEVICE approximately every 11
69 one can sleep when setting time, because it runs in the workqueue
75 Say yes here to enable debugging support in the RTC framework
132 once-per-second update interrupts, used for synchronization.
149 This driver can also be built as a module. If so, the module
150 will be called rtc-test.
[all …]
/Linux-v5.10/drivers/i2c/busses/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
18 controller is part of the 7101 device, which is an ACPI-compliant
21 This driver can also be built as a module. If so, the module
22 will be called i2c-ali1535.
30 controller is part of the 7101 device, which is an ACPI-compliant
33 This driver can also be built as a module. If so, the module
34 will be called i2c-ali1563.
43 This driver can also be built as a module. If so, the module
44 will be called i2c-ali15x3.
55 This driver can also be built as a module. If so, the module
[all …]
/Linux-v5.10/drivers/hwmon/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
20 sensors-detect script from the lm_sensors package. Read
21 <file:Documentation/hwmon/userspace-tools.rst> for details.
23 This support can also be built as a module. If so, the module
51 This driver can also be built as a module. If so, the module
52 will be called abx500-temp.
66 This driver can also be built as a module. If so, the module
80 This driver can also be built as a module. If so, the module
90 This driver can also be built as a module. If so, the module
100 This driver can also be built as a module. If so, the module
[all …]
/Linux-v5.10/net/caif/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
12 based connection-oriented MUX protocol developed by ST-Ericsson for use
19 built as a module. You will also need to say Y (or M) to any CAIF
30 Enable the inclusion of debug code in the CAIF stack.
40 This can be either built-in or a loadable module.
41 If you select to build it as a built-in then the main CAIF device must
42 also be a built-in.
51 This can be either built-in or a loadable module.
52 If you select to build it as a built-in then the main CAIF device must
53 also be a built-in.
/Linux-v5.10/drivers/iio/adc/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 # When adding new entries keep the list in alphabetical order
10 bool "ST-Ericsson AB8500 GPADC driver"
29 Say yes here to build support for Analog Devices AD7091R-5 ADC.
32 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver"
36 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8
100 tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD an TI"
126 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
137 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
148 Say yes here to build support for Analog Devices AD7766, AD7766-1,
[all …]
/Linux-v5.10/drivers/base/firmware_loader/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
8 This enables the firmware loading facility in the kernel. The kernel
9 will first look for built-in firmware, if it has any. Next, it will
10 look for the requested firmware in a series of filesystem paths:
22 You typically want this built-in (=y) but you can also enable this
23 as a module, in which case the firmware_class module will be built.
24 You also want to be sure to enable this built-in if you are going to
25 enable built-in firmware (CONFIG_EXTRA_FIRMWARE).
38 kernel firmware files. Built-in firmware searches are preceded
43 in boot and cannot rely on the firmware being placed in an initrd or
[all …]
/Linux-v5.10/Documentation/kbuild/
Dkconfig-macro-language.rst6 -------
9 two languages in one. One language describes dependency graphs consisting of
21 $(CC) -o $(APP) $(SRC)
27 gcc -o foo foo.c
32 The idea is quite similar in Kconfig - it is possible to describe a Kconfig
38 def_bool $(shell, $(srctree)/scripts/gcc-check-foo.sh $(CC))
40 The macro language in Kconfig processes the source file into the following
46 Then, Kconfig moves onto the evaluation stage to resolve inter-symbol
47 dependency as explained in kconfig-language.rst.
51 ---------
[all …]
Dmakefiles.rst12 --- 3.1 Goal definitions
13 --- 3.2 Built-in object goals - obj-y
14 --- 3.3 Loadable module goals - obj-m
15 --- 3.4 Objects which export symbols
16 --- 3.5 Library file goals - lib-y
17 --- 3.6 Descending down in directories
18 --- 3.7 Compilation flags
19 --- 3.8 <deleted>
20 --- 3.9 Dependency tracking
21 --- 3.10 Special Rules
[all …]
Dkbuild.rst10 -------------
11 This file records the order in which modules appear in Makefiles. This
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 ---------
32 will be used in all cases where kbuild does preprocessing including
36 -------
37 Additional options to the assembler (for built-in and modules).
[all …]
/Linux-v5.10/drivers/nvmem/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
32 This driver can also be built as a module. If so, the module
33 will be called nvmem-imx-iim.
36 tristate "i.MX 6/7/8 On-Chip OTP Controller support"
40 This is a driver for the On-Chip OTP Controller (OCOTP) available on
41 i.MX6 SoCs, providing access to 4 Kbits of one-time programmable
44 This driver can also be built as a module. If so, the module
45 will be called nvmem-imx-ocotp.
48 tristate "i.MX8 SCU On-Chip OTP Controller support"
52 This is a driver for the SCU On-Chip OTP Controller (OCOTP)
[all …]
/Linux-v5.10/arch/mips/netlogic/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
6 bool "Built-in device tree for XLP EVP boards"
11 This DTB will be used if the firmware does not pass in a DTB
16 bool "Built-in device tree for XLP SVP boards"
21 This DTB will be used if the firmware does not pass in a DTB
26 bool "Built-in device tree for XLP FVP boards"
31 This DTB will be used if the firmware does not pass in a DTB
36 bool "Built-in device tree for XLP GVP boards"
41 This DTB will be used if the firmware does not pass in a DTB
46 bool "Built-in device tree for XLP RVP boards"
[all …]
/Linux-v5.10/Documentation/admin-guide/nfs/
Dnfs-rdma.rst17 The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server
18 was first included in the following release, Linux 2.6.25.
20 In our testing, we have obtained excellent performance results (full 10Gbit
29 nfs-rdma-devel@lists.sourceforge.net mailing list.
37 - Install an RDMA device
39 Any device supported by the drivers in drivers/infiniband/hw is acceptable.
41 Testing has been performed using several Mellanox-based IB cards, the
44 - Install a Linux distribution and tools
50 The procedures described in this document have been tested with
53 - Install nfs-utils-1.1.2 or greater on the client
[all …]
/Linux-v5.10/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
37 tests on the RCU infrastructure. The kernel module may be built
40 Say Y here if you want RCU performance tests to be built into
56 on the RCU infrastructure. The kernel module may be built
59 Say Y here if you want RCU torture tests to be built into
65 tristate "Scalability tests for read-side synchronization (RCU and others)"
75 useful comparing RCU with various read-side synchronization mechanisms.
76 The kernel module may be built after the fact on the running kernel to be
[all …]
/Linux-v5.10/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
8 directly. You can enable built-in firmware using the kernel configuration
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-v5.10/drivers/watchdog/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
14 longer than 1 minute will result in rebooting the machine. This
16 on-line as fast as possible after a lock-up. There's both a watchdog
17 implementation entirely in software (which can sometimes fail to
21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source.
51 bool "Update boot-enabled watchdog until userspace takes over"
65 The maximum time, in seconds, for which the watchdog framework takes
168 Support for the watchdog in the ROHM BD70528 PMIC. Watchdog trigger
180 Support for the watchdog in the DA9052 PMIC. Watchdog trigger
195 This driver can also be built as a module. If so, the module
[all …]
/Linux-v5.10/drivers/net/ieee802154/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 Say Y here to get to see options for IEEE 802.15.4 Low-Rate
11 If you say N, all options in this submenu will be skipped and
21 This driver can also be built as a module. To do so say M here.
33 This driver can also be built as a module. To do so, say M here.
52 This driver can also be built as a module. To do so, say M here.
63 This driver can also be built as a module. To do so, say M here.
73 This driver can also be built as a module. To do so say M here.
84 This driver can also be built as a module. To do so, say M here.
96 This driver can also be built as a module. To do so, say M here.
[all …]
/Linux-v5.10/arch/riscv/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 # see Documentation/kbuild/kconfig-language.rst.
98 # VA_BITS - PAGE_SHIFT - 3
103 # set if we run in machine mode, cleared if we run in supervisor mode
108 # set if we are running in S-mode and can use SBI calls
115 bool "MMU-based Paged Memory Management Support"
118 Select if you want MMU-based virtualised addressing space
231 # is still a bit more efficient when generating code if it's setup in a manner
263 bool "Symmetric Multi-Processing"
276 int "Maximum number of CPUs (2-32)"
[all …]
/Linux-v5.10/drivers/gpu/drm/panel/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
19 in the Versatile family syscon registers.
28 NT35596 1080x1920 video mode panel as found in some Asus
38 TFT-LCD modules. The panel has a 1200x1920 resolution and uses
40 the host and has a built-in LED backlight.
57 This driver supports LVDS panels that don't require device-specific
79 KD35T133 controller for 320x480 LCD panels with MIPI-DSI
89 4-lane 800x1280 MIPI DSI panel.
92 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
98 Feiyang FY07024DI26A30-D MIPI-DSI interface.
[all …]
/Linux-v5.10/drivers/i2c/muxes/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 tristate "GPIO-based I2C arbitration"
19 This driver can also be built as a module. If so, the module
20 will be called i2c-arb-gpio-challenge.
23 tristate "GPIO-based I2C multiplexer"
31 This driver can also be built as a module. If so, the module
32 will be called i2c-mux-gpio.
41 I2C busses connected through a MUX, which in turn is controlled
42 by a MUX-controller from the MUX subsystem.
44 This driver can also be built as a module. If so, the module
[all …]
/Linux-v5.10/arch/mips/
DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0
13 to print messages very early in the bootup process.
34 bool "Built-in kernel command line"
42 should choose 'Y' here, and fill in the extra boot arguments
43 in CONFIG_CMDLINE.
45 The built-in options will be concatenated to the default command
47 command line will be ignored and replaced by the built-in string.
50 the command line from the firmware or the second-stage bootloader.
59 the default command line, you can supply some command-line options at
60 build time by entering them here. In other cases you can specify
[all …]
/Linux-v5.10/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
32 used in conjunction with Speakup. Think of them 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
121 In order to use the DecTalk PC driver, you must download
122 the dec_pc.tgz file from linux-speakup.org. It is in
[all …]
/Linux-v5.10/drivers/rapidio/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
68 for RapidIO subsystem. You may select single built-in method or
69 or any number of methods to be built as modules.
70 Selecting a built-in method disables use of loadable methods.
72 If unsure, select Basic built-in.
78 mechanism similar to one described in RapidIO specification Annex 1.
87 provides socket-like interface to allow sharing of single RapidIO
88 messaging mailbox between multiple user-space applications.
89 See "Documentation/driver-api/rapidio/rio_cm.rst" for driver description.
96 allows to user space applications to perform RapidIO-specific
/Linux-v5.10/Documentation/sound/cards/
Djoystick.rst10 -------
17 cards. In the case of ISA (PnP) cards, it's usually handled by the
19 built-in gameport support. Hence, when the ALSA PCI driver is built
20 in the kernel, CONFIG_GAMEPORT must be 'y', too. Otherwise, the
24 the load time. It'd be safer to plug in the joystick device before
29 ---------
33 joystick support is always enabled. In the former ALSA version, there
43 als4000 joystick_port 0 = disable (default), 1 = auto-detect,
46 azf3328 joystick 0 = disable, 1 = enable, -1 = auto (default)
48 ens1371 joystick_port 0 = disable (default), 1 = auto-detect,
[all …]
/Linux-v5.10/security/tomoyo/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
13 This selects TOMOYO Linux, pathname-based access control.
27 such programs in "learning mode" dulls the system response
47 Say Y here if you want to activate access control as soon as built-in
60 default "/sbin/tomoyo-init"
80 bool "Use insecure built-in settings for fuzzing tests."
85 Enabling this option forces minimal built-in policy and disables
86 domain/program checks for run-time policy modifications. Please enable
87 this option only if this kernel is built for doing fuzzing tests.
/Linux-v5.10/drivers/iio/gyro/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 # When adding new entries keep the list in alphabetical order
41 This driver can also be built as a module. If so, the module
45 tristate "Analog Devices ADXRS290 Dual-Axis MEMS Gyroscope SPI driver"
53 This driver can also be built as a module. If so, the module will be
63 This driver can also be built as a module. If so, the module
74 Say yes here to build support for BOSCH BMG160 Tri-axis Gyro Sensor
78 This driver can also be built as a module. If so, the module
97 Say yes here to build support for NXP FXAS21002C Tri-axis Gyro
100 This driver can also be built as a module. If so, the module
[all …]

12345678910>>...42