diff options
author | Keiji Hayashibara <hayashibara.keiji@socionext.com> | 2017-11-30 10:26:55 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-12-21 16:24:50 +0100 |
commit | 1e2138c5a310d22c443e80876971b9c480683f49 (patch) | |
tree | 96708aa4157af75a3e5b0b2a0a2f078692e634b4 /arch | |
parent | b49a7e60fe8f7576e2ea482327b1c4eaa618dc17 (diff) | |
download | linux-1e2138c5a310d22c443e80876971b9c480683f49.tar.bz2 |
arm64: defconfig: enable CONFIG_UNIPHIER_EFUSE
Enable the efuse driver for UniPhier SoC
Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-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 2ad23d95a940..3f231f64e1ba 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -560,6 +560,7 @@ CONFIG_PHY_XGENE=y CONFIG_PHY_TEGRA_XUSB=y CONFIG_QCOM_L2_PMU=y CONFIG_QCOM_L3_PMU=y +CONFIG_UNIPHIER_EFUSE=y CONFIG_TEE=y CONFIG_OPTEE=y CONFIG_ARM_SCPI_PROTOCOL=y |