diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-22 04:01:24 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-10-05 14:56:42 -0400 |
commit | f6b8a5700057cc1b531c2f9b7806428a6f83b467 (patch) | |
tree | bf019c60548d37c21c8f1ca00a7968a425ea53da /drivers/pwm/Kconfig | |
parent | 46a98765133bd880916415d431698797010d4ba8 (diff) |
pwm: Add Ingenic JZ4740 support
This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Tested-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index d954c72e242..e67800581d6 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -1,6 +1,5 @@ | |||
1 | menuconfig PWM | 1 | menuconfig PWM |
2 | bool "Pulse-Width Modulation (PWM) Support" | 2 | bool "Pulse-Width Modulation (PWM) Support" |
3 | depends on !MACH_JZ4740 | ||
4 | help | 3 | help |
5 | Generic Pulse-Width Modulation (PWM) support. | 4 | Generic Pulse-Width Modulation (PWM) support. |
6 | 5 | ||
@@ -56,6 +55,16 @@ config PWM_IMX | |||
56 | To compile this driver as a module, choose M here: the module | 55 | To compile this driver as a module, choose M here: the module |
57 | will be called pwm-imx. | 56 | will be called pwm-imx. |
58 | 57 | ||
58 | config PWM_JZ4740 | ||
59 | tristate "Ingenic JZ4740 PWM support" | ||
60 | depends on MACH_JZ4740 | ||
61 | help | ||
62 | Generic PWM framework driver for Ingenic JZ4740 based | ||
63 | machines. | ||
64 | |||
65 | To compile this driver as a module, choose M here: the module | ||
66 | will be called pwm-jz4740. | ||
67 | |||
59 | config PWM_LPC32XX | 68 | config PWM_LPC32XX |
60 | tristate "LPC32XX PWM support" | 69 | tristate "LPC32XX PWM support" |
61 | depends on ARCH_LPC32XX | 70 | depends on ARCH_LPC32XX |