9
0
Fork 0

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 <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-07-05 21:23:16 +02:00
parent 15caba7771
commit c9f1ac9d54
1 changed files with 1 additions and 0 deletions

View File

@ -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.