diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2020-10-02 16:56:13 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2020-12-17 16:18:58 +0300 |
commit | 1ed2b3fca64516d1b3503ef21929f3b5f4f41cc6 (patch) | |
tree | 49348805e049ccee04fdc3b00c81c28f1fd6e9de /drivers/pwm/Kconfig | |
parent | 554b3b31e9229b498dc17f9bc0f14b42c586f0e9 (diff) | |
download | linux-1ed2b3fca64516d1b3503ef21929f3b5f4f41cc6.tar.xz |
pwm: Add DesignWare PWM Controller Driver
Introduce driver for Synopsys DesignWare PWM Controller used on Intel
Elkhart Lake.
Initial implementation is done by Felipe Balbi while he was working at
Intel with later changes from Raymond Tan and me.
Co-developed-by: Felipe Balbi (Intel) <balbi@kernel.org>
Signed-off-by: Felipe Balbi (Intel) <balbi@kernel.org>
Co-developed-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
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 e019db18b6ca..d2c199b93585 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -161,6 +161,15 @@ config PWM_CROS_EC PWM driver for exposing a PWM attached to the ChromeOS Embedded Controller. +config PWM_DWC + tristate "DesignWare PWM Controller" + depends on PCI + help + PWM driver for Synopsys DWC PWM Controller attached to a PCI bus. + + To compile this driver as a module, choose M here: the module + will be called pwm-dwc. + config PWM_EP93XX tristate "Cirrus Logic EP93xx PWM support" depends on ARCH_EP93XX || COMPILE_TEST |