summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2019-07-01 19:05:51 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-07-19 06:11:09 +0300
commit914bd85b5dba4470bee983c69110defb6e514020 (patch)
tree97cae0af8c588001d75f946ad31c9fe7eb86ee9f /configs
parent6fe736ad0bf91848a5a579be9f82dff3c2ddb930 (diff)
downloadu-boot-914bd85b5dba4470bee983c69110defb6e514020.tar.xz
configs: rockchip: rock960: enable pmic and regulator commands
We have both PMIC and Regulator functionality so it's useful to be able to see output and debug with the commands enabled. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/rock960-rk3399_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rock960-rk3399_defconfig b/configs/rock960-rk3399_defconfig
index 1aa986e9cd..2381f0cd7e 100644
--- a/configs/rock960-rk3399_defconfig
+++ b/configs/rock960-rk3399_defconfig
@@ -21,6 +21,8 @@ CONFIG_SYS_PROMPT="rock960 => "
CONFIG_CMD_BOOTZ=y
CONFIG_CMD_GPT=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TIME=y