diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-01-02 15:22:38 -0500 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-07-02 15:39:00 -0400 |
commit | 17b2b4780f879a559b8dc96c170dd6df98fe9ab3 (patch) | |
tree | a7e7915adf0a94828811a72b8ab35e83fcdbabfd /drivers/pwm/Kconfig | |
parent | a4315e3c11f97ea0fa602184fa310161309657df (diff) |
pwm: Move PXA PWM driver to PWM framework
This commit moves the PXA PWM driver to the drivers/pwm subdirectory and
converts it to use the new PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index eb5404268135..0ef4f3037c4a 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -18,6 +18,15 @@ config PWM_BFIN | |||
18 | To compile this driver as a module, choose M here: the module | 18 | To compile this driver as a module, choose M here: the module |
19 | will be called pwm-bfin. | 19 | will be called pwm-bfin. |
20 | 20 | ||
21 | config PWM_PXA | ||
22 | tristate "PXA PWM support" | ||
23 | depends on ARCH_PXA | ||
24 | help | ||
25 | Generic PWM framework driver for PXA. | ||
26 | |||
27 | To compile this driver as a module, choose M here: the module | ||
28 | will be called pwm-pxa. | ||
29 | |||
21 | config PWM_TEGRA | 30 | config PWM_TEGRA |
22 | tristate "NVIDIA Tegra PWM support" | 31 | tristate "NVIDIA Tegra PWM support" |
23 | depends on ARCH_TEGRA | 32 | depends on ARCH_TEGRA |