diff options
author | Kamel Bouhara <kamel.bouhara@bootlin.com> | 2019-09-18 16:57:16 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2019-09-21 03:25:10 +0200 |
commit | 3d4d85741ad3d880cb432d9121f5563e6a57ff2e (patch) | |
tree | 36464ab5a892dfd19dce4d911ca42b197e7d069d /drivers/pwm/Kconfig | |
parent | pwm: stm32-lp: Add check in case requested period cannot be achieved (diff) | |
download | linux-3d4d85741ad3d880cb432d9121f5563e6a57ff2e.tar.xz linux-3d4d85741ad3d880cb432d9121f5563e6a57ff2e.zip |
pwm: atmel: Remove platform_device_id and use only dt bindings
Since commit 26202873bb51 ("avr32: remove support for AVR32
architecture") there is no more user of platform_device_id and we
should only use dt bindings
Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 31dfc88ef362..08f35e2b167e 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -44,7 +44,7 @@ config PWM_AB8500 config PWM_ATMEL tristate "Atmel PWM support" - depends on ARCH_AT91 + depends on ARCH_AT91 && OF help Generic PWM framework driver for Atmel SoC. |