Searched +full:system +full:- +full:on +full:- +full:module (Results 1 – 25 of 1102) sorted by relevance
12345678910>>...45
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 depends on INPUT 21 depends on MFD_88PM860X 24 support for the built-in touchscreen. 28 To compile this driver as a module, choose M here: the 29 module will be called 88pm860x-ts. 33 depends on SPI_MASTER 34 depends on HWMON = n || HWMON 38 and your board-specific setup code includes that in its 42 on your board, you will also get hwmon interfaces for the voltage [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 16 certificate as described in Documentation/admin-guide/module-signing.rst 19 bool "Provide system-wide ring of trusted keys" 20 depends on KEYS 21 depends on ASYMMETRIC_KEY_TYPE 23 Provide a system keyring to which trusted keys can be added. Keys in 25 by the kernel from compiled-in data and from hardware key stores, but 29 Keys in this keyring are used by module signature checking. [all …]
|
/kernel/linux/linux-5.10/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 <ftp://ibiblio.org/pub/Linux/system/daemons/watchdog/>. This daemon can 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 80 depends on WATCHDOG_CORE 86 depends on WATCHDOG_PRETIMEOUT_GOV 94 depends on WATCHDOG_CORE [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 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 …]
|
/kernel/linux/linux-5.10/drivers/firmware/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # see Documentation/kbuild/kconfig-language.rst. 10 tristate "ARM System Control and Management Interface (SCMI) Message Protocol" 11 depends on ARM || ARM64 || COMPILE_TEST 12 depends on MAILBOX || HAVE_ARM_SMCCC_DISCOVERY 14 ARM System Control and Management Interface (SCMI) protocol is a 15 set of operating system-independent software interfaces that are 16 used in system management. SCMI is extensible and currently provides 17 interfaces for: Discovery and self-description of the interfaces 19 a given device or domain into the various power-saving states that [all …]
|
/kernel/linux/linux-5.10/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 7 USB Type-C Connector System Software Interface (UCSI) is a 8 specification for an interface that allows the operating system to 9 control the USB Type-C ports. On UCSI system the USB Type-C ports 12 is required. UCSI is available on most of the new Intel based systems 13 that are equipped with Embedded Controller and USB Type-C ports. 16 on the platform, ACPI, PCI, I2C, etc. may be used. Therefore this 21 https://www.intel.com/content/www/us/en/io/universal-serial-bus/usb-type-c-ucsi-spec.html [all …]
|
/kernel/linux/linux-5.10/Documentation/driver-api/serial/ |
D | rocket.rst | 5 Device Driver for the Linux Operating System 9 ---------------- 13 high-speed serial ports or modems. This driver supports up to a combination 18 The driver can also be installed as an external module using the usual 19 "make;make install" routine. This external module driver, obtainable 22 into them. Installations instructions for the external module 26 this driver in module form. 29 switches on the board. See the section "ISA Rocketport Boards" below for 30 information on how to set the DIP switches. 32 You pass the I/O port to the driver using the following module parameters: [all …]
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 depends on !S390 && !UML 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 …]
|
/kernel/linux/linux-5.10/arch/s390/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 55 depends on KASAN 263 depends on $(cc-option,-march=z900) 267 available on older ESA/390 (31 Bit) only CPUs. 272 depends on $(cc-option,-march=z990) 276 on older machines. 279 bool "IBM System z9" 281 depends on $(cc-option,-march=z9-109) 283 Select this to enable optimizations for IBM System z9 (2094 and 285 on older machines. [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 15 depends on !UML 21 can run several virtual terminals (also called virtual consoles) on 23 virtual terminal can collect system messages and warnings, another 24 one can be used for a text-mode user session, and a third could run 26 is done with certain key combinations, usually Alt-<function key>. 32 directly. The fonts used on virtual terminals can be changed with 38 embedded system would want to say N here in order to save some 39 memory; the only way to log into such a system is then via a serial 43 shiny Linux system :-) [all …]
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 depends on X86 12 x86 platforms, including vendor-specific laptop extension drivers. 21 depends on ACPI 23 This driver adds support for the ACPI-WMI (Windows Management 24 Instrumentation) mapper device (PNP0C14) found on some systems. 26 ACPI-WMI is a proprietary extension to ACPI to expose parts of the 27 ACPI firmware to userspace - this is done through various vendor 35 drivers needed on many machines, including Acer and HP laptops. 38 any ACPI-WMI devices. [all …]
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 weapon control system or something like that you can say Y here 32 To compile this driver as a module, choose M here: the 33 module will be called analog. 42 To compile this driver as a module, choose M here: the 43 module will be called a3d. 47 depends on IIO 52 To compile this driver as a module, choose M here: the 53 module will be called adc-joystick. 58 depends on ADI!=m # avoid module name conflict [all …]
|
/kernel/linux/linux-5.10/drivers/usb/typec/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 tristate "USB Type-C Support" 6 USB Type-C Specification defines a cable and connector for USB where 7 only one type of plug is supported on both ends, i.e. there will not 8 be Type-A plug on one end of the cable and Type-B plug on the other. 9 Determination of the host-to-device relationship happens through a 10 specific Configuration Channel (CC) which goes through the USB Type-C 12 Accessory Modes - Analog Audio and Debug - and if USB Power Delivery 21 Modes when they are supported. USB Power Delivery does not depend on 22 USB Type-C connector, however it is mostly used together with USB [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/liteos_a/ |
D | README.md | 1 # LiteOS Cortex-A<a name="EN-US_TOPIC_0000001096612501"></a> 3 - [Introduction](#section11660541593) 4 - [Directory Structure](#section161941989596) 5 - [Constraints](#section119744591305) 6 - [Usage](#section741617511812) 7 - [Preparations](#section1579912573329) 8 - [Source Code Acquisition](#section11443189655) 9 - [Compilation and Building](#section2081013992812) 11 - [Repositories Involved](#section1371113476307) 15 …-A is a new-generation kernel developed based on the Huawei LiteOS kernel. Huawei LiteOS is a ligh… [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
12345678910>>...45