diff mbox

[U-Boot,5/7] Kconfig: rockchip: enable DM_PWM and DM_REGULATOR

Message ID 1472526134-26965-6-git-send-email-kever.yang@rock-chips.com
State Accepted
Commit 8d29e3a4c4a274e1c10c68ede19dc90dd28fca66
Delegated to: Simon Glass
Headers show

Commit Message

Kever Yang Aug. 30, 2016, 3:02 a.m. UTC
This patch enable DM_PWM and DM_REGULATOR on rockchip SoCs.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass Sept. 6, 2016, 1:04 a.m. UTC | #1
On 29 August 2016 at 21:02, Kever Yang <kever.yang@rock-chips.com> wrote:
> This patch enable DM_PWM and DM_REGULATOR on rockchip SoCs.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
>  arch/arm/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)

I think this is safe.

Acked-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4928206..c877f5d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -863,6 +863,8 @@  config ARCH_ROCKCHIP
 	select DM_SPI
 	select DM_SPI_FLASH
 	select DM_USB if USB
+	select DM_PWM
+	select DM_REGULATOR
 
 config TARGET_THUNDERX_88XX
 	bool "Support ThunderX 88xx"