AT91: atmel_pwm only available for certain AT91 processors
authorAndrew Victor <[email protected]>
Thu, 16 Oct 2008 05:01:55 +0000 (22:01 -0700)
committerLinus Torvalds <[email protected]>
Thu, 16 Oct 2008 18:21:32 +0000 (11:21 -0700)
commit8b6e47ad062e6ac993fb80256344fc499c1e827b
tree01099417e0256837231583e82b3067c25da2339e
parentd133181d873255cb071f8b19c4b2c1f326c2de95
AT91: atmel_pwm only available for certain AT91 processors

Only three of Atmel's AT91 processors (SAM9263, SAM9RL and CAP9) include a
PWM controller.

It should therefore only be possible to enable the misc/atmel_pwm.c driver
on those processors (and not all AT91 processors).

Signed-off-by: Andrew Victor <[email protected]>
Cc: Haavard Skinnemoen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/misc/Kconfig