Searched +full:re +full:- +full:config (Results 1 – 25 of 1091) sorted by relevance
12345678910>>...44
/Linux-v5.15/arch/ia64/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 2 config PGTABLE_LEVELS 9 config IA64 67 The Itanium Processor Family is Intel's 64-bit successor to 68 the 32-bit X86 line. The IA-64 Linux project has a home 70 <linux-ia64@vger.kernel.org>. 72 config 64BIT 77 config MMU 81 config STACKTRACE_SUPPORT 84 config GENERIC_LOCKBREAK [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-v5.15/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 29 config PPC_BOOK3S_32 37 config PPC_85xx 41 config PPC_8xx 50 config 40x 57 config 44x [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 26 config KVM_GUEST 36 config EPAPR_PARAVIRT 37 bool "ePAPR para-virtualization support" 39 Enables ePAPR para-virtualization support for guests. 43 config PPC_NATIVE 48 a hypervisor. This option is not user-selectable but should 51 config PPC_OF_BOOT_TRAMPOLINE 64 config PPC_DT_CPU_FTRS 65 bool "Device-tree based CPU feature discovery & setup" [all …]
|
/Linux-v5.15/drivers/remoteproc/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 config REMOTEPROC 17 config REMOTEPROC_CDEV 26 config IMX_REMOTEPROC 37 config INGENIC_VPU_RPROC 43 This can be either built-in or a loadable module. 46 config MTK_SCP 56 config OMAP_REMOTEPROC 69 use-cases to run on your platform (multimedia codecs are 72 It's safe to say N here if you're not interested in multimedia [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/drivers/input/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 8 config INPUT 28 config INPUT_LEDS 39 module will be called input-leds. 41 config INPUT_FF_MEMLESS 42 tristate "Support for memoryless force-feedback devices" 44 Say Y here if you have memoryless force-feedback input device 46 Power 2, or similar. You will also need to enable hardware-specific 52 module will be called ff-memless. 54 config INPUT_SPARSEKMAP [all …]
|
/Linux-v5.15/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 25 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more 28 If you're involved in UML kernel development and want to use gcov, 29 say Y. If you're unsure, say N. [all …]
|
/Linux-v5.15/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-v5.15/kernel/time/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 config CLOCKSOURCE_WATCHDOG 13 config ARCH_CLOCKSOURCE_DATA 17 config ARCH_CLOCKSOURCE_INIT 21 # cycle update - x86/TSC misfeature 22 config CLOCKSOURCE_VALIDATE_LAST_CYCLE 26 config GENERIC_TIME_VSYSCALL 30 config GENERIC_CLOCKEVENTS 33 # Architecture can handle broadcast in a driver-agnostic way 34 config ARCH_HAS_TICK_BROADCAST [all …]
|
/Linux-v5.15/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-v5.15/drivers/mtd/ |
D | Kconfig | 15 config MTD_TESTS 35 config MTD_BLKDEVS 38 config MTD_BLOCK 60 config MTD_BLOCK_RO 65 This allows you to mount read-only file systems (such as cramfs) 75 config FTL 81 is part of the PCMCIA specification. It uses a kind of pseudo- 83 512-byte sectors, on top of which you put a 'normal' file system. 87 legal - in the USA you are only permitted to use this on PCMCIA 88 hardware, although under the terms of the GPL you're obviously [all …]
|
/Linux-v5.15/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-v5.15/tools/testing/kunit/ |
D | kunit_config.py | 1 # SPDX-License-Identifier: GPL-2.0 3 # Builds a .config from a kunitconfig. 10 import re 20 def __str__(self) -> str: 28 """Error parsing Kconfig defconfig or .config.""" 32 """Represents defconfig or .config specified using the Kconfig language.""" 34 def __init__(self) -> None: 37 def entries(self) -> Set[KconfigEntry]: 40 def add_entry(self, entry: KconfigEntry) -> None: 43 def is_subset_of(self, other: 'Kconfig') -> bool: [all …]
|
/Linux-v5.15/Documentation/dev-tools/kunit/ |
D | running_tips.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 -------------------------- 15 .. code-block:: bash 18 ( cd "$(git rev-parse --show-toplevel)" && ./tools/testing/kunit/kunit.py run $@ ) 26 ------------------------- 33 .. code-block:: bash 35 $ echo -e 'CONFIG_KUNIT=y\nCONFIG_KUNIT_ALL_TESTS=y' > .kunit/.kunitconfig 38 We're paying the cost of building more tests than we need this way, but it's 46 ----------------------- 48 ``kunit.py run`` (along with ``build``, and ``config``) supports a [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/drivers/media/rc/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 config LIRC 28 config BPF_LIRC_MODE2 45 config IR_NEC_DECODER 53 config IR_RC5_DECODER 54 tristate "Enable IR raw decoder for the RC-5 protocol" 58 Enable this option if you have IR with RC-5 protocol, and 61 config IR_RC6_DECODER 69 config IR_JVC_DECODER 77 config IR_SONY_DECODER [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/arch/powerpc/ |
D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 3 config PPC_DISABLE_WERROR 4 bool "Don't build arch/powerpc code with -Werror" 7 arch/powerpc with the -Werror flag (which means warnings 14 config PPC_WERROR 19 config PRINT_STACK_DEPTH 28 config HCALL_STATS 42 config PPC_EMULATED_STATS 47 emulated by the in-kernel emulator. Counters for the various classes 51 powerpc/emulated_instructions/do_warn in debugfs), rate-limited [all …]
|
12345678910>>...44