ARM vt8500: Move vt8500 pwm driver to pwm framework
[linux-block.git] / drivers / pwm / Kconfig
CommitLineData
0c2498f1
SH
1menuconfig PWM
2 bool "PWM Support"
3 help
4 This enables PWM support through the generic PWM framework.
5 You only need to enable this, if you also want to enable
6 one or more of the PWM drivers below.
7
8 If unsure, say N.
9
10if PWM
11
a4315e3c
TR
12config PWM_BFIN
13 tristate "Blackfin PWM support"
14 depends on BFIN_GPTIMERS
15 help
16 Generic PWM framework driver for Blackfin.
17
18 To compile this driver as a module, choose M here: the module
19 will be called pwm-bfin.
20
29693248
SH
21config PWM_IMX
22 tristate "i.MX pwm support"
23 depends on ARCH_MXC
24 help
25 Generic PWM framework driver for i.MX.
26
27 To compile this driver as a module, choose M here: the module
28 will be called pwm-imx.
29
17b2b478
TR
30config PWM_PXA
31 tristate "PXA PWM support"
32 depends on ARCH_PXA
33 help
34 Generic PWM framework driver for PXA.
35
36 To compile this driver as a module, choose M here: the module
37 will be called pwm-pxa.
38
215c29d3
SH
39config PWM_SAMSUNG
40 tristate "Samsung pwm support"
41 depends on PLAT_SAMSUNG
42 help
43 Generic PWM framework driver for Samsung.
44
45 To compile this driver as a module, choose M here: the module
46 will be called pwm-samsung.
47
0134b932
TR
48config PWM_TEGRA
49 tristate "NVIDIA Tegra PWM support"
50 depends on ARCH_TEGRA
51 help
52 Generic PWM framework driver for the PWFM controller found on NVIDIA
53 Tegra SoCs.
54
55 To compile this driver as a module, choose M here: the module
56 will be called pwm-tegra.
57
a245cceb
SH
58config PWM_VT8500
59 tristate "vt8500 pwm support"
60 depends on ARCH_VT8500
61 help
62 Generic PWM framework driver for vt8500.
63
64 To compile this driver as a module, choose M here: the module
65 will be called pwm-vt8500.
66
0c2498f1 67endif