From: Philipp Tomsich Date: Fri, 5 May 2017 17:21:41 +0000 (+0200) Subject: rockchip: defconfig: puma-rk3399: enable RK3399 efuse driver X-Git-Tag: v2017.07-rc2~80^2~61 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1644f381ca45582a32c82c0fb7f825649cf125f2;p=u-boot 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 Acked-by: Simon Glass --- diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig index 62453604c6..08c80efd8b 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