diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2013-02-05 03:33:19 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2013-02-12 03:07:55 -0500 |
commit | 34d725e566b6a4ea961c18184905e7258bb4c323 (patch) | |
tree | 5bbf06c6f323e22f8d460de8a0d2dc1d7fbef0fe /arch/arm/configs/imx_v4_v5_defconfig | |
parent | 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39 (diff) |
ARM: imx: configs: enable netfilter support
The Netfilter packet filtering framework is useful for so many
use cases that most people will build kernels with it enabled.
So, it would probably make sense to have it enabled by default.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/imx_v4_v5_defconfig')
-rw-r--r-- | arch/arm/configs/imx_v4_v5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index ebbfb27e0e74..516d03f1672b 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 |