summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2016-09-23 15:57:21 +0800
committerSimon Glass <sjg@chromium.org>2016-10-01 18:35:01 -0600
commit8d29e3a4c4a274e1c10c68ede19dc90dd28fca66 (patch)
tree307fc3d0bae569e8e2209584213035c59631574a
parentbe3fcd0fe8218b699ed1d783221727a76d9b388b (diff)
downloadu-boot-imx-8d29e3a4c4a274e1c10c68ede19dc90dd28fca66.zip
u-boot-imx-8d29e3a4c4a274e1c10c68ede19dc90dd28fca66.tar.gz
u-boot-imx-8d29e3a4c4a274e1c10c68ede19dc90dd28fca66.tar.bz2
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>
-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"