summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <[email protected]>2017-05-05 19:21:41 +0200
committerSimon Glass <[email protected]>2017-06-07 07:29:19 -0600
commit1644f381ca45582a32c82c0fb7f825649cf125f2 (patch)
tree4cc14b7fec6f85bd78a27f4b5d17cc89e8539829
parent8adc9d18a8344cba01bcaa13318ca8cf1afac312 (diff)
rockchip: defconfig: puma-rk3399: enable RK3399 efuse driver
With everything in place (i.e. the new efuse driver, the clk-support for the non-secure efuse block, and the board-specific functions to derive 'serial#' from the cpu-id within the efuses), enable this in the RK3399-Q7 defconfig. Signed-off-by: Philipp Tomsich <[email protected]> Acked-by: Simon Glass <[email protected]>
-rw-r--r--configs/puma-rk3399_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index 62453604c61..08c80efd8b7 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -36,6 +36,8 @@ CONFIG_SPL_SYSCON=y
CONFIG_CLK=y
CONFIG_SPL_CLK=y
CONFIG_ROCKCHIP_GPIO=y
+CONFIG_MISC=y
+CONFIG_ROCKCHIP_EFUSE=y
CONFIG_MMC_DW=y
CONFIG_MMC_DW_ROCKCHIP=y
CONFIG_MMC_SDHCI=y