diff options
author | Charlie Huang <chahuang@nvidia.com> | 2012-09-07 13:43:16 -0700 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-10-22 18:38:41 -0700 |
commit | be9018a97a792bc1b7d8be19777932812aa33972 (patch) | |
tree | a12e7d4f8eedab1a89d4301cfe516e155bde5c35 /drivers/media/video/tegra/Kconfig | |
parent | feee59a76e4796b9365a9a639e28bea2102b75a8 (diff) |
media: tegra: as3648: initial driver bring up
New flash controller with dual led outputs, as well as over-current
protection, low-voltage protection, flash timeout control, etc.
bug 1048411
Change-Id: I20a74229cc357a4b93ed3ed70e663ef0acc258d9
Signed-off-by: Charlie Huang <chahuang@nvidia.com>
(cherry picked from commit f84be39819cd40e2bfbc839ca7dd74c1143893be)
Reviewed on: http://git-master/r/#change,133114
Reviewed-on: http://git-master/r/145660
Reviewed-by: Sivasubramaniam Venkataraman <svenkatarama@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
Diffstat (limited to 'drivers/media/video/tegra/Kconfig')
-rw-r--r-- | drivers/media/video/tegra/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/tegra/Kconfig b/drivers/media/video/tegra/Kconfig index 845d459c10f1..9bde7622531b 100644 --- a/drivers/media/video/tegra/Kconfig +++ b/drivers/media/video/tegra/Kconfig @@ -109,6 +109,12 @@ config MAX77665_FLASH ---help--- This is a driver for the MAX77665 flash/torch camera device +config TORCH_AS364X + tristate "AS364X flash/torch support" + depends on I2C && ARCH_TEGRA + ---help--- + This is a driver for the AS364X flash/torch camera device + config VIDEO_SH532U tristate "SH532U focuser support" depends on I2C && ARCH_TEGRA |