[PATCH] misc: atmel_pwm: only build for supported platforms
From: Paul Bolle <hidden>
Date: 2014-05-28 16:09:47
Also in:
lkml
From: Paul Bolle <hidden>
Date: 2014-05-28 16:09:47
Also in:
lkml
On Wed, 2014-05-28 at 17:59 +0200, Alexandre Belloni wrote:
On 28/05/2014 at 14:24:27 +0200, Paul Bolle wrote :quoted
quoted
quoted
config ATMEL_PWM tristate "Atmel AT32/AT91 PWM support" - depends on HAVE_CLK && (AVR32 || ARCH_AT91 || COMPILE_TEST) + depends on HAVE_CLK + depends on AVR32 || AT91SAM9263 || AT91SAM9RL || AT91SAM9G45Symbols AT91SAM9263, AT91SAM9RL, and AT91SAM9G45 do not seem to exist in next-20140528. Should these perhaps be SOC_AT91SAM9263, SOC_AT91SAM9RL, and SOC_AT91SAM9G45 and/or ARCH_AT91SAM9263, ARCH_AT91SAM9RL, and ARCH_AT91SAM9G45?I wouldn't bother too much fixing that, this will definitely be remove in 3.17.
Are you talking about: 1) the problem this patch tried to fix; or 2) the problem it created?
I was too late for 3.16 because my series was waiting on another patch set.
We're already too late to fix stuff for v3.16-rc1 (which will probably only be released about three to four weeks from now)? Is that correct? Paul Bolle