diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-09-16 20:46:26 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-09-22 02:57:35 -0400 |
commit | 3f8dc9478738e2ae8cbf3ccd11914df2cd286321 (patch) | |
tree | 85861f7b5ba4620f1932d2e3a016e945f6784ffa | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
ARM: imx_v6_v7_defconfig: Select CONFIG_MUX_MMIO
In order to get ADV7180 analog video decoder to probe on a Gateworks
GW51xx we need select CONFIG_MUX_MMIO, otherwise /dev/media node does
not get created.
Select CONFIG_MUX_MMIO, so that the ADV7180 driver can be correctly
probed.
Reported-by: Tim Harvey <tharvey@gateworks.com>
Suggested-by: Steve Longerbeam <slongerbeam@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-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 32acac9ab81a..addac53e9c54 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig | |||
@@ -365,6 +365,7 @@ CONFIG_PWM=y | |||
365 | CONFIG_PWM_FSL_FTM=y | 365 | CONFIG_PWM_FSL_FTM=y |
366 | CONFIG_PWM_IMX=y | 366 | CONFIG_PWM_IMX=y |
367 | CONFIG_NVMEM_IMX_OCOTP=y | 367 | CONFIG_NVMEM_IMX_OCOTP=y |
368 | CONFIG_MUX_MMIO=y | ||
368 | CONFIG_EXT2_FS=y | 369 | CONFIG_EXT2_FS=y |
369 | CONFIG_EXT2_FS_XATTR=y | 370 | CONFIG_EXT2_FS_XATTR=y |
370 | CONFIG_EXT2_FS_POSIX_ACL=y | 371 | CONFIG_EXT2_FS_POSIX_ACL=y |