diff options
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 | |||
110 | To compile this driver as a module, choose M here: the module | 110 | To compile this driver as a module, choose M here: the module |
111 | will be called pwm-bfin. | 111 | will be called pwm-bfin. |
112 | 112 | ||
113 | config PWM_BRCMSTB | ||
114 | tristate "Broadcom STB PWM support" | ||
115 | depends on ARCH_BRCMSTB || BMIPS_GENERIC | ||
116 | help | ||
117 | Generic PWM framework driver for the Broadcom Set-top-Box | ||
118 | SoCs (BCM7xxx). | ||
119 | |||
120 | To compile this driver as a module, choose M Here: the module | ||
121 | will be called pwm-brcmstb.c. | ||
122 | |||
113 | config PWM_CLPS711X | 123 | config PWM_CLPS711X |
114 | tristate "CLPS711X PWM support" | 124 | tristate "CLPS711X PWM support" |
115 | depends on ARCH_CLPS711X || COMPILE_TEST | 125 | depends on ARCH_CLPS711X || COMPILE_TEST |