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 eece329d7872..7acab93d5a47 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -90,6 +90,16 @@ config PWM_JZ4740 | |||
90 | To compile this driver as a module, choose M here: the module | 90 | To compile this driver as a module, choose M here: the module |
91 | will be called pwm-jz4740. | 91 | will be called pwm-jz4740. |
92 | 92 | ||
93 | config PWM_LP3943 | ||
94 | tristate "TI/National Semiconductor LP3943 PWM support" | ||
95 | depends on MFD_LP3943 | ||
96 | help | ||
97 | Generic PWM framework driver for LP3943 which supports two PWM | ||
98 | channels. | ||
99 | |||
100 | To compile this driver as a module, choose M here: the module | ||
101 | will be called pwm-lp3943. | ||
102 | |||
93 | config PWM_LPC32XX | 103 | config PWM_LPC32XX |
94 | tristate "LPC32XX PWM support" | 104 | tristate "LPC32XX PWM support" |
95 | depends on ARCH_LPC32XX | 105 | depends on ARCH_LPC32XX |