diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2015-09-15 02:47:06 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2015-10-06 17:07:27 +0300 |
commit | 3a9f5957020f87503afd5d4c1d5705253f0b3569 (patch) | |
tree | a21b140943b20fc0c6cd751e1f0ad92e32d57152 /drivers/pwm/Kconfig | |
parent | 9495525e51e6f54fda4fbb7ef19eed4d131f18b2 (diff) | |
download | linux-3a9f5957020f87503afd5d4c1d5705253f0b3569.tar.xz |
pwm: Add Broadcom BCM7038 PWM controller support
Add support for the BCM7038-style PWM controller found in all BCM7xxx STB SoCs.
This controller has a hardcoded 2 channels per controller, and cascades a
variable frequency generator on top of a fixed frequency generator which offers
a range of a 148ns period all the way to ~622ms periods.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index de18bfe146b4..b2843060d373 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -110,6 +110,16 @@ config PWM_BFIN To compile this driver as a module, choose M here: the module will be called pwm-bfin. +config PWM_BRCMSTB + tristate "Broadcom STB PWM support" + depends on ARCH_BRCMSTB || BMIPS_GENERIC + help + Generic PWM framework driver for the Broadcom Set-top-Box + SoCs (BCM7xxx). + + To compile this driver as a module, choose M Here: the module + will be called pwm-brcmstb.c. + config PWM_CLPS711X tristate "CLPS711X PWM support" depends on ARCH_CLPS711X || COMPILE_TEST |