diff options
author | John Crispin <john@phrozen.org> | 2018-07-25 11:52:09 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2018-08-20 11:36:07 +0200 |
commit | 8cdc43afbb2cb58692c49fab0b13e2d9439c0642 (patch) | |
tree | ffdf3335ba19d2f12ba5f404d6117f82dd7ce612 /drivers/pwm/Kconfig | |
parent | dt-bindings: pwm: Add MT7628 information (diff) | |
download | linux-8cdc43afbb2cb58692c49fab0b13e2d9439c0642.tar.xz linux-8cdc43afbb2cb58692c49fab0b13e2d9439c0642.zip |
pwm: mediatek: Add MT7628 support
Add support for MT7628. The SoC is legacy MIPS and hence has no complex
clock tree. This patch add an extra flag to the SoC specific data
indicating, that no clocks are present.
Signed-off-by: John Crispin <john@phrozen.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
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 a4d262db9945..504d252716f2 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -286,7 +286,7 @@ config PWM_MTK_DISP config PWM_MEDIATEK tristate "MediaTek PWM support" - depends on ARCH_MEDIATEK || COMPILE_TEST + depends on ARCH_MEDIATEK || RALINK || COMPILE_TEST help Generic PWM framework driver for Mediatek ARM SoC. |