Searched +full:re +full:- +full:config (Results 1 – 25 of 1028) sorted by relevance
12345678910>>...42
/linux-5.10/arch/ia64/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 2 config PGTABLE_LEVELS 9 config IA64 62 The Itanium Processor Family is Intel's 64-bit successor to 63 the 32-bit X86 line. The IA-64 Linux project has a home 65 <linux-ia64@vger.kernel.org>. 67 config 64BIT 72 config ZONE_DMA32 75 config MMU 79 config STACKTRACE_SUPPORT [all …]
|
D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 7 config IA64_GRANULE_16MB 10 IA-64 identity-mapped regions use a large page size called "granules". 15 config IA64_GRANULE_64MB 21 config IA64_PRINT_HAZARDS 22 bool "Print possible IA-64 dependency violations to console" 26 Faults, that is, for Read-after-Write (RAW), Write-after-Write (WAW), 27 or Write-after-Read (WAR) violations. This option is ignored if you 29 (CONFIG_ITANIUM_ASTEP_SPECIFIC). If you're unsure, select Y. 31 config DISABLE_VHPT [all …]
|
/linux-5.10/arch/powerpc/platforms/ |
D | Kconfig.cputype | 1 # SPDX-License-Identifier: GPL-2.0 2 config PPC32 7 config PPC64 8 bool "64-bit kernel" 11 This option selects whether a 32-bit or a 64-bit kernel 14 config PPC_BOOK3S_32 32 config PPC_BOOK3S_6xx 41 config PPC_85xx 45 config PPC_8xx 54 config 40x [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 24 config KVM_GUEST 34 config EPAPR_PARAVIRT 35 bool "ePAPR para-virtualization support" 37 Enables ePAPR para-virtualization support for guests. 41 config PPC_NATIVE 46 a hypervisor. This option is not user-selectable but should 49 config PPC_OF_BOOT_TRAMPOLINE 61 config PPC_DT_CPU_FTRS 62 bool "Device-tree based CPU feature discovery & setup" [all …]
|
/linux-5.10/drivers/remoteproc/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 config REMOTEPROC 17 config REMOTEPROC_CDEV 26 config IMX_REMOTEPROC 35 config INGENIC_VPU_RPROC 41 This can be either built-in or a loadable module. 44 config MTK_SCP 54 config OMAP_REMOTEPROC 67 use-cases to run on your platform (multimedia codecs are 70 It's safe to say N here if you're not interested in multimedia [all …]
|
/linux-5.10/drivers/net/usb/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 comment "Host-side USB support is needed for USB Network Adapter support" 15 config USB_CATC 16 tristate "USB CATC NetMate-based Ethernet device support" 34 config USB_KAWETH 35 tristate "USB KLSI KL5USB101-based ethernet device support" 40 ADS USB-10BT 45 D-Link DSB-650C and DU-E10 47 I-O DATA USB-ET/T 51 Mobility USB-Ethernet Adapter [all …]
|
/linux-5.10/drivers/usb/gadget/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks). 10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks). 11 # - Some systems have both kinds of controllers. 13 # With help from a special transceiver and a "Mini-AB" jack, systems with 14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG). 25 you can't connect a "to-the-host" connector to a peripheral. 44 For more information, see <http://www.linux-usb.org/gadget> and 49 config USB_GADGET_DEBUG [all …]
|
/linux-5.10/arch/um/ |
D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 3 config GPROF 7 This allows profiling of a User-Mode Linux kernel with the gprof 10 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more 13 If you're involved in UML kernel development and want to use gprof, 14 say Y. If you're unsure, say N. 16 config GCOV 24 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more 27 If you're involved in UML kernel development and want to use gcov, 28 say Y. If you're unsure, say N. [all …]
|
/linux-5.10/drivers/input/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 config INPUT 29 config INPUT_LEDS 40 module will be called input-leds. 42 config INPUT_FF_MEMLESS 43 tristate "Support for memoryless force-feedback devices" 45 Say Y here if you have memoryless force-feedback input device 47 Power 2, or similar. You will also need to enable hardware-specific 53 module will be called ff-memless. 55 config INPUT_POLLDEV [all …]
|
/linux-5.10/drivers/pci/controller/dwc/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 6 config PCIE_DW 9 config PCIE_DW_HOST 14 config PCIE_DW_EP 19 config PCI_DRA7XX 22 config PCI_DRA7XX_HOST 34 host-specific features PCI_DRA7XX_HOST must be selected and in order 35 to enable device-specific features PCI_DRA7XX_EP must be selected. 38 config PCI_DRA7XX_EP 49 host-specific features PCI_DRA7XX_HOST must be selected and in order [all …]
|
/linux-5.10/drivers/pci/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 7 config HAVE_PCI 11 config FORCE_PCI 21 support for PCI-X and the foundations for PCI Express support. 26 config PCI_DOMAINS 30 config PCI_DOMAINS_GENERIC 34 config PCI_SYSCALL 39 config PCI_MSI 40 bool "Message Signaled Interrupts (MSI and MSI-X)" 54 config PCI_MSI_IRQ_DOMAIN [all …]
|
/linux-5.10/Documentation/admin-guide/media/ |
D | building.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 distribution-specific source file or via the Kernel's main git tree\ [1]_. 12 - you're a braveheart and want to experiment with new stuff; 13 - if you want to report a bug; 14 - if you're developing new patches 23 https://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers 38 The changed configuration will be at the ``.config`` file. It would 50 Device Drivers ---> 51 <M> Remote Controller support ---> 54 [*] HDMI CEC drivers ---> [all …]
|
/linux-5.10/drivers/usb/dwc3/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 config USB_DWC3 17 config USB_DWC3_ULPI 30 config USB_DWC3_HOST 37 config USB_DWC3_GADGET 44 config USB_DWC3_DUAL_ROLE 56 config USB_DWC3_OMAP 68 config USB_DWC3_EXYNOS 76 config USB_DWC3_PCI 77 tristate "PCIe-based Platforms" [all …]
|
/linux-5.10/drivers/mtd/ |
D | Kconfig | 15 config MTD_TESTS 35 config MTD_BLKDEVS 38 config MTD_BLOCK 61 config MTD_BLOCK_RO 66 This allows you to mount read-only file systems (such as cramfs) 73 config FTL 79 is part of the PCMCIA specification. It uses a kind of pseudo- 81 512-byte sectors, on top of which you put a 'normal' file system. 85 legal - in the USA you are only permitted to use this on PCMCIA 86 hardware, although under the terms of the GPL you're obviously [all …]
|
/linux-5.10/tools/testing/kunit/ |
D | kunit_config.py | 1 # SPDX-License-Identifier: GPL-2.0 3 # Builds a .config from a kunitconfig. 10 import re 19 def __str__(self) -> str: 27 """Error parsing Kconfig defconfig or .config.""" 31 """Represents defconfig or .config specified using the Kconfig language.""" 39 def add_entry(self, entry: KconfigEntry) -> None: 42 def is_subset_of(self, other: 'Kconfig') -> bool: 55 def write_to_file(self, path: str) -> None: 60 def parse_from_string(self, blob: str) -> None: [all …]
|
/linux-5.10/drivers/mtd/devices/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "Self-contained MTD device drivers" 6 config MTD_PMC551 12 These devices come in memory configurations from 32M - 1G. If you 24 config MTD_PMC551_BUGFIX 32 config MTD_PMC551_DEBUG 40 config MTD_MS02NV 41 tristate "DEC MS02-NV NVRAM module support" 44 This is an MTD driver for the DEC's MS02-NV (54-20948-01) battery 45 backed-up NVRAM module. The module was originally meant as an NFS [all …]
|
/linux-5.10/Documentation/sphinx/ |
D | cdomain.py | 1 # -*- coding: utf-8; mode: python -*- 7 Replacement for the sphinx c-domain. 16 the config values for ``nitpick`` and ``nitpick_ignore``. 19 ref-name of a function can be modified. E.g.:: 24 The func-name (e.g. ioctl) remains in the output but the ref-name changed 30 * Handle signatures of function-like macros well. Don't try to deduce 31 arguments types of function-like macros. 44 import re 56 # - Store the namespace if ".. c:namespace::" tag is found 58 RE_namespace = re.compile(r'^\s*..\s*c:namespace::\s*(\S+)\s*$') [all …]
|
/linux-5.10/sound/pci/hda/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "HD-Audio" 4 config SND_HDA 11 config SND_HDA_GENERIC_LEDS 14 config SND_HDA_INTEL 23 This option enables the HD-audio controller. Don't forget 27 will be called snd-hda-intel. 29 config SND_HDA_TEGRA 43 will be called snd-hda-tegra. 47 config SND_HDA_HWDEP [all …]
|
/linux-5.10/drivers/net/ethernet/intel/igc/ |
D | igc_ptp.c | 1 // SPDX-License-Identifier: GPL-2.0 22 struct igc_hw *hw = &adapter->hw; in igc_ptp_read() 29 ts->tv_sec = sec; in igc_ptp_read() 30 ts->tv_nsec = nsec; in igc_ptp_read() 36 struct igc_hw *hw = &adapter->hw; in igc_ptp_write_i225() 38 wr32(IGC_SYSTIML, ts->tv_nsec); in igc_ptp_write_i225() 39 wr32(IGC_SYSTIMH, ts->tv_sec); in igc_ptp_write_i225() 46 struct igc_hw *hw = &igc->hw; in igc_ptp_adjfine_i225() 53 scaled_ppm = -scaled_ppm; in igc_ptp_adjfine_i225() 75 spin_lock_irqsave(&igc->tmreg_lock, flags); in igc_ptp_adjtime_i225() [all …]
|
/linux-5.10/drivers/media/rc/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 config LIRC 29 config BPF_LIRC_MODE2 47 config IR_NEC_DECODER 56 config IR_RC5_DECODER 57 tristate "Enable IR raw decoder for the RC-5 protocol" 62 Enable this option if you have IR with RC-5 protocol, and 65 config IR_RC6_DECODER 74 config IR_JVC_DECODER 83 config IR_SONY_DECODER [all …]
|
/linux-5.10/sound/core/seq/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 config SND_SEQUENCER 12 unless you know what you're doing. 16 config SND_SEQ_DUMMY 20 is a simple MIDI-through client: all normal input events are 27 will be called snd-seq-dummy. 29 config SND_SEQUENCER_OSS 40 will be called snd-seq-oss. 42 config SND_SEQ_HRTIMER_DEFAULT 43 bool "Use HR-timer as default sequencer timer" [all …]
|
/linux-5.10/sound/usb/line6/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 config SND_USB_LINE6 8 config SND_USB_POD 20 * Playback/capture/mixer device for any ALSA-compatible PCM 23 re-amping) 25 config SND_USB_PODHD 31 config SND_USB_TONEPORT 39 config SND_USB_VARIAX
|
/linux-5.10/drivers/hwtracing/coresight/ |
D | coresight-cti-core.c | 1 // SPDX-License-Identifier: GPL-2.0 22 #include "coresight-priv.h" 23 #include "coresight-cti.h" 30 * We assume that the non-CPU CTIs are always powered as we do with sinks etc. 43 dev_get_drvdata(csdev->dev.parent) 56 * CTI device name list - for CTI not bound to cores. 60 /* write set of regs to hardware - call with spinlock claimed */ 63 struct cti_config *config = &drvdata->config; in cti_write_all_hw_regs() local 66 CS_UNLOCK(drvdata->base); in cti_write_all_hw_regs() 69 writel_relaxed(0, drvdata->base + CTICONTROL); in cti_write_all_hw_regs() [all …]
|
/linux-5.10/sound/soc/cirrus/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 config SND_EP93XX_SOC 10 config SND_EP93XX_SOC_I2S 15 config SND_EP93XX_SOC_I2S_WATCHDOG 23 which disables and re-enables I2S in case of underflow and 30 config SND_EP93XX_SOC_AC97 35 config SND_EP93XX_SOC_SNAPPERCL15 44 config SND_EP93XX_SOC_SIMONE 53 config SND_EP93XX_SOC_EDB93XX
|
/linux-5.10/drivers/gpu/drm/i2c/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 config DRM_I2C_CH7006 12 This driver is currently only useful if you're also using 15 config DRM_I2C_SIL164 19 Support for sil164 and similar single-link (or dual-link 23 config DRM_I2C_NXP_TDA998X 31 config DRM_I2C_NXP_TDA9950
|
12345678910>>...42