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

« back to all changes in this revision

Viewing changes to drivers/staging/nvec/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:
 
1
config MFD_NVEC
 
2
        bool "NV Tegra Embedded Controller SMBus Interface"
 
3
        depends on I2C && GPIOLIB && ARCH_TEGRA
 
4
        help
 
5
            Say Y here to enable support for a nVidia compliant embedded
 
6
            controller.
 
7
 
 
8
config KEYBOARD_NVEC
 
9
        bool "Keyboard on nVidia compliant EC"
 
10
        depends on MFD_NVEC
 
11
        help
 
12
          Say Y here to enable support for a keyboard connected to 
 
13
          a nVidia compliant embedded controller.
 
14
 
 
15
config SERIO_NVEC_PS2
 
16
        bool "PS2 on nVidia EC"
 
17
        depends on MFD_NVEC
 
18
        help
 
19
          Say Y here to enable support for a Touchpad / Mouse connected
 
20
          to a nVidia compliant embedded controller.
 
21
 
 
22
config NVEC_POWER
 
23
        bool "NVEC charger and battery"
 
24
        depends on MFD_NVEC
 
25
        help
 
26
          Say Y to enable support for battery and charger interface for
 
27
          nVidia compliant embedded controllers.