Re: [PATCH -mm 1/2] Basic PWM driver for AVR32 and AT91

From: David Brownell
Date: Thu Jan 24 2008 - 16:09:20 EST


On Thursday 24 January 2008, Haavard Skinnemoen wrote:
> +config ATMEL_PWM
> +       tristate "Atmel AT32/AT91 PWM support"
> +       depends on (AVR32 || AT91) && EXPERIMENTAL

There's probably no need for EXPERIMENTAL except in the
limited sense of "young driver". :)

There's a bug there ... it should have used ARCH_AT91 instead
of just AT91. Or even ARCH_AT91SAM9263 || ARCH_AT91SAM9RL.

- Dave

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/