summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/Kconfig
diff options
context:
space:
mode:
authorJun Yan <juyan@nvidia.com>2013-09-12 11:15:31 -0700
committerAjay Nandakumar <anandakumarm@nvidia.com>2013-10-03 19:17:43 +0530
commitaebcac70ac202028dcbbbe6ffe6a57e234e270f1 (patch)
tree5660920431d6f2a25fdcdc64fd5ab2375adbf128 /drivers/usb/misc/Kconfig
parentc49ce44c94bcc3f4ec68365f76e9b477e70a3ea2 (diff)
usb: misc: add LED driver for Nvidia Shield
Nvidia Shield use USB microcontroller to control LED. This driver use USB control message to change LED state. Bug 1344169 Change-Id: I81ae5ecb71396a02eae1ef6ebc8e6ba2263ed5c2 Signed-off-by: Jun Yan <juyan@nvidia.com> Reviewed-on: http://git-master/r/273851 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> (cherry picked from commit 80e21dda9848f273752faa69c3b43a228cb394ee) Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r--drivers/usb/misc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index 20bc14483f13..8eb9916dc4e6 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -246,3 +246,10 @@ config USB_RENESAS_MODEM
To compile this driver as a module, choose M here: the
module will be called renesas modem.
+
+config USB_NV_SHIELD_LED
+ tristate "USB Nvidia Shield LED driver support"
+ depends on USB
+ help
+ This driver communicates with the microcontroller on Nvidia Shield
+ to control the center button LED.