diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-05-23 02:13:35 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-26 04:24:06 +0200 |
commit | 3557c3669329aaebd66f70186cc4a2ab02277b50 (patch) | |
tree | a01e6d52cb303d7afa43c7127f1fda92ced4e7f0 /arch/arm/configs | |
parent | arm64: defconfig: ARM_IMX_CPUFREQ_DT=m (diff) | |
download | linux-3557c3669329aaebd66f70186cc4a2ab02277b50.tar.xz linux-3557c3669329aaebd66f70186cc4a2ab02277b50.zip |
ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_SNVS_LPGPR
The SNVS LPGPR hardware is present on several i.MX SoCs.
Select its driver by default.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 2cdce7be27f1..658982063dd8 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -406,6 +406,7 @@ CONFIG_PWM_IMX27=y CONFIG_PWM_IMX_TPM=y CONFIG_NVMEM_IMX_OCOTP=y CONFIG_NVMEM_VF610_OCOTP=y +CONFIG_NVMEM_SNVS_LPGPR=y CONFIG_TEE=y CONFIG_OPTEE=y CONFIG_MUX_MMIO=y |