projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be3fcd0
)
Kconfig: rockchip: enable DM_PWM and DM_REGULATOR
author
Kever Yang
<kever.yang@rock-chips.com>
Fri, 23 Sep 2016 07:57:21 +0000
(15:57 +0800)
committer
Simon Glass
<sjg@chromium.org>
Sun, 2 Oct 2016 00:35:01 +0000
(18:35 -0600)
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>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 1e4830a30e0b8f5cb6bb634a5097e300666054cb..382a73f73e8a49bade2ec2a27b38fe73dc391253 100644
(file)
--- 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"