From: Fabio Estevam Date: Sun, 17 Sep 2017 00:46:26 +0000 (-0300) Subject: ARM: imx_v6_v7_defconfig: Select CONFIG_MUX_MMIO X-Git-Tag: v4.15-rc1~76^2~12^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f8dc9478738e2ae8cbf3ccd11914df2cd286321;p=thirdparty%2Fkernel%2Flinux.git 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 Suggested-by: Steve Longerbeam Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 32acac9ab81aa..addac53e9c54f 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -365,6 +365,7 @@ CONFIG_PWM=y CONFIG_PWM_FSL_FTM=y CONFIG_PWM_IMX=y CONFIG_NVMEM_IMX_OCOTP=y +CONFIG_MUX_MMIO=y CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y