diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-01-03 10:54:52 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-02-12 17:20:43 -0500 |
commit | 266c157de3b21b6da3e015085dda48cfa9f0f76d (patch) | |
tree | ead25b33df84095035526ed33a2d57a195724e62 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
arm64: defconfig: enable MESON EFUSE
Enable nvmem meson efuse driver as a module
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 634b373785c4..6e7a9b29822c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -562,6 +562,7 @@ CONFIG_PHY_XGENE=y | |||
562 | CONFIG_PHY_TEGRA_XUSB=y | 562 | CONFIG_PHY_TEGRA_XUSB=y |
563 | CONFIG_QCOM_L2_PMU=y | 563 | CONFIG_QCOM_L2_PMU=y |
564 | CONFIG_QCOM_L3_PMU=y | 564 | CONFIG_QCOM_L3_PMU=y |
565 | CONFIG_MESON_EFUSE=m | ||
565 | CONFIG_UNIPHIER_EFUSE=y | 566 | CONFIG_UNIPHIER_EFUSE=y |
566 | CONFIG_TEE=y | 567 | CONFIG_TEE=y |
567 | CONFIG_OPTEE=y | 568 | CONFIG_OPTEE=y |