From: Peter Robinson Date: Mon, 1 Jul 2019 16:05:51 +0000 (+0100) Subject: configs: rockchip: rock960: enable pmic and regulator commands X-Git-Tag: v2025.01-rc5-pxa1908~2876^2~140 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=914bd85b5dba4470bee983c69110defb6e514020;p=u-boot.git 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 Reviewed-by: Kever Yang Reviewed-by: Manivannan Sadhasivam --- 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