Project

General

Profile

Feature #2750 » 107_1a.patch

Evgeny Novikov, 04/26/2012 02:17 PM

View differences:

drivers/staging/Kconfig
menuconfig STAGING
bool "Staging drivers"
default n
default y
---help---
This option allows you to select a number of drivers that are
not of the "normal" Linux kernel quality level. These drivers
......
when selecting 'make allyesconfg' and 'make allmodconfig' so
don't be all that put off, your dog will be just fine.
if !STAGING_EXCLUDE_BUILD
#if !STAGING_EXCLUDE_BUILD
source "drivers/staging/et131x/Kconfig"
......
source "drivers/staging/speakup/Kconfig"
endif # !STAGING_EXCLUDE_BUILD
#endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
drivers/staging/comedi/Kconfig
config COMEDI
tristate "Data acquisition support (comedi)"
default N
default m
depends on m
---help---
Enable support a wide range of data acquisition devices
......
menuconfig COMEDI_PCI_DRIVERS
tristate "Comedi PCI drivers"
depends on COMEDI && PCI
default N
default m
---help---
Enable comedi PCI drivers to be built
......
config COMEDI_NI_6527
tristate "NI 6527 support"
depends on COMEDI_MITE
default N
default m
---help---
Enable support for the National Instruments 6527 PCI card
......
menuconfig COMEDI_NI_COMMON
tristate "Comedi National Instruments card support"
depends on COMEDI
default N
default m
---help---
Enable comedi support for National Instruments cards.
Modules in this section are used by many comedi NI drivers.
......
config COMEDI_MITE
tristate "NI Mite PCI interface chip support"
depends on PCI
default N
default m
---help---
Enable support for National Instruments Mite PCI interface chip
(5-5/5)