Skip to content

Commit

Permalink
pwm: samsung: Allow Samsung PWM driver to be enabled on Exynos7
Browse files Browse the repository at this point in the history
To re-use the existing PWM driver for 64-bit ARM based Exynos7 SoC, make
the driver depend on ARCH_EXYNOS along with PLAT_SAMSUNG.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
  • Loading branch information
Abhilash Kesavan authored and Thierry Reding committed Nov 17, 2014
1 parent 2899e12 commit 06e4cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pwm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ config PWM_ROCKCHIP

config PWM_SAMSUNG
tristate "Samsung PWM support"
depends on PLAT_SAMSUNG
depends on PLAT_SAMSUNG || ARCH_EXYNOS
help
Generic PWM framework driver for Samsung.

Expand Down

0 comments on commit 06e4cb6

Please sign in to comment.