diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-04-13 04:09:21 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-06-04 22:32:04 -0400 |
commit | a71ef16327a534a88fb1277d28dcd362dbb1992f (patch) | |
tree | c685946965ebdb4064393bf3464aec7249eadc5b /arch/arm/mach-pxa/Kconfig | |
parent | a757ad8b391adb2129f8357545aaa678099df473 (diff) |
[ARM] pxa: build pwm.c according to HAVE_PWM instead of PXA_PWM
The PXA_PWM config option is really redundant since the introduction
of HAVE_PWM, replace that with HAVE_PWM to avoid confusion.
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 17d3fbd368a3..47747f96f125 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -505,12 +505,6 @@ config PXA_SSP | |||
505 | help | 505 | help |
506 | Enable support for PXA2xx SSP ports | 506 | Enable support for PXA2xx SSP ports |
507 | 507 | ||
508 | config PXA_PWM | ||
509 | tristate | ||
510 | default BACKLIGHT_PWM | ||
511 | help | ||
512 | Enable support for PXA2xx/PXA3xx PWM controllers | ||
513 | |||
514 | config TOSA_BT | 508 | config TOSA_BT |
515 | tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" | 509 | tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" |
516 | depends on MACH_TOSA | 510 | depends on MACH_TOSA |