Commit 35a90a56 authored by Haneen Mohammed's avatar Haneen Mohammed Committed by Greg Kroah-Hartman

Staging: nvec: Add paragraph to describe kconfig symbol

This patch updates kconfig with paragraphs that describe config symbol
fully. Issue addressed by checkpatch.pl warning.
Signed-off-by: default avatarHaneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c5f9e99b
...@@ -6,6 +6,9 @@ config MFD_NVEC ...@@ -6,6 +6,9 @@ config MFD_NVEC
Say Y here to enable support for a nVidia compliant embedded Say Y here to enable support for a nVidia compliant embedded
controller. controller.
To compile this driver as a module, say M here: the module will be
called mfd-nvec
config KEYBOARD_NVEC config KEYBOARD_NVEC
tristate "Keyboard on nVidia compliant EC" tristate "Keyboard on nVidia compliant EC"
depends on MFD_NVEC && INPUT depends on MFD_NVEC && INPUT
...@@ -13,6 +16,9 @@ config KEYBOARD_NVEC ...@@ -13,6 +16,9 @@ config KEYBOARD_NVEC
Say Y here to enable support for a keyboard connected to Say Y here to enable support for a keyboard connected to
a nVidia compliant embedded controller. a nVidia compliant embedded controller.
To compile this driver as a module, say M here: the module will be
called keyboard-nvec
config SERIO_NVEC_PS2 config SERIO_NVEC_PS2
tristate "PS2 on nVidia EC" tristate "PS2 on nVidia EC"
depends on MFD_NVEC && SERIO depends on MFD_NVEC && SERIO
...@@ -20,6 +26,10 @@ config SERIO_NVEC_PS2 ...@@ -20,6 +26,10 @@ config SERIO_NVEC_PS2
Say Y here to enable support for a Touchpad / Mouse connected Say Y here to enable support for a Touchpad / Mouse connected
to a nVidia compliant embedded controller. to a nVidia compliant embedded controller.
To compile this driver as a module, say M here: the module will be
called serio-nvec-ps2
config NVEC_POWER config NVEC_POWER
tristate "NVEC charger and battery" tristate "NVEC charger and battery"
depends on MFD_NVEC && POWER_SUPPLY depends on MFD_NVEC && POWER_SUPPLY
...@@ -27,9 +37,17 @@ config NVEC_POWER ...@@ -27,9 +37,17 @@ config NVEC_POWER
Say Y to enable support for battery and charger interface for Say Y to enable support for battery and charger interface for
nVidia compliant embedded controllers. nVidia compliant embedded controllers.
To compile this driver as a module, say M here: the module will be
called nvec-power
config NVEC_PAZ00 config NVEC_PAZ00
tristate "Support for OEM specific functions on Compal PAZ00 based devices" tristate "Support for OEM specific functions on Compal PAZ00 based devices"
depends on MFD_NVEC && LEDS_CLASS depends on MFD_NVEC && LEDS_CLASS
help help
Say Y to enable control of the yellow side leds on Compal PAZ00 based Say Y to enable control of the yellow side leds on Compal PAZ00 based
devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks. devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.
To compile this driver as a module, say M here: the module will be
called nvec-paz00
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment