Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 1 | menuconfig PWM |
Thierry Reding | b817bf5 | 2012-08-16 08:01:21 +0200 | [diff] [blame] | 2 | bool "Pulse-Width Modulation (PWM) Support" |
Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 3 | help |
Thierry Reding | b817bf5 | 2012-08-16 08:01:21 +0200 | [diff] [blame] | 4 | Generic Pulse-Width Modulation (PWM) support. |
Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 5 | |
Thierry Reding | b817bf5 | 2012-08-16 08:01:21 +0200 | [diff] [blame] | 6 | In Pulse-Width Modulation, a variation of the width of pulses |
| 7 | in a rectangular pulse signal is used as a means to alter the |
| 8 | average power of the signal. Applications include efficient |
| 9 | power delivery and voltage regulation. In computer systems, |
| 10 | PWMs are commonly used to control fans or the brightness of |
| 11 | display backlights. |
| 12 | |
| 13 | This framework provides a generic interface to PWM devices |
| 14 | within the Linux kernel. On the driver side it provides an API |
| 15 | to register and unregister a PWM chip, an abstraction of a PWM |
| 16 | controller, that supports one or more PWM devices. Client |
| 17 | drivers can request PWM devices and use the generic framework |
| 18 | to configure as well as enable and disable them. |
| 19 | |
| 20 | This generic framework replaces the legacy PWM framework which |
| 21 | allows only a single driver implementing the required API. Not |
| 22 | all legacy implementations have been ported to the framework |
| 23 | yet. The framework provides an API that is backward compatible |
| 24 | with the legacy framework so that existing client drivers |
| 25 | continue to work as expected. |
| 26 | |
| 27 | If unsure, say no. |
Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 28 | |
| 29 | if PWM |
| 30 | |
Thierry Reding | 6173f8f | 2012-08-31 11:46:24 +0200 | [diff] [blame] | 31 | config PWM_AB8500 |
| 32 | tristate "AB8500 PWM support" |
| 33 | depends on AB8500_CORE && ARCH_U8500 |
| 34 | help |
| 35 | Generic PWM framework driver for Analog Baseband AB8500. |
| 36 | |
| 37 | To compile this driver as a module, choose M here: the module |
| 38 | will be called pwm-ab8500. |
| 39 | |
Thierry Reding | a4315e3 | 2012-01-02 20:53:50 +0100 | [diff] [blame] | 40 | config PWM_BFIN |
| 41 | tristate "Blackfin PWM support" |
| 42 | depends on BFIN_GPTIMERS |
| 43 | help |
| 44 | Generic PWM framework driver for Blackfin. |
| 45 | |
| 46 | To compile this driver as a module, choose M here: the module |
| 47 | will be called pwm-bfin. |
| 48 | |
Sascha Hauer | 2969324 | 2012-03-15 10:04:35 +0100 | [diff] [blame] | 49 | config PWM_IMX |
| 50 | tristate "i.MX pwm support" |
| 51 | depends on ARCH_MXC |
| 52 | help |
| 53 | Generic PWM framework driver for i.MX. |
| 54 | |
| 55 | To compile this driver as a module, choose M here: the module |
| 56 | will be called pwm-imx. |
| 57 | |
Thierry Reding | f6b8a57 | 2012-08-22 10:01:24 +0200 | [diff] [blame] | 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 | |
Alexandre Pereira da Silva | 2132fa8 | 2012-07-10 11:38:10 -0300 | [diff] [blame] | 68 | config PWM_LPC32XX |
| 69 | tristate "LPC32XX PWM support" |
| 70 | depends on ARCH_LPC32XX |
| 71 | help |
| 72 | Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two |
| 73 | PWM controllers. |
| 74 | |
| 75 | To compile this driver as a module, choose M here: the module |
| 76 | will be called pwm-lpc32xx. |
| 77 | |
Shawn Guo | 4dce82c | 2012-04-04 10:50:52 +0800 | [diff] [blame] | 78 | config PWM_MXS |
| 79 | tristate "Freescale MXS PWM support" |
| 80 | depends on ARCH_MXS && OF |
Shawn Guo | 01bf32e | 2012-06-26 16:58:09 +0800 | [diff] [blame] | 81 | select STMP_DEVICE |
Shawn Guo | 4dce82c | 2012-04-04 10:50:52 +0800 | [diff] [blame] | 82 | help |
| 83 | Generic PWM framework driver for Freescale MXS. |
| 84 | |
| 85 | To compile this driver as a module, choose M here: the module |
| 86 | will be called pwm-mxs. |
| 87 | |
Thierry Reding | 79c11b6 | 2012-08-31 08:29:24 +0200 | [diff] [blame] | 88 | config PWM_PUV3 |
| 89 | tristate "PKUnity NetBook-0916 PWM support" |
| 90 | depends on ARCH_PUV3 |
| 91 | help |
| 92 | Generic PWM framework driver for PKUnity NetBook-0916. |
| 93 | |
| 94 | To compile this driver as a module, choose M here: the module |
| 95 | will be called pwm-puv3. |
| 96 | |
Thierry Reding | 17b2b47 | 2012-01-02 21:22:38 +0100 | [diff] [blame] | 97 | config PWM_PXA |
| 98 | tristate "PXA PWM support" |
| 99 | depends on ARCH_PXA |
| 100 | help |
| 101 | Generic PWM framework driver for PXA. |
| 102 | |
| 103 | To compile this driver as a module, choose M here: the module |
| 104 | will be called pwm-pxa. |
| 105 | |
Sascha Hauer | 215c29d | 2012-03-15 10:04:36 +0100 | [diff] [blame] | 106 | config PWM_SAMSUNG |
| 107 | tristate "Samsung pwm support" |
| 108 | depends on PLAT_SAMSUNG |
| 109 | help |
| 110 | Generic PWM framework driver for Samsung. |
| 111 | |
| 112 | To compile this driver as a module, choose M here: the module |
| 113 | will be called pwm-samsung. |
| 114 | |
Shiraz Hashim | ce20364 | 2012-10-25 09:39:13 +0530 | [diff] [blame] | 115 | config PWM_SPEAR |
| 116 | tristate "STMicroelectronics SPEAr PWM support" |
| 117 | depends on PLAT_SPEAR |
| 118 | depends on OF |
| 119 | help |
| 120 | Generic PWM framework driver for the PWM controller on ST |
| 121 | SPEAr SoCs. |
| 122 | |
| 123 | To compile this driver as a module, choose M here: the module |
| 124 | will be called pwm-spear. |
| 125 | |
Thierry Reding | 0134b93 | 2011-12-21 07:47:07 +0100 | [diff] [blame] | 126 | config PWM_TEGRA |
| 127 | tristate "NVIDIA Tegra PWM support" |
| 128 | depends on ARCH_TEGRA |
| 129 | help |
| 130 | Generic PWM framework driver for the PWFM controller found on NVIDIA |
| 131 | Tegra SoCs. |
| 132 | |
| 133 | To compile this driver as a module, choose M here: the module |
| 134 | will be called pwm-tegra. |
| 135 | |
Philip, Avinash | 8e0cb05 | 2012-07-25 16:58:18 +0530 | [diff] [blame] | 136 | config PWM_TIECAP |
| 137 | tristate "ECAP PWM support" |
| 138 | depends on SOC_AM33XX |
Philip, Avinash | af0ba00 | 2012-11-27 14:18:06 +0530 | [diff] [blame] | 139 | select PWM_TIPWMSS |
Philip, Avinash | 8e0cb05 | 2012-07-25 16:58:18 +0530 | [diff] [blame] | 140 | help |
| 141 | PWM driver support for the ECAP APWM controller found on AM33XX |
| 142 | TI SOC |
| 143 | |
| 144 | To compile this driver as a module, choose M here: the module |
| 145 | will be called pwm-tiecap. |
| 146 | |
Philip, Avinash | 19891b2 | 2012-07-25 16:58:19 +0530 | [diff] [blame] | 147 | config PWM_TIEHRPWM |
| 148 | tristate "EHRPWM PWM support" |
| 149 | depends on SOC_AM33XX |
Philip, Avinash | af0ba00 | 2012-11-27 14:18:06 +0530 | [diff] [blame] | 150 | select PWM_TIPWMSS |
Philip, Avinash | 19891b2 | 2012-07-25 16:58:19 +0530 | [diff] [blame] | 151 | help |
| 152 | PWM driver support for the EHRPWM controller found on AM33XX |
| 153 | TI SOC |
| 154 | |
| 155 | To compile this driver as a module, choose M here: the module |
| 156 | will be called pwm-tiehrpwm. |
| 157 | |
Philip, Avinash | af0ba00 | 2012-11-27 14:18:06 +0530 | [diff] [blame] | 158 | config PWM_TIPWMSS |
| 159 | bool |
| 160 | depends on SOC_AM33XX && (PWM_TIEHRPWM || PWM_TIECAP) |
| 161 | help |
| 162 | PWM Subsystem driver support for AM33xx SOC. |
| 163 | |
| 164 | PWM submodules require PWM config space access from submodule |
| 165 | drivers and require common parent driver support. |
| 166 | |
Peter Ujfalusi | 3744c26 | 2012-11-27 11:09:57 +0100 | [diff] [blame] | 167 | config PWM_TWL |
| 168 | tristate "TWL4030/6030 PWM support" |
| 169 | depends on TWL4030_CORE |
| 170 | help |
| 171 | Generic PWM framework driver for TWL4030/6030. |
| 172 | |
| 173 | To compile this driver as a module, choose M here: the module |
| 174 | will be called pwm-twl. |
| 175 | |
Peter Ujfalusi | aa76564 | 2012-11-27 11:09:58 +0100 | [diff] [blame] | 176 | config PWM_TWL_LED |
| 177 | tristate "TWL4030/6030 PWM support for LED drivers" |
| 178 | depends on TWL4030_CORE |
| 179 | help |
| 180 | Generic PWM framework driver for TWL4030/6030 LED terminals. |
| 181 | |
| 182 | To compile this driver as a module, choose M here: the module |
| 183 | will be called pwm-twl-led. |
| 184 | |
Sascha Hauer | a245cce | 2012-03-15 10:04:37 +0100 | [diff] [blame] | 185 | config PWM_VT8500 |
| 186 | tristate "vt8500 pwm support" |
| 187 | depends on ARCH_VT8500 |
| 188 | help |
| 189 | Generic PWM framework driver for vt8500. |
| 190 | |
| 191 | To compile this driver as a module, choose M here: the module |
| 192 | will be called pwm-vt8500. |
| 193 | |
Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 194 | endif |