mirror of https://gitee.com/openkylin/linux.git
pwm: Remove depends on AVR32
AVR32 is gone, so no more need to depend on it. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
f6ea025f6e
commit
120cc2fff4
|
@ -43,7 +43,7 @@ config PWM_AB8500
|
|||
|
||||
config PWM_ATMEL
|
||||
tristate "Atmel PWM support"
|
||||
depends on ARCH_AT91 || AVR32
|
||||
depends on ARCH_AT91
|
||||
help
|
||||
Generic PWM framework driver for Atmel SoC.
|
||||
|
||||
|
|
Loading…
Reference in New Issue