Searched +full:system +full:- +full:on +full:- +full:module (Results 1 – 25 of 1058) sorted by relevance
12345678910>>...43
| /Linux-v5.15/drivers/input/touchscreen/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 depends on MFD_88PM860X 20 support for the built-in touchscreen. 24 To compile this driver as a module, choose M here: the 25 module will be called 88pm860x-ts. 29 depends on SPI_MASTER 30 depends on HWMON = n || HWMON 34 and your board-specific setup code includes that in its 38 on your board, you will also get hwmon interfaces for the voltage 39 (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip. [all …]
|
| /Linux-v5.15/drivers/pci/hotplug/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 8 depends on PCI && SYSFS 20 depends on X86 && PCI_BIOS 25 To compile this driver as a module, choose M here: the 26 module will be called cpqphp. 31 bool "Save configuration into NVRAM on Compaq servers" 32 depends on HOTPLUG_PCI_COMPAQ 36 system configuration options in NVRAM. 42 depends on X86_IO_APIC && X86 && PCI_BIOS 47 To compile this driver as a module, choose M here: the [all …]
|
| /Linux-v5.15/drivers/input/mouse/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 24 Say Y here if you have a PS/2 mouse connected to your system. This 25 includes the standard 2 or 3-button PS/2 mouse, as well as PS/2 39 To compile this driver as a module, choose M here: the 40 module will be called psmouse. 45 depends on MOUSE_PS2 48 your system. 55 depends on MOUSE_PS2 58 your system. 65 depends on MOUSE_PS2 [all …]
|
| /Linux-v5.15/certs/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 5 string "File name or PKCS#11 URI of module signing key" 7 depends on MODULE_SIG || (IMA_APPRAISE_MODSIG && MODULES) 16 certificate as described in Documentation/admin-guide/module-signing.rst 19 prompt "Type of module signing key to be generated" 22 The type of module signing key type to generate. This option 27 depends on MODULE_SIG || (IMA_APPRAISE_MODSIG && MODULES) 29 Use an RSA key for module signing. 34 depends on MODULE_SIG || (IMA_APPRAISE_MODSIG && MODULES) 36 Use an elliptic curve key (NIST P384) for module signing. Consider [all …]
|
| /Linux-v5.15/drivers/crypto/allwinner/ |
| D | Kconfig | 3 depends on ARCH_SUNXI || COMPILE_TEST 9 tristate "Support for Allwinner Security System cryptographic accelerator" 10 depends on ARCH_SUNXI 11 depends on PM 12 depends on CRYPTO_DEV_ALLWINNER 20 Security System. Select this if you want to use it. 21 The Security System handle AES/DES/3DES ciphers in CBC mode 24 To compile this driver as a module, choose M here: the module 25 will be called sun4i-ss. 28 bool "Support for Allwinner Security System PRNG" [all …]
|
| /Linux-v5.15/drivers/acpi/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 11 depends on ARCH_SUPPORTS_ACPI 17 Linux requires an ACPI-compliant platform (hardware/firmware), 18 and assumes the presence of OS-directed configuration and power 24 the Plug-and-Play BIOS specification (PnP BIOS), the 30 <https://01.org/linux-acpi> 32 Linux support for ACPI is based on Intel Corporation's ACPI 33 Component Architecture (ACPI CA). For more information on the 37 ACPI is an open industry specification originally co-developed by 38 Hewlett-Packard, Intel, Microsoft, Phoenix, and Toshiba. Currently, [all …]
|
| /Linux-v5.15/drivers/platform/surface/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Microsoft Surface Platform-Specific Drivers 7 bool "Microsoft Surface Platform-Specific Device Drivers" 8 depends on ACPI 11 Say Y here to get to see options for platform-specific device drivers 21 depends on ACPI_WMI 22 depends on DMI 23 depends on INPUT 24 depends on SPI 28 To compile this driver as a module, choose M here: the module will [all …]
|
| /Linux-v5.15/drivers/platform/surface/aggregator/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0+ 2 # Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 5 tristate "Microsoft Surface System Aggregator Module Subsystem and Drivers" 6 depends on SERIAL_DEV_BUS 9 The Surface System Aggregator Module (Surface SAM or SSAM) is an 10 embedded controller (EC) found on 5th- and later-generation Microsoft 14 Depending on the device in question, this EC provides varying 16 - EC access from ACPI via Surface ACPI Notify (5th- and 6th-generation) 17 - battery status information (all devices) 18 - thermal sensor access (all devices) [all …]
|
| /Linux-v5.15/drivers/watchdog/ |
| D | Kconfig | 1 # 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. 25 <https://ibiblio.org/pub/Linux/system/daemons/watchdog/>. This daemon 42 bool "Disable watchdog shutdown on close" 51 bool "Update boot-enabled watchdog until userspace takes over" 58 the watchdog on its own. Thus if your userspace does not start fast 77 bool "Enable watchdog hrtimer-based pretimeouts" 88 depends on WATCHDOG_CORE 94 depends on WATCHDOG_PRETIMEOUT_GOV [all …]
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | ras.rst | 10 Reliability, Availability and Serviceability (RAS) is a concept used on 14 is the probability that a system will produce correct outputs. 20 is the probability that a system is operational at a given time 27 is the simplicity and speed with which a system can be repaired or 30 * Generally measured on Mean Time Between Repair (MTBR) 33 ------------- 35 In order to reduce systems downtime, a system should be capable of detecting 38 the system administrator to take the action of replacing a component before 39 it causes data loss or system downtime. 47 Self-Monitoring, Analysis and Reporting Technology (SMART). [all …]
|
| /Linux-v5.15/drivers/tty/serial/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 7 depends on HAS_IOMEM 11 depends on SERIAL_CORE 19 comment "Non-8250 serial port support" 23 depends on ARM_AMBA || COMPILE_TEST 33 bool "Support for console on AMBA serial port" 34 depends on SERIAL_AMBA_PL010=y 37 Say Y here if you wish to use an AMBA PrimeCell UART as the system 38 console (the system console is the device which receives all kernel 42 (/dev/tty0) will still be used as the system console by default, but [all …]
|
| /Linux-v5.15/fs/minix/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "Minix file system support" 4 depends on BLOCK 6 Minix is a simple operating system used in many classes about OS's. 7 The minix file system (method to organize files on a hard disk 8 partition or a floppy disk) was the original file system for Linux, 9 but has been superseded by the second extended file system ext2fs. 10 You don't want to use the minix file system on your hard disk 11 because of certain built-in restrictions, but it is sometimes found 12 on older Linux floppy disks. This option will enlarge your kernel [all …]
|
| /Linux-v5.15/drivers/usb/typec/ucsi/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 tristate "USB Type-C Connector System Software Interface driver" 5 depends on !CPU_BIG_ENDIAN 6 depends on USB_ROLE_SWITCH || !USB_ROLE_SWITCH 8 USB Type-C Connector System Software Interface (UCSI) is a 9 specification for an interface that allows the operating system to 10 control the USB Type-C ports. On UCSI system the USB Type-C ports 13 is required. UCSI is available on most of the new Intel based systems 14 that are equipped with Embedded Controller and USB Type-C ports. 17 on the platform, ACPI, PCI, I2C, etc. may be used. Therefore this [all …]
|
| /Linux-v5.15/drivers/platform/x86/intel/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 various Intel x86 platforms, including vendor-specific 31 depends on ACPI 32 depends on INPUT 33 depends on I2C 39 To compile this driver as a module, choose M here: the module will 44 depends on ACPI 45 depends on INPUT 46 depends on I2C 52 To compile this driver as a module, choose M here: the module will [all …]
|
| /Linux-v5.15/arch/s390/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 49 depends on KASAN 272 depends on $(cc-option,-march=z900) 276 available on older ESA/390 (31 Bit) only CPUs. 281 depends on $(cc-option,-march=z990) 285 on older machines. 288 bool "IBM System z9" 290 depends on $(cc-option,-march=z9-109) 292 Select this to enable optimizations for IBM System z9 (2094 and 294 on older machines. [all …]
|
| /Linux-v5.15/drivers/rtc/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 depends on !S390 20 be allowed to plug one or more RTCs to your system. You will 26 bool "Set system time from RTC on startup and resume" 29 If you say yes here, the system time (wall clock) will be set using 34 string "RTC used to set the system time" 35 depends on RTC_HCTOSYS 38 The RTC device that will be used to (re)initialize the system 39 clock, usually rtc0. Initialization is done when the system 44 This clock should be battery-backed, so that it reads the correct [all …]
|
| /Linux-v5.15/drivers/block/paride/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 5 # PARIDE doesn't need PARPORT, but if PARPORT is configured as a module, 6 # PARIDE must also be a module. 9 comment "Parallel IDE high-level drivers" 10 depends on PARIDE 14 depends on PARIDE 16 This option enables the high-level driver for IDE-type disk devices 20 it as a loadable module. The module will be called pd. You 22 system. Among the devices supported by this driver are the SyQuest 23 EZ-135, EZ-230 and SparQ drives, the Avatar Shark and the backpack [all …]
|
| /Linux-v5.15/drivers/input/joystick/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 7 depends on !UML 10 weapon control system or something like that you can say Y here 33 To compile this driver as a module, choose M here: the 34 module will be called analog. 43 To compile this driver as a module, choose M here: the 44 module will be called a3d. 48 depends on IIO 53 To compile this driver as a module, choose M here: the 54 module will be called adc-joystick. [all …]
|
| /Linux-v5.15/drivers/tty/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 20 can run several virtual terminals (also called virtual consoles) on 22 virtual terminal can collect system messages and warnings, another 23 one can be used for a text-mode user session, and a third could run 25 is done with certain key combinations, usually Alt-<function key>. 31 directly. The fonts used on virtual terminals can be changed with 37 embedded system would want to say N here in order to save some 38 memory; the only way to log into such a system is then via a serial 42 shiny Linux system :-) 45 depends on VT [all …]
|
| /Linux-v5.15/drivers/hid/surface-hid/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0+ 2 menu "Surface System Aggregator Module HID support" 3 depends on SURFACE_AGGREGATOR 4 depends on INPUT 7 tristate "HID transport driver for Surface System Aggregator Module" 8 depends on SURFACE_AGGREGATOR_REGISTRY 11 Driver to support integrated HID devices on newer Microsoft Surface 15 by the Surface Aggregator Module (i.e. the embedded controller) on 16 7th-generation Microsoft Surface devices, i.e. Surface Book 3 and 17 Surface Laptop 3. On those models, it is mainly used to connect the [all …]
|
| /Linux-v5.15/drivers/xen/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 depends on XEN 10 the system to expand the domain's memory allocation, or alternatively 11 return unneeded memory to the system. 15 depends on XEN_BALLOON && MEMORY_HOTPLUG 19 available for the system above limit declared at system startup. 20 It is very useful on critical systems which require long 29 effect by checking /sys/devices/system/memory/auto_online_blocks 32 2) control domain: xl mem-max <target-domain> <maxmem> 35 3) control domain: xl mem-set <target-domain> <memory> [all …]
|
| /Linux-v5.15/fs/romfs/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "ROM file system support" 4 depends on BLOCK || MTD 6 This is a very small read-only file system mainly intended for 8 other read-only media as well. Read 11 To compile this file system support as a module, choose M here: the 12 module will be called romfs. Note that the file system of your 14 module. 24 depends on ROMFS_FS 30 bool "Block device-backed ROM file system support" [all …]
|
| /Linux-v5.15/drivers/hwtracing/coresight/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 7 depends on ARM || ARM64 8 depends on OF || ACPI 15 a topological view of the CoreSight components based on a DT 19 To compile this driver as a module, choose M here: the 20 module will be called coresight. 32 modules will be called coresight-funnel and coresight-replicator. 37 depends on CORESIGHT_LINKS_AND_SINKS 40 Depending on its configuration the device can act as a link (embedded 41 trace router - ETR) or sink (embedded trace FIFO). The driver [all …]
|
| /Linux-v5.15/drivers/i2c/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 13 I2C (pronounce: I-squared-C) is a slow serial bus protocol used in 15 or System Management Bus is a subset of the I2C protocol. More 25 This I2C support can also be built as a module. If so, the module 26 will be called i2c-core. 30 depends on I2C=y && ACPI 44 bool "Enable compatibility bits for old user-space" 47 Say Y here if you intend to run lm-sensors 3.1.1 or older, or any 48 other user-space package which expects i2c adapters to be class 54 Say Y here to use i2c-* device files, usually found in the /dev [all …]
|
| /Linux-v5.15/Documentation/x86/ |
| D | intel_txt.rst | 6 Technology (Intel(R) TXT), defines platform-level enhancements that 13 - Provides dynamic root of trust for measurement (DRTM) 14 - Data protection in case of improper shutdown 15 - Measurement and verification of launched environment 18 non-vPro systems. It is currently available on desktop systems 19 based on the Q35, X38, Q45, and Q43 Express chipsets (e.g. Dell 20 Optiplex 755, HP dc7800, etc.) and mobile systems based on the GM45, 30 - LinuxTAG 2008: 31 http://www.linuxtag.org/2008/en/conf/events/vp-donnerstag.html 33 - TRUST2008: [all …]
|
12345678910>>...43