Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 1 | menuconfig PWM |
| 2 | bool "PWM Support" |
Thierry Reding | eac7a92 | 2012-07-02 21:29:45 +0200 | [diff] [blame] | 3 | depends on !MACH_JZ4740 && !PUV3_PWM |
Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 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 | |
Thierry Reding | a4315e3 | 2012-01-02 20:53:50 +0100 | [diff] [blame] | 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 | |
Sascha Hauer | 2969324 | 2012-03-15 10:04:35 +0100 | [diff] [blame] | 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 | |
Alexandre Pereira da Silva | 2132fa8 | 2012-07-10 11:38:10 -0300 | [diff] [blame] | 31 | config PWM_LPC32XX |
| 32 | tristate "LPC32XX PWM support" |
| 33 | depends on ARCH_LPC32XX |
| 34 | help |
| 35 | Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two |
| 36 | PWM controllers. |
| 37 | |
| 38 | To compile this driver as a module, choose M here: the module |
| 39 | will be called pwm-lpc32xx. |
| 40 | |
Shawn Guo | 4dce82c | 2012-04-04 10:50:52 +0800 | [diff] [blame] | 41 | config PWM_MXS |
| 42 | tristate "Freescale MXS PWM support" |
| 43 | depends on ARCH_MXS && OF |
Shawn Guo | 01bf32e | 2012-06-26 16:58:09 +0800 | [diff] [blame] | 44 | select STMP_DEVICE |
Shawn Guo | 4dce82c | 2012-04-04 10:50:52 +0800 | [diff] [blame] | 45 | help |
| 46 | Generic PWM framework driver for Freescale MXS. |
| 47 | |
| 48 | To compile this driver as a module, choose M here: the module |
| 49 | will be called pwm-mxs. |
| 50 | |
Thierry Reding | 17b2b47 | 2012-01-02 21:22:38 +0100 | [diff] [blame] | 51 | config PWM_PXA |
| 52 | tristate "PXA PWM support" |
| 53 | depends on ARCH_PXA |
| 54 | help |
| 55 | Generic PWM framework driver for PXA. |
| 56 | |
| 57 | To compile this driver as a module, choose M here: the module |
| 58 | will be called pwm-pxa. |
| 59 | |
Sascha Hauer | 215c29d | 2012-03-15 10:04:36 +0100 | [diff] [blame] | 60 | config PWM_SAMSUNG |
| 61 | tristate "Samsung pwm support" |
| 62 | depends on PLAT_SAMSUNG |
| 63 | help |
| 64 | Generic PWM framework driver for Samsung. |
| 65 | |
| 66 | To compile this driver as a module, choose M here: the module |
| 67 | will be called pwm-samsung. |
| 68 | |
Thierry Reding | 0134b93 | 2011-12-21 07:47:07 +0100 | [diff] [blame] | 69 | config PWM_TEGRA |
| 70 | tristate "NVIDIA Tegra PWM support" |
| 71 | depends on ARCH_TEGRA |
| 72 | help |
| 73 | Generic PWM framework driver for the PWFM controller found on NVIDIA |
| 74 | Tegra SoCs. |
| 75 | |
| 76 | To compile this driver as a module, choose M here: the module |
| 77 | will be called pwm-tegra. |
| 78 | |
Philip, Avinash | 8e0cb05 | 2012-07-25 16:58:18 +0530 | [diff] [blame] | 79 | config PWM_TIECAP |
| 80 | tristate "ECAP PWM support" |
| 81 | depends on SOC_AM33XX |
| 82 | help |
| 83 | PWM driver support for the ECAP APWM controller found on AM33XX |
| 84 | TI SOC |
| 85 | |
| 86 | To compile this driver as a module, choose M here: the module |
| 87 | will be called pwm-tiecap. |
| 88 | |
Philip, Avinash | 19891b2 | 2012-07-25 16:58:19 +0530 | [diff] [blame^] | 89 | config PWM_TIEHRPWM |
| 90 | tristate "EHRPWM PWM support" |
| 91 | depends on SOC_AM33XX |
| 92 | help |
| 93 | PWM driver support for the EHRPWM controller found on AM33XX |
| 94 | TI SOC |
| 95 | |
| 96 | To compile this driver as a module, choose M here: the module |
| 97 | will be called pwm-tiehrpwm. |
| 98 | |
Sascha Hauer | a245cce | 2012-03-15 10:04:37 +0100 | [diff] [blame] | 99 | config PWM_VT8500 |
| 100 | tristate "vt8500 pwm support" |
| 101 | depends on ARCH_VT8500 |
| 102 | help |
| 103 | Generic PWM framework driver for vt8500. |
| 104 | |
| 105 | To compile this driver as a module, choose M here: the module |
| 106 | will be called pwm-vt8500. |
| 107 | |
Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 108 | endif |