pwm_backlight: pass correct brightness to callback
[linux-block.git] / drivers / pwm / Kconfig
CommitLineData
0c2498f1
SH
1menuconfig PWM
2 bool "PWM Support"
eac7a92f 3 depends on !MACH_JZ4740 && !PUV3_PWM
0c2498f1
SH
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
11if PWM
12
a4315e3c
TR
13config 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
29693248
SH
22config 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
4dce82c1
SG
31config PWM_MXS
32 tristate "Freescale MXS PWM support"
33 depends on ARCH_MXS && OF
01bf32e9 34 select STMP_DEVICE
4dce82c1
SG
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
17b2b478
TR
41config 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
215c29d3
SH
50config 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
0134b932
TR
59config 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
a245cceb
SH
69config 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
0c2498f1 78endif