projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2899e12
)
pwm: samsung: Allow Samsung PWM driver to be enabled on Exynos7
author
Abhilash Kesavan
<a.kesavan@samsung.com>
Fri, 31 Oct 2014 12:38:46 +0000
(18:08 +0530)
committer
Thierry Reding
<thierry.reding@gmail.com>
Mon, 17 Nov 2014 11:24:17 +0000
(12:24 +0100)
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>
drivers/pwm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pwm/Kconfig
b/drivers/pwm/Kconfig
index 847a57d2cf1c3c0252fb118d6433e157636c7b81..a3ecf58096348cbe391522ae83cd85bb0195ea02 100644
(file)
--- a/
drivers/pwm/Kconfig
+++ b/
drivers/pwm/Kconfig
@@
-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.