summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2016-09-23 07:57:21 (GMT)
committerSimon Glass <sjg@chromium.org>2016-10-02 00:35:01 (GMT)
commit8d29e3a4c4a274e1c10c68ede19dc90dd28fca66 (patch)
tree307fc3d0bae569e8e2209584213035c59631574a /arch
parentbe3fcd0fe8218b699ed1d783221727a76d9b388b (diff)
downloadu-boot-fsl-qoriq-8d29e3a4c4a274e1c10c68ede19dc90dd28fca66.tar.xz
Kconfig: rockchip: enable DM_PWM and DM_REGULATOR
Enable DM_PWM and DM_REGULATOR on rockchip SoCs. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1e4830a..382a73f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -928,6 +928,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"