diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-01-30 12:35:07 -0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-02-02 16:12:20 +0800 |
commit | 007270f136858ec880e2f2c6bfbdd489aae2bf56 (patch) | |
tree | 6ea002e48936f9fcd4cc93c25ed0664c07948637 /arch/arm/configs/imx_v6_v7_defconfig | |
parent | da536e276ded60084a24af47b97ed76741be7605 (diff) | |
download | linux-stable-007270f136858ec880e2f2c6bfbdd489aae2bf56.tar.gz linux-stable-007270f136858ec880e2f2c6bfbdd489aae2bf56.tar.bz2 linux-stable-007270f136858ec880e2f2c6bfbdd489aae2bf56.zip |
ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_IMX_OCOTP
Select the i.mx ocotp driver.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs/imx_v6_v7_defconfig')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 1e792efe139b..25a6066493e4 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -321,6 +321,8 @@ CONFIG_IIO=y CONFIG_VF610_ADC=y CONFIG_PWM=y CONFIG_PWM_IMX=y +CONFIG_NVMEM=y +CONFIG_NVMEM_IMX_OCOTP=y CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y |