pwm: Move Blackfin PWM driver to PWM framework
[linux-2.6/btrfs-unstable.git] / drivers / pwm / Kconfig
blobeb5404268135318af5353faccc18dcb47c9f43a5
1 menuconfig 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.
8           If unsure, say N.
10 if PWM
12 config PWM_BFIN
13         tristate "Blackfin PWM support"
14         depends on BFIN_GPTIMERS
15         help
16           Generic PWM framework driver for Blackfin.
18           To compile this driver as a module, choose M here: the module
19           will be called pwm-bfin.
21 config PWM_TEGRA
22         tristate "NVIDIA Tegra PWM support"
23         depends on ARCH_TEGRA
24         help
25           Generic PWM framework driver for the PWFM controller found on NVIDIA
26           Tegra SoCs.
28           To compile this driver as a module, choose M here: the module
29           will be called pwm-tegra.
31 endif