| /linux/drivers/ata/ |
| H A D | Kconfig | 27 NOTE: ATA enables basic SCSI support; *however*, 28 'SCSI disk support', 'SCSI tape support', or 29 'SCSI CDROM support' may also be needed, 55 bool "\"libata.force=\" kernel parameter support" if EXPERT 58 This option adds support for "libata.force=" kernel parameter for 71 bool "ATA ACPI Support" 76 This option adds support for ATA-related ACPI objects. 85 bool "SATA Zero Power Optical Disc Drive (ZPODD) support" 88 This option adds support for SATA Zero Power Optical Disc 90 support, and if enabled, will automatically power on/off the [all …]
|
| /linux/drivers/soc/renesas/ |
| H A D | Kconfig | 3 bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS 72 bool "ARM32 Platform support for Emma Mobile EV2" 78 bool "ARM32 Platform support for R7S72100 (RZ/A1H)" 88 bool "ARM32 Platform support for R7S9210 (RZ/A2)" 96 bool "ARM32 Platform support for R8A73A4 (R-Mobile APE6)" 105 bool "ARM32 Platform support for R8A7740 (R-Mobile A1)" 112 bool "ARM32 Platform support for R8A7742 (RZ/G1H)" 120 bool "ARM32 Platform support for R8A7743 (RZ/G1M)" 127 bool "ARM32 Platform support for R8A7744 (RZ/G1N)" 134 bool "ARM32 Platform support for R8A7745 (RZ/G1E)" [all …]
|
| /linux/drivers/leds/ |
| H A D | Kconfig | 16 bool "LED Support" 18 Say Y to enable Linux LED support. This allows control of supported 24 tristate "LED Class Support" 30 tristate "LED Flash Class Support" 35 and kernel internal API to it. You'll need this to provide support 40 tristate "LED Multicolor Class Support" 45 and kernel internal API to it. You'll need this to provide support 50 bool "LED Class brightness_hw_changed attribute support" 53 This option enables support for the brightness_hw_changed attribute 68 tristate "LED Support for Marvell 88PM860x PMIC" [all …]
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | Kconfig | 21 bool "Support for STMMAC Selftests" 26 This adds support for STMMAC Selftests using ethtool. Enable this 31 tristate "STMMAC Platform bus support" 36 This selects the platform specific bus support for the stmmac driver. 47 tristate "Support for snps,dwc-qos-ethernet.txt DT binding." 52 Support for chips using the snps,dwc-qos-ethernet.txt DT binding. 63 tristate "Adaptrum Anarion GMAC support" 67 Support for Adaptrum Anarion GMAC Ethernet controller. 69 This selects the Anarion SoC glue layer support for the stmmac driver. 72 tristate "Support for Eswin eic7700 ethernet driver" [all …]
|
| /linux/drivers/dma/ |
| H A D | Kconfig | 7 bool "DMA Engine support" 65 Enable support for Altera / Intel mSGDMA controller. 68 bool "ARM PrimeCell PL080 or PL081 support" 74 provide DMA engine support. This includes the original ARM 79 tristate "AMCC PPC440SPe ADMA support" 86 Enable support for the AMCC PPC440SPe RAID engines. 89 tristate "Apple ADMAC support" 93 Enable support for Audio DMA Controller found on Apple Silicon SoCs. 96 tristate "Arm DMA-350 support" 101 Enable support for the Arm DMA-350 controller. [all …]
|
| /linux/drivers/comedi/ |
| H A D | Kconfig | 3 tristate "Data acquisition support (comedi)" 5 Enable support for a wide range of data acquisition devices 46 tristate "Comedi device bonding support" 49 Enable support for a driver to 'bond' (merge) multiple subdevices 58 tristate "Fake waveform generator support" 60 Enable support for the fake waveform generator. 69 tristate "Parallel port support" 72 Enable support for the standard parallel port. 81 tristate "SSV Embedded Systems DIL/Net-PC support" 85 Enable support for SSV Embedded Systems DIL/Net-PC [all …]
|
| /linux/drivers/clk/renesas/ |
| H A D | Kconfig | 4 bool "Renesas SoC clock support" if COMPILE_TEST && !ARCH_RENESAS 54 bool "Emma Mobile EV2 clock support" if COMPILE_TEST 57 bool "RZ/A1H clock support" if COMPILE_TEST 61 bool "RZ/A2 clock support" if COMPILE_TEST 65 bool "R-Mobile APE6 clock support" if COMPILE_TEST 70 bool "R-Mobile A1 clock support" if COMPILE_TEST 75 bool "RZ/G1H clock support" if COMPILE_TEST 79 bool "RZ/G1M clock support" if COMPILE_TEST 83 bool "RZ/G1E clock support" if COMPILE_TEST 87 bool "RZ/G1C clock support" if COMPILE_TEST [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_utils.c | 217 …print_mode_support_info(const struct dml2_core_internal_mode_support_info *support, bool fail_only) in dml2_core_utils_print_mode_support_info() argument 221 if (!fail_only || support->ScaleRatioAndTapsSupport == 0) in dml2_core_utils_print_mode_support_info() 222 …DML_LOG_VERBOSE("DML: support: ScaleRatioAndTapsSupport = %d\n", support->ScaleRatioAndTapsSupport… in dml2_core_utils_print_mode_support_info() 223 if (!fail_only || support->SourceFormatPixelAndScanSupport == 0) in dml2_core_utils_print_mode_support_info() 224 …DML_LOG_VERBOSE("DML: support: SourceFormatPixelAndScanSupport = %d\n", support->SourceFormatPixel… in dml2_core_utils_print_mode_support_info() 225 if (!fail_only || support->ViewportSizeSupport == 0) in dml2_core_utils_print_mode_support_info() 226 DML_LOG_VERBOSE("DML: support: ViewportSizeSupport = %d\n", support->ViewportSizeSupport); in dml2_core_utils_print_mode_support_info() 227 if (!fail_only || support->LinkRateDoesNotMatchDPVersion == 1) in dml2_core_utils_print_mode_support_info() 228 …DML_LOG_VERBOSE("DML: support: LinkRateDoesNotMatchDPVersion = %d\n", support->LinkRateDoesNotMatc… in dml2_core_utils_print_mode_support_info() 229 if (!fail_only || support->LinkRateForMultistreamNotIndicated == 1) in dml2_core_utils_print_mode_support_info() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_util.c | 356 dml_print("DML: MODE SUPPORT: ===============================================\n"); in dml_print_mode_support() 357 dml_print("DML: MODE SUPPORT: Voltage State %d\n", j); in dml_print_mode_support() 358 …dml_print("DML: MODE SUPPORT: Mode Supported : %s\n", mode_lib->ms.support.ModeSu… in dml_print_mode_support() 359 …dml_print("DML: MODE SUPPORT: Scale Ratio And Taps : %s\n", mode_lib->ms.suppor… in dml_print_mode_support() 360 …dml_print("DML: MODE SUPPORT: Source Format Pixel And Scan : %s\n", mode_lib->ms.suppor… in dml_print_mode_support() 361 …dml_print("DML: MODE SUPPORT: Viewport Size : %s\n", mode_lib->ms.suppor… in dml_print_mode_support() 362 …dml_print("DML: MODE SUPPORT: Link Rate Does Not Match DP Version : %s\n", mode_lib->ms… in dml_print_mode_support() 363 …dml_print("DML: MODE SUPPORT: Link Rate For Multistream Not Indicated : %s\n", mode_lib->ms… in dml_print_mode_support() 364 …dml_print("DML: MODE SUPPORT: BPP For Multi stream Not Indicated : %s\n", mode_lib->ms… in dml_print_mode_support() 365 …dml_print("DML: MODE SUPPORT: Multistream With HDMI Or eDP : %s\n", mode_lib->ms… in dml_print_mode_support() [all …]
|
| /linux/arch/m68k/ |
| H A D | Kconfig.machine | 7 bool "Amiga support" 11 This option enables support for the Amiga series of computers. If 16 bool "Atari support" 21 This option enables support for the 68000-based Atari series of 30 bool "Macintosh support" 36 This option enables support for the Apple Macintosh series of 42 bool "Apollo support" 50 bool "VME (Motorola and BVM) support" 59 bool "MVME147 support" 64 Say Y to include support for early Motorola VME boards. This will [all …]
|
| /linux/drivers/bluetooth/ |
| H A D | Kconfig | 35 Say Y here to compile support for Bluetooth USB devices into the 60 bool "Broadcom protocol support" 65 The Broadcom protocol support enables firmware and patchram 66 download support for Broadcom Bluetooth controllers. 68 Say Y here to compile support for Broadcom protocol. 71 bool "MediaTek protocol support" 76 The MediaTek protocol support enables firmware download 77 support and chip initialization for MediaTek Bluetooth 80 Say Y here to compile support for MediaTek protocol. 83 bool "Realtek protocol support" [all …]
|
| /linux/drivers/usb/host/ |
| H A D | Kconfig | 8 tristate "Cypress C67x00 HCD support" 14 Enable this option to support this chip in host controller mode. 21 tristate "xHCI HCD (USB 3.0) support" 32 bool "xHCI support for debug capability" 35 Say 'Y' to enable the support for the xHCI debug capability. Make 46 tristate "Support for additional Renesas xHCI controller with firmware" 49 Say 'Y' to enable the support for the Renesas xHCI controller with 65 tristate "xHCI support for HiSilicon STB SoCs" 68 Say 'Y' to enable the support for the xHCI host controller 72 tristate "xHCI support for MediaTek SoCs" [all …]
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | Kconfig | 9 bool "Renesas SoC pin control support" if COMPILE_TEST && !(ARCH_RENESAS || SUPERH) 88 bool "pin control support for Emma Mobile EV2" if COMPILE_TEST 92 bool "pin control support for R8A73A4 (R-Mobile APE6)" if COMPILE_TEST 96 bool "pin control support for R8A7740 (R-Mobile A1)" if COMPILE_TEST 100 bool "pin control support for R8A7742 (RZ/G1H)" if COMPILE_TEST 104 bool "pin control support for R8A7743 (RZ/G1M)" if COMPILE_TEST 108 bool "pin control support for R8A7744 (RZ/G1N)" if COMPILE_TEST 112 bool "pin control support for R8A7745 (RZ/G1E)" if COMPILE_TEST 116 bool "pin control support for R8A77470 (RZ/G1C)" if COMPILE_TEST 120 bool "pin control support for R8A774A1 (RZ/G2M)" if COMPILE_TEST [all …]
|
| /linux/arch/arm64/ |
| H A D | Kconfig.platforms | 9 This enables support for the Actions Semiconductor S900 SoC family. 12 bool "Airoha SoC Support" 16 This enables support for the ARM64 based Airoha SoCs. 27 This enables support for Allwinner sunxi based SoCs like the A64. 33 This enables support for the Annapurna Labs Alpine 41 This enables support for Apple's in-house ARM SoC family, such 49 This enables support for the ARMv8 based ARTPEC SoC Family. 55 This enables support for Axiado SoC family like AX3000 58 bool "Broadcom SoC Support" 73 This enables support for the Broadcom BCM2837 and BCM2711 SoC. [all …]
|
| /linux/sound/soc/fsl/ |
| H A D | Kconfig | 7 tristate "Asynchronous Sample Rate Converter (ASRC) module support" 16 support for the Freescale CPUs. 21 tristate "Synchronous Audio Interface (SAI) module support" 29 support for the Freescale CPUs. 34 tristate "Medium Quality Sound (MQS) module support" 39 support for the Freescale CPUs. 44 tristate "Audio Mixer (AUDMIX) module support" 48 support for the NXP iMX CPUs. 51 tristate "Synchronous Serial Interface module (SSI) support" 57 support fo [all...] |
| /linux/arch/arm/mach-imx/ |
| H A D | Kconfig | 14 Support for Freescale MXC/iMX-based family of processors 43 bool "i.MX31 support" 47 This enables support for Freescale i.MX31 processor 50 bool "i.MX35 support" 53 This enables support for Freescale i.MX35 processor 60 bool "i.MX1 support" 64 This enables support for Freescale i.MX1 processor 71 bool "i.MX25 support" 75 This enables support for Freescale i.MX25 processor 78 bool "i.MX27 support" [all …]
|
| /linux/drivers/gpio/ |
| H A D | Kconfig | 13 bool "GPIO Support" 15 This enables GPIO support through the generic GPIO library. 84 bool "Character device (/dev/gpiochipN) support" if EXPERT 97 bool "Support GPIO ABI Version 1" 101 Say Y here to support version 1 of the GPIO CDEV ABI. 137 Enables support for the idio-16 library functions. The idio-16 library 151 Say yes here to support GPIO functionality for 74xx-compatible ICs 164 Say Y or M here to build support for the Altera PIO device. 169 tristate "AMD Promontory GPIO support" 177 tristate "Aspeed GPIO support" [all …]
|
| /linux/drivers/mfd/ |
| H A D | Kconfig | 30 Say yes here to add support for the Analog Devices ADP5585 GPIO 41 Support for the Altera Arria10 DevKit MAX5 System Resource chip 42 using the SPI interface. This driver provides common support for 52 Select this to get System Manager support for all Altera branded 63 Support for the ACT8945A PMIC from Active-semi. This device 76 Select this to get support for Allwinner SoCs (A10, A13 and A31) ADC. 92 Support for the AS3711 PMIC from AMS 100 Say yes here to enable SMpro driver support for Ampere's Altra 119 bool "Analog Devices ADP5520/01 MFD PMIC Core Support" 122 Say yes here to add support for Analog Devices ADP5520 and ADP5501, [all …]
|
| /linux/drivers/extcon/ |
| H A D | Kconfig | 3 tristate "External Connector Class (extcon) support" 5 Say Y here to enable external connector class (extcon) support. 19 tristate "ADC Jack extcon support" 25 tristate "X-Power AXP288 EXTCON support" 29 Say Y here to enable support for USB peripheral detection 33 tristate "FSA9480 EXTCON Support" 38 If you say yes here you get support for the Fairchild Semiconductor 45 tristate "GPIO extcon support" 48 Say Y here to enable GPIO based extcon support. Note that GPIO 55 Say Y here to enable extcon support for USB OTG ports controlled by [all …]
|
| /linux/drivers/staging/fbtft/ |
| H A D | Kconfig | 3 tristate "Support for small TFT LCD display modules" 10 Support for small TFT LCD display modules over SPI bus. FB_DEVICE 19 Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatible chips) 24 Generic Framebuffer support for BD663474 29 Generic Framebuffer support for HX8340BN 34 Generic Framebuffer support for HX8347D 39 Generic Framebuffer support for HX8353D 44 Generic Framebuffer support for HX8357D 49 Generic Framebuffer support for ILI9163 54 Generic Framebuffer support for ILI9320 [all …]
|
| /linux/drivers/char/hw_random/ |
| H A D | Kconfig | 7 tristate "Hardware Random Number Generator Core support" 25 tristate "Timer IOMEM HW Random Number Generator support" 28 This driver provides kernel-side support for a generic Random 39 tristate "Intel HW Random Number Generator support" 43 This driver provides kernel-side support for the Random Number 52 tristate "AMD HW Random Number Generator support" 57 This driver provides kernel-side support for the Random Number 66 tristate "Airoha True HW Random Number Generator support" 70 This driver provides kernel-side support for the True Random Number 79 tristate "Atmel Random Number Generator support" [all …]
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | Kconfig | 3 tristate "Ralink driver support" 6 This will enable the support for the Ralink drivers, 22 tristate "Ralink rt2400 (PCI/PCMCIA) support" 28 This adds support for rt2400 wireless chipset family. 34 tristate "Ralink rt2500 (PCI/PCMCIA) support" 40 This adds support for rt2500 wireless chipset family. 46 tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support" 55 This adds support for rt2501 wireless chipset family. 61 tristate "Ralink rt27xx/rt28xx/rt30xx (PCI/PCIe/PCMCIA) support" 71 This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | Kconfig | 20 bool "Mellanox Technologies Innova support" 23 Build support for the Innova family of network cards by Mellanox 30 bool "Mellanox 5th generation network adapters (ConnectX series) Ethernet support" 36 Ethernet support in Mellanox Technologies ConnectX-4 NIC. 39 bool "Mellanox MLX5 ethernet accelerated receive flow steering (ARFS) support" 43 Mellanox MLX5 ethernet hardware-accelerated receive flow steering support, 44 Enables ethernet netdevice arfs support and ntuple filtering. 47 bool "Mellanox MLX5 ethernet rx nfc flow steering support" 51 Mellanox MLX5 ethernet rx nfc flow steering support 57 bool "Mellanox Technologies MLX5 MPFS support" [all …]
|
| /linux/drivers/video/fbdev/ |
| H A D | Kconfig | 7 tristate "Support for frame buffer device drivers" 33 This enables support for native frame buffer device (fbdev) drivers. 35 The DRM subsystem provides support for emulated frame buffer devices 65 tristate "Aeroflex Gaisler framebuffer support" 69 This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler. 72 tristate "Cirrus Logic support" 79 This enables support for Cirrus Logic GD542x/543x based boards on 82 If you have a PCI-based system, this enables support for these 91 tristate "Permedia2 support" 115 Support the Permedia2 FIFO disconnect feature. [all …]
|
| /linux/drivers/power/supply/ |
| H A D | Kconfig | 3 bool "Power supply class support" 5 Say Y here to enable power supply class support. This allows 35 Say Y here to enable support APM status emulation using 42 tristate "Generic battery support using IIO" 45 Say Y here to enable support for the generic battery driver 53 Say Y to include support for Injoinic IP5xxx power bank ICs, 57 tristate "MAX8925 battery charger support" 60 Say Y here to enable support for the battery charger in the Maxim 64 tristate "WM831X backup battery charger support" 67 Say Y here to enable support for the backup battery charger [all …]
|