pwm: Conflict with legacy PWM API
[deliverable/linux.git] / drivers / pwm / Kconfig
1 menuconfig PWM
2 bool "PWM Support"
3 depends on !MACH_JZ4740 && !PUV3_PWM
4 help
5 This enables PWM support through the generic PWM framework.
6 You only need to enable this, if you also want to enable
7 one or more of the PWM drivers below.
8
9 If unsure, say N.
10
11 if PWM
12
13 config PWM_BFIN
14 tristate "Blackfin PWM support"
15 depends on BFIN_GPTIMERS
16 help
17 Generic PWM framework driver for Blackfin.
18
19 To compile this driver as a module, choose M here: the module
20 will be called pwm-bfin.
21
22 config PWM_IMX
23 tristate "i.MX pwm support"
24 depends on ARCH_MXC
25 help
26 Generic PWM framework driver for i.MX.
27
28 To compile this driver as a module, choose M here: the module
29 will be called pwm-imx.
30
31 config PWM_MXS
32 tristate "Freescale MXS PWM support"
33 depends on ARCH_MXS && OF
34 select STMP_DEVICE
35 help
36 Generic PWM framework driver for Freescale MXS.
37
38 To compile this driver as a module, choose M here: the module
39 will be called pwm-mxs.
40
41 config PWM_PXA
42 tristate "PXA PWM support"
43 depends on ARCH_PXA
44 help
45 Generic PWM framework driver for PXA.
46
47 To compile this driver as a module, choose M here: the module
48 will be called pwm-pxa.
49
50 config PWM_SAMSUNG
51 tristate "Samsung pwm support"
52 depends on PLAT_SAMSUNG
53 help
54 Generic PWM framework driver for Samsung.
55
56 To compile this driver as a module, choose M here: the module
57 will be called pwm-samsung.
58
59 config PWM_TEGRA
60 tristate "NVIDIA Tegra PWM support"
61 depends on ARCH_TEGRA
62 help
63 Generic PWM framework driver for the PWFM controller found on NVIDIA
64 Tegra SoCs.
65
66 To compile this driver as a module, choose M here: the module
67 will be called pwm-tegra.
68
69 config PWM_VT8500
70 tristate "vt8500 pwm support"
71 depends on ARCH_VT8500
72 help
73 Generic PWM framework driver for vt8500.
74
75 To compile this driver as a module, choose M here: the module
76 will be called pwm-vt8500.
77
78 endif
This page took 0.031912 seconds and 6 git commands to generate.