diff options
author | yuanjian <yuanjian12@hisilicon.com> | 2016-11-28 17:42:46 +0800 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-11-29 16:50:12 +0100 |
commit | d09f00810850dd6e6eac8895b62bc3fc35435431 (patch) | |
tree | b2d659616bbbbb1a05aa652dcf40fe21365fa887 /drivers/pwm/Kconfig | |
parent | 58d5b693637d9963018bcb92fecf858e6899ed49 (diff) | |
download | linux-d09f00810850dd6e6eac8895b62bc3fc35435431.tar.bz2 |
pwm: Add PWM driver for HiSilicon BVT SOCs
Add PWM driver for the PWM controller found on HiSilicon BVT SoCs such
as Hi3519V100, Hi3516CV300, etc. The PWM controller is primarily in
charge of controlling the P-Iris lens.
Reviewed-by: Jiancheng Xue <xuejiancheng@hisilicon.com>
Signed-off-by: Jian Yuan <yuanjian12@hisilicon.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index bf0128899c09..f92dd41b0395 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -175,6 +175,15 @@ config PWM_FSL_FTM To compile this driver as a module, choose M here: the module will be called pwm-fsl-ftm. +config PWM_HIBVT + tristate "HiSilicon BVT PWM support" + depends on ARCH_HISI || COMPILE_TEST + help + Generic PWM framework driver for HiSilicon BVT SoCs. + + To compile this driver as a module, choose M here: the module + will be called pwm-hibvt. + config PWM_IMG tristate "Imagination Technologies PWM driver" depends on HAS_IOMEM |