android_kernel_motorola_sm6225/arch/arm/mach-mxs
Arnd Bergmann ab1824636d ARM: mxs: don't select HAVE_PWM
The HAVE_PWM symbol is only for legacy platforms that provide
the PWM API without using the generic framework. MXS actually
uses that framework, and selecting the symbol anyway might
cause build errors like

drivers/built-in.o: In function `pwm_beeper_resume':
:(.text+0x1f4fc0): undefined reference to `pwm_config'
:(.text+0x1f4fc8): undefined reference to `pwm_enable'
drivers/built-in.o: In function `pwm_beeper_suspend':
:(.text+0x1f4ffc): undefined reference to `pwm_disable'

when CONFIG_PWM is disabled.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Shawn Guo <shawn.guo@linaro.org>
2013-06-24 16:04:12 +02:00
..
Kconfig ARM: mxs: don't select HAVE_PWM 2013-06-24 16:04:12 +02:00
mach-mxs.c ARM: arm-soc device tree changes, part 2 2013-05-07 11:06:17 -07:00
Makefile ARM: mxs: enable multiplatform build 2013-04-04 21:15:58 +08:00
pm.c ARM: mxs: call mxs_pm_init() as a machine_desc hook 2013-04-04 21:15:57 +08:00
pm.h ARM: mxs: stub out mxs_pm_init for !CONFIG_PM 2013-06-24 16:03:13 +02:00