diff options
author | Olof Johansson <olof@lixom.net> | 2013-02-12 18:08:25 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-12 18:08:53 -0500 |
commit | f628e3d92465303792d52c98fb0c95bef558f936 (patch) | |
tree | 56d559b26e57f871b2c3be2eab88227595241413 /arch/arm | |
parent | 2cb6a0708e6680f0b8e6f3ab6b0a46d1c19d8b39 (diff) | |
parent | 09de7ee1695f182886360faf9cf66702b5342199 (diff) |
Merge tag 'arm-imx-defconfig' of git://git.pengutronix.de/git/imx/linux-2.6 into next/boards
ARM i.MX defconfig updates for v3.9
- enable VPU support in imx_v4_v5_defconfig to get compile coverage
- enable netfilter support
* tag 'arm-imx-defconfig' of git://git.pengutronix.de/git/imx/linux-2.6:
ARM: imx_v4_v5_defconfig: Add VPU support
ARM: imx: configs: enable netfilter support
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/imx_v4_v5_defconfig | 3 | ||||
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index ebbfb27e0e74..02c657af4005 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig | |||
@@ -61,6 +61,7 @@ CONFIG_IP_PNP_DHCP=y | |||
61 | # CONFIG_INET_LRO is not set | 61 | # CONFIG_INET_LRO is not set |
62 | # CONFIG_INET_DIAG is not set | 62 | # CONFIG_INET_DIAG is not set |
63 | # CONFIG_IPV6 is not set | 63 | # CONFIG_IPV6 is not set |
64 | CONFIG_NETFILTER=y | ||
64 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 65 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
65 | CONFIG_DEVTMPFS=y | 66 | CONFIG_DEVTMPFS=y |
66 | CONFIG_DEVTMPFS_MOUNT=y | 67 | CONFIG_DEVTMPFS_MOUNT=y |
@@ -127,6 +128,8 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y | |||
127 | CONFIG_SOC_CAMERA=y | 128 | CONFIG_SOC_CAMERA=y |
128 | CONFIG_SOC_CAMERA_OV2640=y | 129 | CONFIG_SOC_CAMERA_OV2640=y |
129 | CONFIG_VIDEO_MX2=y | 130 | CONFIG_VIDEO_MX2=y |
131 | CONFIG_V4L_MEM2MEM_DRIVERS=y | ||
132 | CONFIG_VIDEO_CODA=y | ||
130 | CONFIG_FB=y | 133 | CONFIG_FB=y |
131 | CONFIG_FB_IMX=y | 134 | CONFIG_FB_IMX=y |
132 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 135 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 69667133321f..1107ae9d9d6c 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig | |||
@@ -59,6 +59,7 @@ CONFIG_IP_PNP_DHCP=y | |||
59 | # CONFIG_INET_XFRM_MODE_BEET is not set | 59 | # CONFIG_INET_XFRM_MODE_BEET is not set |
60 | # CONFIG_INET_LRO is not set | 60 | # CONFIG_INET_LRO is not set |
61 | CONFIG_IPV6=y | 61 | CONFIG_IPV6=y |
62 | CONFIG_NETFILTER=y | ||
62 | # CONFIG_WIRELESS is not set | 63 | # CONFIG_WIRELESS is not set |
63 | CONFIG_DEVTMPFS=y | 64 | CONFIG_DEVTMPFS=y |
64 | CONFIG_DEVTMPFS_MOUNT=y | 65 | CONFIG_DEVTMPFS_MOUNT=y |