/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | 1 # SPDX-License-Identifier: GPL-2.0 2 config PPC32 6 config PPC64 7 bool "64-bit kernel" 10 This option selects whether a 32-bit or a 64-bit kernel 28 config PPC_BOOK3S_32 34 config PPC_85xx 38 config PPC_8xx 46 config 44x 56 config PPC_BOOK3S_603 [all …]
|
/linux/drivers/pci/controller/dwc/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 menu "DesignWare-based PCIe controllers" 6 config PCIE_DW 9 config PCIE_DW_HOST 13 config PCIE_DW_EP 17 config PCIE_AL 27 required only for DT-based platforms. ACPI platforms with the 30 config PCI_MESON 38 and therefore the driver re-uses the DesignWare core functions to 41 config PCIE_ARTPEC6 [all …]
|
/linux/drivers/net/usb/ |
H A 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/drivers/usb/gadget/ |
H A 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/arch/um/ |
H A 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/drivers/mtd/ |
H A 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/drivers/usb/dwc3/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 config USB_DWC3 18 config USB_DWC3_ULPI 31 config USB_DWC3_HOST 38 config USB_DWC3_GADGET 45 config USB_DWC3_DUAL_ROLE 56 config USB_DWC3_OMAP 68 config USB_DWC3_EXYNOS 77 config USB_DWC3_PCI 78 tristate "PCIe-based Platforms" [all …]
|
/linux/tools/testing/selftests/alsa/ |
H A D | conf.c | 1 // SPDX-License-Identifier: GPL-2.0 18 #include "alsa-local.h" 50 static int snd_config_load_string(snd_config_t **config, const char *s, in snd_config_load_string() argument 57 assert(config && s); in snd_config_load_string() 74 *config = dst; in snd_config_load_string() 81 snd_config_t *config; in get_alsalib_config() local 84 err = snd_config_load_string(&config, alsa_config, strlen(alsa_config)); in get_alsalib_config() 86 ksft_print_msg("Unable to parse custom alsa-lib configuration: %s\n", in get_alsalib_config() 90 return config; in get_alsalib_config() 97 for (conf = conf_cards; conf; conf = conf->next) { in conf_data_by_card() [all …]
|
/linux/drivers/mtd/devices/ |
H A 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/tools/testing/kunit/ |
H A D | kunit_config.py | 1 # SPDX-License-Identifier: GPL-2.0 3 # Builds a .config from a kunitconfig. 10 import re 21 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 __eq__(self, other: Any) -> bool: 42 def __repr__(self) -> str: 45 def as_entries(self) -> Iterable[KconfigEntry]: [all …]
|
/linux/Documentation/sphinx/ |
H A 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/drivers/hwtracing/coresight/ |
H A 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/sound/core/seq/ |
H A 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-dumm [all...] |
/linux/sound/usb/line6/ |
H A 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/drivers/cpuidle/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 config CPU_IDLE 10 CPU idle is a generic framework for supporting software-controlled 11 idle processor power management. It includes modular cross-platform 14 If you're using an ACPI-enabled platform, you should say Y here. 18 config CPU_IDLE_MULTIPLE_DRIVERS 21 config CPU_IDLE_GOV_LADDER 24 config CPU_IDLE_GOV_MENU 27 config CPU_IDLE_GOV_TEO 36 config CPU_IDLE_GOV_HALTPOLL [all …]
|
/linux/fs/bcachefs/ |
H A D | Kconfig | 2 config BCACHEFS_FS 30 The bcachefs filesystem - a modern, copy on write filesystem, with 33 config BCACHEFS_QUOTA 38 config BCACHEFS_ERASURE_CODING 44 organizes data into reed-solomon stripes instead of ordinary 50 config BCACHEFS_POSIX_ACL 55 config BCACHEFS_DEBUG 62 probably shouldn't select this option unless you're a developer. 64 config BCACHEFS_INJECT_TRANSACTION_RESTARTS 68 Randomly inject transaction restarts in a few core paths - may have a [all …]
|
/linux/sound/pci/hda/ |
H A 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/drivers/gpu/drm/i2c/ |
H A 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
|
/linux/drivers/media/dvb-frontends/ |
H A D | au8522_common.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 Copyright (C) 2005-2008 Auvitek International, Ltd. 35 struct i2c_msg msg = { .addr = state->config.demod_address, in au8522_writereg() 38 ret = i2c_transfer(state->i2c, &msg, 1); in au8522_writereg() 44 return (ret != 1) ? -1 : 0; in au8522_writereg() 55 { .addr = state->config.demod_address, .flags = 0, in au8522_readreg() 57 { .addr = state->config.demod_address, .flags = I2C_M_RD, in au8522_readreg() 60 ret = i2c_transfer(state->i2c, msg, 2); in au8522_readreg() 71 struct au8522_state *state = fe->demodulator_priv; in au8522_i2c_gate_ctrl() 75 if (state->operational_mode == AU8522_ANALOG_MODE) { in au8522_i2c_gate_ctrl() [all …]
|
/linux/Documentation/dev-tools/kunit/ |
H A 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 40 .. code-block:: bash 42 $ echo -e 'CONFIG_KUNIT=y\nCONFIG_KUNIT_ALL_TESTS=y' > .kunit/.kunitconfig 45 We're paying the cost of building more tests than we need this way, but it's [all …]
|
H A D | faq.rst | 1 .. SPDX-License-Identifier: GPL-2.0 35 (see :ref:`kunit-on-qemu`). 40 For more information, see :ref:`kunit-on-non-uml`. 42 .. _kinds-of-tests: 47 test, or an end-to-end test. 49 - A unit test is supposed to test a single unit of code in isolation. A unit 54 - An integration test tests the interaction between a minimal set of components, 61 - An end-to-end test usually tests the entire system from the perspective of the 62 code under test. For example, someone might write an end-to-end test for the 73 1. Run ``./tools/testing/kunit/kunit.py run`` with the ``--raw_output`` [all …]
|
/linux/net/ncsi/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 config NET_NCSI 12 device via NCSI and the ethernet driver you're using supports 14 config NCSI_OEM_CMD_GET_MAC 20 config NCSI_OEM_CMD_KEEP_PHY
|
/linux/arch/alpha/ |
H A D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 3 config EARLY_PRINTK 8 config ALPHA_LEGACY_START_ADDRESS 18 If you're using aboot 0.7 or later, the bootloader will examine the 20 most older bootloaders -- APB or MILO -- hardcoded the kernel start 27 config ALPHA_LEGACY_START_ADDRESS 32 config MATHEMU
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 10 import re 35 with subprocess.Popen("/usr/lib/systemd/systemd-udevd") as proc: 42 def pytest_configure(config): argument 43 config.addinivalue_line( 61 modalias_re = re.compile(r"alias:\s+hid:b0003g.*v([0-9a-fA-F]+)p([0-9a-fA-F]+)") 67 ["modinfo", module], capture_output=True, check=True, encoding="utf-8" 81 parser.addoption("--udevd", action="store_true", default=False)
|
/linux/drivers/md/bcache/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 config BCACHE 13 See Documentation/admin-guide/bcache.rst for details. 15 config BCACHE_DEBUG 19 Don't select this option unless you're a developer 24 config BCACHE_ASYNC_REGISTRATION
|