From c9f1ac9d54c122a09ec1a869079d23277b75b3a5 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2012 21:23:16 +0200 Subject: [PATCH] pwm PXA: Compile only on PXA The PXA PWM driver does not compile on any other architecture, so depend on PXA. Signed-off-by: Sascha Hauer --- drivers/pwm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 50c956a67..fc0836319 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -11,6 +11,7 @@ if PWM config PWM_PXA bool "PXA PWM Support" default y if ARCH_PXA2XX + depends on ARCH_PXA2XX help This enables PWM support for Intel/Marvell PXA chips, such as the PXA25x, PXA27x.