Commit 8b6e47ad authored by Andrew Victor's avatar Andrew Victor Committed by Linus Torvalds

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: default avatarAndrew Victor <linux@maxim.org.za>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d133181d
...@@ -15,7 +15,7 @@ if MISC_DEVICES ...@@ -15,7 +15,7 @@ if MISC_DEVICES
config ATMEL_PWM config ATMEL_PWM
tristate "Atmel AT32/AT91 PWM support" tristate "Atmel AT32/AT91 PWM support"
depends on AVR32 || ARCH_AT91 depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9
help help
This option enables device driver support for the PWM channels This option enables device driver support for the PWM channels
on certain Atmel prcoessors. Pulse Width Modulation is used for on certain Atmel prcoessors. Pulse Width Modulation is used for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment