summaryrefslogtreecommitdiff
path: root/configs/chromebook_jerry_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:43:48 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:35 -0700
commit156ac85e1de8f21cae5f06344c69cc3d74afed80 (patch)
treeffa13509d470468d9d4c61056729de1707e98e4e /configs/chromebook_jerry_defconfig
parent9c56d6f71e05b1b4f60d0eaef6bc636d7a3f837b (diff)
rockchip: jerry: Enable the RK808 PMIC and regulator
Enable this PMIC and regulator, which is used on jerry. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/chromebook_jerry_defconfig')
-rw-r--r--configs/chromebook_jerry_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig
index 1e5edc9b60..a0af6ec6e5 100644
--- a/configs/chromebook_jerry_defconfig
+++ b/configs/chromebook_jerry_defconfig
@@ -34,8 +34,10 @@ CONFIG_SPL_PINCTRL=y
CONFIG_ROCKCHIP_PINCTRL=y
CONFIG_DM_PMIC=y
CONFIG_PMIC_ACT8846=y
+CONFIG_PMIC_RK808=y
CONFIG_DM_REGULATOR=y
CONFIG_REGULATOR_ACT8846=y
+CONFIG_REGULATOR_RK808=y
CONFIG_RAM=y
CONFIG_SPL_RAM=y
CONFIG_DEBUG_UART=y