diff options
author | Tom Rini | 2022-06-15 12:03:49 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:03:01 -0400 |
commit | de0a73291550c68a7c7306c2627cbf6484241fef (patch) | |
tree | 2442a87f945e2d0930cb3d2a873b72a9c853cb07 /board/friendlyarm | |
parent | d398b29aa06553a65642ed49ab0bf98938ffa788 (diff) |
Rename CONFIG_PWM to CONFIG_PWM_S5P and move to Kconfig
We rename the S5P specific "CONFIG_PWM" to CONFIG_PWM_S5P and move it to
Kconfig. Given the usage of CONFIG_PWM_NX, we have that select this new
symbol.
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'board/friendlyarm')
-rw-r--r-- | board/friendlyarm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/friendlyarm/Kconfig b/board/friendlyarm/Kconfig index f8f9cfd879a..fa04727a6a2 100644 --- a/board/friendlyarm/Kconfig +++ b/board/friendlyarm/Kconfig @@ -11,6 +11,7 @@ config S5P4418_ONEWIRE config PWM_NX bool "PWM" + select PWM_S5P help This enables LCD-Backlight control via PWM. endchoice |