AVR32 is gone, so no more need to depends on it.

Signed-off-by: Corentin Labbe <[email protected]>
---
 drivers/pwm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 763ee50ea57d..f16aad3bf5d6 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -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.
 
-- 
2.13.6

Reply via email to