VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Brian Norris <briannorris@chromium.org> 2016-07-15 16:28:44 -0700 committer: Thierry Reding <thierry.reding@gmail.com> 2016-07-25 10:40:41 +0200 commit: 1f0d3bb02785f698dc273b9006a473194c32f874 parent: 9e60f50b4a79ae2df791d89d08cf2b78ad7629bd
Commit Summary:
pwm: Add ChromeOS EC PWM driver
Diffstat:
1 file changed, 7 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index db32cb8c1aba..80a566a00d04 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -147,6 +147,13 @@ config PWM_CRC
 	  Generic PWM framework driver for Crystalcove (CRC) PMIC based PWM
 	  control.
 
+config PWM_CROS_EC
+	tristate "ChromeOS EC PWM driver"
+	depends on MFD_CROS_EC
+	help
+	  PWM driver for exposing a PWM attached to the ChromeOS Embedded
+	  Controller.
+
 config PWM_EP93XX
 	tristate "Cirrus Logic EP93xx PWM support"
 	depends on ARCH_EP93XX