File: Kconfig

package info (click to toggle)
linux 3.16.7-ckt7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 738,580 kB
  • ctags: 2,380,866
  • sloc: ansic: 12,216,621; asm: 277,336; perl: 53,978; xml: 47,771; makefile: 30,485; sh: 8,063; python: 6,597; cpp: 5,127; yacc: 4,254; lex: 2,215; awk: 741; pascal: 231; lisp: 218; sed: 30
file content (35 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
config MFD_NVEC
	tristate "NV Tegra Embedded Controller SMBus Interface"
	depends on I2C && GPIOLIB && ARCH_TEGRA
	select MFD_CORE
	help
	    Say Y here to enable support for a nVidia compliant embedded
	    controller.

config KEYBOARD_NVEC
	tristate "Keyboard on nVidia compliant EC"
	depends on MFD_NVEC && INPUT
	help
	  Say Y here to enable support for a keyboard connected to
	  a nVidia compliant embedded controller.

config SERIO_NVEC_PS2
	tristate "PS2 on nVidia EC"
	depends on MFD_NVEC && SERIO
	help
	  Say Y here to enable support for a Touchpad / Mouse connected
	  to a nVidia compliant embedded controller.

config NVEC_POWER
	tristate "NVEC charger and battery"
	depends on MFD_NVEC && POWER_SUPPLY
	help
	  Say Y to enable support for battery and charger interface for
	  nVidia compliant embedded controllers.

config NVEC_PAZ00
	tristate "Support for OEM specific functions on Compal PAZ00 based devices"
	depends on MFD_NVEC && LEDS_CLASS
	help
	  Say Y to enable control of the yellow side leds on Compal PAZ00 based
	  devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.