/drivers/media/dvb-frontends/ |
D | Kconfig | 12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 21 demodulator. Say Y when you want to support this tuner. 29 Say Y when you want to support these frontends. 48 Say Y when you want to support this frontend. 57 Say Y when you want to support this tuner. 67 A DVB-S tuner module. Say Y when you want to support this frontend. 74 A DVB-S tuner module. Say Y when you want to support this frontend. 81 A DVB-S tuner module. Say Y when you want to support this frontend. 88 A DVB-S tuner module. Say Y when you want to support this frontend. 95 A DVB-S tuner module. Say Y when you want to support this frontend. [all …]
|
/drivers/media/usb/gspca/ |
D | Kconfig | 6 Say Y here if you want to enable selecting webcams based 28 Say Y here if you want support for the Benq DC E300 camera. 37 Say Y here if you want support for cameras based on the Conexant chip. 46 Say Y here if you want support for USB cameras based on the cpia 57 Say Y here if you want support for cameras based on the Etoms chip. 66 Say Y here if you want support for cameras based on the FinePix chip. 75 Say Y here if you want support for cameras based on this Jeilin chip. 84 Say Y here if you want support for cameras based the 94 Say Y here if you want support for the Microsoft Kinect sensor device. 103 Say Y here if you want support for cameras based on the Konica chip. [all …]
|
/drivers/gpu/drm/exynos/ |
D | Kconfig | 17 Choose this option if you want to use IOMMU feature for DRM. 23 Choose this option if you want to use DMABUF feature for DRM. 31 Choose this option if you want to use Exynos FIMD for DRM. 37 Choose this option if you want to use Exynos HDMI for DRM. 43 Choose this option if you want to use Exynos VIDI for DRM. 49 Choose this option if you want to use Exynos G2D for DRM. 55 Choose this option if you want to use IPP feature for DRM. 61 Choose this option if you want to use Exynos FIMC for DRM. 67 Choose this option if you want to use Exynos Rotator for DRM. 73 Choose this option if you want to use Exynos GSC for DRM.
|
/drivers/net/irda/ |
D | Kconfig | 10 Say Y here if you want to build support for the IrTTY line 25 Say Y here if your want to enable SIR function on Blackfin UART 74 Say Y here if your want to enable SIR function on SuperH UART 93 Say Y here if you want to build support for the Extended Systems 104 Say Y here if you want to build support for the ACTiSYS IR-220L and 115 Say Y here if you want to build support for the Tekram IrMate 210B 126 Say Y here if you want to build support for the Vishay/Temic 134 Say Y here if you want to build support for the Parallax Litelink 145 Say Y here if you want to build support for the Mobile Action MA600 158 Say Y here if you want to build support for the Greenwich GIrBIL [all …]
|
/drivers/usb/host/ |
D | ehci-timer.c | 105 unsigned actual, want; in ehci_poll_ASS() local 111 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS() 114 if (want != actual) { in ehci_poll_ASS() 122 want, actual); in ehci_poll_ASS() 127 if (want == 0) { /* Stopped */ in ehci_poll_ASS() 151 unsigned actual, want; in ehci_poll_PSS() local 157 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS() 160 if (want != actual) { in ehci_poll_PSS() 168 want, actual); in ehci_poll_PSS() 173 if (want == 0) { /* Stopped */ in ehci_poll_PSS()
|
/drivers/usb/serial/ |
D | Kconfig | 10 ports, or acts like a serial device, and you want to connect it to 48 Say Y here if you want to use the generic USB serial driver. Please 57 Say Y here if you want to use USB AIRcable Bluetooth Dongle. 65 Say Y here if you want to use a ARK Micro 3116 USB to Serial 74 Say Y here if you want to use a Belkin USB Serial single port 84 Say Y here if you want to use a Winchiphead CH341 single port 94 Say Y here if you want to use a ConnectTech WhiteHEAT 4 port 103 Say Y here if you want to use Digi AccelePort USB 2 or 4 devices, 117 Say Y here if you want to use a CP2101/CP2102/CP2103 based USB 126 Say Y here if you want to use a device that contains the Cypress [all …]
|
/drivers/ide/ |
D | it821x.c | 78 u8 want[2][2]; /* Mode/Pri log for master slave */ member 177 if(itdev->want[0][0] > itdev->want[1][0]) { in it821x_clock_strategy() 178 clock = itdev->want[0][1]; in it821x_clock_strategy() 179 altclock = itdev->want[1][1]; in it821x_clock_strategy() 181 clock = itdev->want[1][1]; in it821x_clock_strategy() 182 altclock = itdev->want[0][1]; in it821x_clock_strategy() 263 itdev->want[unit][1] = pio_want[set_pio]; in it821x_set_pio_mode() 264 itdev->want[unit][0] = 1; /* PIO is lowest priority */ in it821x_set_pio_mode() 291 itdev->want[unit][1] = mwdma_want[mode_wanted]; in it821x_tune_mwdma() 292 itdev->want[unit][0] = 2; /* MWDMA is low priority */ in it821x_tune_mwdma() [all …]
|
/drivers/ata/ |
D | pata_it821x.c | 91 u8 want[2][2]; /* Mode/Pri log for master slave */ member 198 if (itdev->want[0][0] > itdev->want[1][0]) { in it821x_clock_strategy() 199 clock = itdev->want[0][1]; in it821x_clock_strategy() 200 altclock = itdev->want[1][1]; in it821x_clock_strategy() 202 clock = itdev->want[1][1]; in it821x_clock_strategy() 203 altclock = itdev->want[0][1]; in it821x_clock_strategy() 267 itdev->want[unit][1] = pio_want[mode_wanted]; in it821x_passthru_set_piomode() 268 itdev->want[unit][0] = 1; /* PIO is lowest priority */ in it821x_passthru_set_piomode() 302 itdev->want[unit][1] = udma_want[mode_wanted]; in it821x_passthru_set_dmamode() 303 itdev->want[unit][0] = 3; /* UDMA is high priority */ in it821x_passthru_set_dmamode() [all …]
|
/drivers/usb/misc/ |
D | Kconfig | 16 inserted in and removed from the running kernel whenever you want). 17 The module will be called audio. If you want to compile it as a 35 Say Y if you want to use an ADU device from Ontrak Control 52 Say Y here if you want to connect a USB Rio500 mp3 player to your 62 Say Y here if you want to connect a USB Lego Infrared Tower to your 66 inserted in and removed from the running kernel whenever you want). 67 The module will be called legousbtower. If you want to compile it as 74 Say Y here if you want to connect an USBLCD to your computer's 85 Say Y here if you want to connect an USBLED device to your 94 Say Y here if you want to connect a Cypress CY7C63xxx [all …]
|
/drivers/w1/slaves/ |
D | Kconfig | 10 Say Y here if you want to connect 1-wire thermal sensors to your 16 Say Y here if you want to connect 1-wire 22 Say Y here if you want to use a 1-wire 38 Say Y here if you want to use a 1-wire 49 Say Y here if you want to use a 1-wire 55 Say Y here if you want to use a 1-wire 61 Say Y here if you want to use a 1-wire 120 Say Y here if you want to use a 1-wire 129 Say Y here if you want to use a hdq
|
/drivers/i2c/ |
D | Kconfig | 18 If you want I2C support, you should say Y here and also to the 53 Say Y here if you want the I2C core to support the ability to 80 Say Y here if you want support for SMBus extensions to the I2C 106 Say Y here if you want the I2C core to produce a bunch of debug 108 problem with I2C support and want to see more of what is going on. 113 Say Y here if you want the I2C algorithm drivers to produce a bunch 115 a problem with I2C support and want to see more of what is going 122 Say Y here if you want the I2C bus drivers to produce a bunch of 124 a problem with I2C support and want to see more of what is going
|
/drivers/net/ethernet/smsc/ |
D | Kconfig | 29 another SMC9192/9194 based chipset. Say Y if you want it compiled 46 including the SMC91C94 and the SMC91C111. Say Y if you want it 52 inserted in and removed from the running kernel whenever you want). 53 The module will be called smc91x. If you want to compile it as a 90 Say Y if you want it compiled into the kernel, 95 called smc911x. If you want to compile it as a module, say M 106 Say Y here if you want support for SMSC LAN911x and LAN921x families 128 Say Y if you want it compiled into the kernel, 133 called smsc9420. If you want to compile it as a module, say M
|
/drivers/input/ |
D | Kconfig | 13 joystick, steering wheel ...) connected to your system and want 86 Say Y here if you want your mouse to be accessible as char devices 102 Say Y here if you want your mouse also be accessible as char device 114 If you're using a digitizer, or a graphic tablet, and want to use 124 If you're using a digitizer, or a graphic tablet, and want to use 132 Say Y here if you want your joystick or gamepad to be 145 Say Y here if you want your input device events be accessible 155 want all events (keypresses, mouse movements), to be output to 169 Say Y here if you want suspend key events to trigger a user 182 Say Y here if you want to reboot when some keys are pressed; [all …]
|
/drivers/s390/block/ |
D | Kconfig | 9 Select this option if you want to use your expanded storage on S/390 11 want to access more than 2G of memory when running in 31 bit mode. 28 Enable this option if you want to access DASDs directly utilizing 37 Enable this option if you want to see profiling information 61 Select this option if you want to use Diagnose250 command to access 71 DASD extended error reporting. This is only needed if you want to
|
/drivers/input/misc/ |
D | Kconfig | 48 Say Y here if you want to support an AD7142/3/7/8/7A touch sensor. 100 Say Y here if you want the standard PC Speaker to be used for 124 Say Y here if you want support for the PMIC8XXX power key. 135 Say Y here if you want the standard Speaker on Sparc PCI systems 184 Say Y here if you want to support Freescale's MMA8450 Accelerometer 194 Say Y here if you want to support InvenSense MPU3050 256 Say Y here if you want to support MIPS Cobalt button interface. 292 Say Y here if you want to use an ATI or Philips USB RF remote control. 305 Say Y here if you want to enable the key chord driver 318 Say Y here if you want to use a Keyspan DMR USB remote control. [all …]
|
/drivers/input/tablet/ |
D | Kconfig | 19 Say Y here if you want to use the USB version of the Acecad Flair 32 Say Y here if you want to use the USB version of the Aiptek 6000U, 44 Say Y here if you want to use the USB version of the GTCO 57 Say Y here if you want to use the USB version of the Hanwang Art 68 Say Y here if you want to use the USB version of the KB Gear 84 Say Y here if you want to use the USB version of the Wacom Intuos
|
/drivers/hid/usbhid/ |
D | Kconfig | 10 Say Y here if you want to connect USB keyboards, 38 Say Y here if you want to support HID devices (from the USB 54 Say Y here only if you are absolutely sure that you don't want 58 This is almost certainly not what you want. This is mostly 70 Say Y here only if you are absolutely sure that you don't want 74 This is almost certainly not what you want. This is mostly
|
/drivers/input/keyboard/ |
D | Kconfig | 29 Say Y here if you want to use a ADP5588/87 attached to your 39 Say Y here if you want to use a ADP5585/ADP5589 attached to your 77 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually 92 Say Y here if you have a PA-RISC machine and want to use an AT or 103 If you have an RDI PrecisionBook, say Y here if you want to use its 129 Say Y here if you want to use Atmel AT42QT1070 QTouch 149 Say Y here if you want to use the BF54x keypad. 158 Say Y here if you want to use a LK201 or LK401 style serial 264 If you want full HIL support including support for multiple 288 Say Y here if you have a HP Jornada 620/660/680/690 and want to [all …]
|
/drivers/media/platform/s5p-tv/ |
D | Kconfig | 25 Say Y here if you want support for the HDMI output 43 Say Y here if you want support for the physical HDMI 53 Say Y here if you want support for the MHL interface 63 Say Y here if you want support for the analog TV output 75 Say Y here if you want support for the Mixer in Samsung S5P SoCs.
|
/drivers/firmware/ |
D | Kconfig | 12 Say Y or M here if you want to enable BIOS Enhanced Disk Drive 25 Say Y if you want EDD disabled by default, even though it is compiled into the 26 kernel. Say N if you want EDD enabled by default. EDD can be dynamically set 44 If your firmware supplies the PCDP table, and you want to 48 If your firmware supplies the HCDP table, and you want to 68 Say m if you want to have the option of updating the BIOS for your 95 Say Y here if you want to query SMBIOS/DMI system identification 96 information from userspace through /sys/class/dmi/id/ or if you want
|
/drivers/media/rc/ |
D | Kconfig | 133 Say Y here if you want to use an X10 based USB remote control. 166 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris) 178 Say Y here if you want to use a Windows Media Center Edition 228 Say Y here if you want to use a RedRat3 Infrared Transceiver. 239 Say Y here if you want to use a Streamzap PC Remote 254 Say Y here if you want to use the IR remote functionality found 268 Say Y here if you want to use the IguanaWorks USB IR Transceiver. 269 Both infrared receive and send are supported. If you want to 286 Say Y here if you want to use the TechnoTrend USB IR Receiver. The 296 Say Y or M here if you want to enable support for the IR [all …]
|
/drivers/video/omap/ |
D | Kconfig | 15 Say Y here, if you want to have support for boards with an 22 Say Y here if you want to have support for the external 38 Say Y here if you want to have support for LCDs compatible with 48 If you have such a system and want to use rotation
|
/drivers/staging/rtl8192e/ |
D | Kconfig | 22 If you enabled RTLLIB, you want this. 33 If you enabled RTLLIB, you want this. 43 If you enabled RTLLIB, you want this.
|
/drivers/w1/masters/ |
D | Kconfig | 11 Say Y here if you want to communicate with your 1-wire devices 21 Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges, 55 Say Y here if you want to communicate with your 1-wire devices using 65 Say Y here if you want support for the 1-wire or HDQ Interface
|
/drivers/net/appletalk/ |
D | ltpc.c | 940 int want = (dma == 3) ? 2 : (dma == 1) ? 1 : 3; in ltpc_probe_dma() local 944 if (want & 1) { in ltpc_probe_dma() 946 want &= ~1; in ltpc_probe_dma() 958 if (want & 2) { in ltpc_probe_dma() 960 want &= ~2; in ltpc_probe_dma() 997 if ((want & 2) && (get_dma_residue(3)==sizeof(struct lt_mem))) { in ltpc_probe_dma() 998 want &= ~2; in ltpc_probe_dma() 1002 if ((want & 1) && (get_dma_residue(1)==sizeof(struct lt_mem))) { in ltpc_probe_dma() 1003 want &= ~1; in ltpc_probe_dma() 1007 if (!want) in ltpc_probe_dma() [all …]
|