diff options
author | Jacek Anaszewski <j.anaszewski@samsung.com> | 2015-06-19 00:33:22 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2015-06-22 13:56:46 -0700 |
commit | ac69b9038f8214e2a8ee0eb3a113af473a7518e4 (patch) | |
tree | fa3eab2ff21e1146e998dc5d976088cbb01c39bf /drivers/leds/Kconfig | |
parent | 8bdc89390ed645c7d7c1e23470d24fbd523e7168 (diff) | |
download | linux-ac69b9038f8214e2a8ee0eb3a113af473a7518e4.tar.bz2 |
leds: aat1290: add support for V4L2 Flash sub-device
Add support for V4L2 Flash sub-device to the aat1290 LED Flash class
driver. The support allows for V4L2 Flash sub-device to take the control
of the LED Flash class device.
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Bryan Wu <cooloney@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 86de046d4281..b04f82c113f2 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -47,6 +47,7 @@ config LEDS_AAT1290 depends on LEDS_CLASS_FLASH depends on GPIOLIB depends on OF + depends on PINCTRL help This option enables support for the LEDs on the AAT1290. |