/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/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 61 tristate "LED Support for Marvell 88PM860x PMIC" [all …]
|
/linux/drivers/clk/qcom/ |
H A D | Kconfig | 11 tristate "Support for Qualcomm's clock controllers" 27 Support for the camera clock controller on X1E80100 devices. 28 Say Y if you want to support camera devices and camera functionality. 35 Support for the two display clock controllers on Qualcomm 37 Say Y if you want to support display devices and functionality such as 45 Support for the global clock controller on Qualcomm Technologies, Inc 55 Support for the graphics clock controller on X1E80100 devices. 56 Say Y if you want to support graphics controller devices and 64 Support for the TCSR clock controller on X1E80100 devices. 72 Support for the graphics clock controller on QCM2290 devices. [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_utils.c | 73 …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 77 if (!fail_only || support->ScaleRatioAndTapsSupport == 0) in dml2_core_utils_print_mode_support_info() 78 dml2_printf("DML: support: ScaleRatioAndTapsSupport = %d\n", support->ScaleRatioAndTapsSupport); in dml2_core_utils_print_mode_support_info() 79 if (!fail_only || support->SourceFormatPixelAndScanSupport == 0) in dml2_core_utils_print_mode_support_info() 80 …dml2_printf("DML: support: SourceFormatPixelAndScanSupport = %d\n", support->SourceFormatPixelAndS… in dml2_core_utils_print_mode_support_info() 81 if (!fail_only || support->ViewportSizeSupport == 0) in dml2_core_utils_print_mode_support_info() 82 dml2_printf("DML: support: ViewportSizeSupport = %d\n", support->ViewportSizeSupport); in dml2_core_utils_print_mode_support_info() 83 if (!fail_only || support->LinkRateDoesNotMatchDPVersion == 1) in dml2_core_utils_print_mode_support_info() 84 …dml2_printf("DML: support: LinkRateDoesNotMatchDPVersion = %d\n", support->LinkRateDoesNotMatchDPV… in dml2_core_utils_print_mode_support_info() 85 if (!fail_only || support->LinkRateForMultistreamNotIndicated == 1) in dml2_core_utils_print_mode_support_info() [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 50 bool "Emma Mobile EV2 clock support" if COMPILE_TEST 53 bool "RZ/A1H clock support" if COMPILE_TEST 57 bool "RZ/A2 clock support" if COMPILE_TEST 61 bool "R-Mobile APE6 clock support" if COMPILE_TEST 66 bool "R-Mobile A1 clock support" if COMPILE_TEST 71 bool "RZ/G1H clock support" if COMPILE_TEST 75 bool "RZ/G1M clock support" if COMPILE_TEST 79 bool "RZ/G1E clock support" if COMPILE_TEST 83 bool "RZ/G1C clock support" if COMPILE_TEST [all …]
|
/linux/drivers/hid/ |
H A D | Kconfig | 6 bool "HID bus support" 10 This option adds core support for human interface device (HID). 16 tristate "HID bus core support" 41 This option adds support of reporting battery strength (for HID devices 42 that support this feature) through power_supply class so that userspace 46 bool "/dev/hidraw raw HID device support" 48 Say Y here if you want to support HID devices (from the USB 64 tristate "User-space I/O driver support for HID subsystem" 87 Support for generic devices on the HID bus. This includes most 101 Support for some A4TECH mice with two scroll wheels. [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
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/drivers/pinctrl/renesas/ |
H A D | Kconfig | 9 bool "Renesas SoC pin control support" if COMPILE_TEST && !(ARCH_RENESAS || SUPERH) 84 bool "pin control support for Emma Mobile EV2" if COMPILE_TEST 88 bool "pin control support for R-Car D3" if COMPILE_TEST 92 bool "pin control support for R-Car E2" if COMPILE_TEST 96 bool "pin control support for R-Car E3" if COMPILE_TEST 100 bool "pin control support for R-Car H1" if COMPILE_TEST 104 bool "pin control support for R-Car H2" if COMPILE_TEST 108 bool "pin control support for R-Car H3 ES2.0+" if COMPILE_TEST 112 bool "pin control support for R-Car M1A" if COMPILE_TEST 116 bool "pin control support for R-Car M2-N" if COMPILE_TEST [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/arch/arm/mach-imx/ |
H A D | Kconfig | 13 Support for Freescale MXC/iMX-based family of processors 42 bool "i.MX31 support" 46 This enables support for Freescale i.MX31 processor 49 bool "i.MX35 support" 52 This enables support for Freescale i.MX35 processor 59 bool "i.MX1 support" 63 This enables support for Freescale i.MX1 processor 70 bool "i.MX25 support" 74 This enables support for Freescale i.MX25 processor 77 bool "i.MX27 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/sound/soc/fsl/ |
H A D | Kconfig | 7 tristate "Asynchronous Sample Rate Converter (ASRC) module support" 13 support for the Freescale CPUs. 18 tristate "Synchronous Audio Interface (SAI) module support" 25 support for the Freescale CPUs. 30 tristate "Medium Quality Sound (MQS) module support" 36 support for the Freescale CPUs. 41 tristate "Audio Mixer (AUDMIX) module support" 45 support for the NXP iMX CPUs. 48 tristate "Synchronous Serial Interface module (SSI) support" 54 support for the Freescale CPUs. [all …]
|
/linux/drivers/media/i2c/ |
H A D | Kconfig | 25 # V4L2 I2C drivers that are related with Camera support 45 tristate "Allied Vision ALVIUM MIPI CSI-2 camera support" 55 tristate "ON Semiconductor AR0521 sensor support" 64 tristate "GalaxyCore GC0308 sensor support" 74 tristate "GalaxyCore gc05a2 sensor support" 84 tristate "GalaxyCore gc08a3 sensor support" 95 tristate "GalaxyCore GC2145 sensor support" 104 tristate "Hynix Hi-556 sensor support" 113 tristate "Hynix Hi-846 sensor support" 122 tristate "Hynix Hi-847 sensor 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" 72 This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. [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 51 Select this to get System Manager support for all Altera branded 62 Support for the ACT8945A PMIC from Active-semi. This device 75 Select this to get support for Allwinner SoCs (A10, A13 and A31) ADC. 91 Support for the AS3711 PMIC from AMS 99 Say yes here to enable SMpro driver support for Ampere's Altra 118 bool "Analog Devices ADP5520/01 MFD PMIC Core Support" 121 Say yes here to add support for Analog Devices ADP5520 and ADP5501, [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/pmdomain/renesas/ |
H A D | Kconfig | 5 bool "System Controller support for R-Car" if COMPILE_TEST 8 bool "System Controller support for R-Car Gen4" if COMPILE_TEST 11 bool "System Controller support for R-Car D3" if COMPILE_TEST 15 bool "System Controller support for R-Car E2" if COMPILE_TEST 19 bool "System Controller support for R-Car E3" if COMPILE_TEST 23 bool "System Controller support for R-Car H1" if COMPILE_TEST 27 bool "System Controller support for R-Car H2" if COMPILE_TEST 31 bool "System Controller support for R-Car H3" if COMPILE_TEST 35 bool "System Controller support for R-Car M2-W/N" if COMPILE_TEST 39 bool "System Controller support for R-Car M3-N" if COMPILE_TEST [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | Kconfig | 21 bool "Mellanox Technologies Innova support" 24 Build support for the Innova family of network cards by Mellanox 31 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/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" 15 Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatible chips) 21 Generic Framebuffer support for BD663474 27 Generic Framebuffer support for HX8340BN 33 Generic Framebuffer support for HX8347D 39 Generic Framebuffer support for HX8353D 45 Generic Framebuffer support for HX8357D 51 Generic Framebuffer support for ILI9163 57 Generic Framebuffer support for ILI9320 63 Generic Framebuffer support for ILI9325 [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 39 tristate "Generic battery support using IIO" 42 Say Y here to enable support for the generic battery driver 50 Say Y to include support for Injoinic IP5xxx power bank ICs, 54 tristate "MAX8925 battery charger support" 57 Say Y here to enable support for the battery charger in the Maxim 61 tristate "WM831X backup battery charger support" 64 Say Y here to enable support for the backup battery charger [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/mmc/host/ |
H A D | Kconfig | 21 If you say yes here, you will get support for eMMC host interface 27 tristate "ARM AMBA Multimedia Card Interface support" 31 Interface (PL180 and PL181) support. If you have an ARM(R) 58 tristate "Intel PXA25x/26x/27x Multimedia Card Interface support" 68 tristate "Secure Digital Host Controller Interface support" 102 tristate "UHS2 support on SDHCI controller" if COMPILE_TEST 106 support UHS2-capable devices. 111 tristate "SDHCI support on PCI bus" 140 tristate "SDHCI support for ACPI enumerated SDHCI controllers" 144 This selects support for ACPI enumerated SDHCI controllers, [all …]
|
/linux/drivers/media/dvb-frontends/ |
H A D | Kconfig | 20 Say Y when you want to support this frontend. 29 Say Y when you want to support these frontends. 37 to support this demodulator based frontends 45 demodulator. Say Y when you want to support this tuner. 53 Say Y when you want to support these frontends. 62 Say Y when you want to support these frontends. 78 Say Y when you want to support these frontends. 90 Say Y when you want to support this frontend. 98 Say Y when you want to support this frontend. 106 Say Y when you want to support this frontend. [all …]
|