~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to net/rfkill/Kconfig

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        depends on RFKILL
23
23
        depends on INPUT = y || RFKILL = INPUT
24
24
        default y if !EXPERT
 
25
 
 
26
config RFKILL_REGULATOR
 
27
        tristate "Generic rfkill regulator driver"
 
28
        depends on RFKILL || !RFKILL
 
29
        depends on REGULATOR
 
30
        help
 
31
          This options enable controlling radio transmitters connected to
 
32
          voltage regulator using the regulator framework.
 
33
 
 
34
          To compile this driver as a module, choose M here: the module will
 
35
          be called rfkill-regulator.
 
36
 
 
37
config RFKILL_GPIO
 
38
        tristate "GPIO RFKILL driver"
 
39
        depends on RFKILL && GPIOLIB && HAVE_CLK
 
40
        default n
 
41
        help
 
42
          If you say yes here you get support of a generic gpio RFKILL
 
43
          driver. The platform should fill in the appropriate fields in the
 
44
          rfkill_gpio_platform_data structure and pass that to the driver.