diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2013-02-05 09:33:19 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2013-02-12 09:07:55 +0100 |
commit | 34d725e566b6a4ea961c18184905e7258bb4c323 (patch) | |
tree | 5bbf06c6f323e22f8d460de8a0d2dc1d7fbef0fe /arch/arm/configs/imx_v6_v7_defconfig | |
parent | 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39 (diff) | |
download | kernel_goldelico_gta04-34d725e566b6a4ea961c18184905e7258bb4c323.zip kernel_goldelico_gta04-34d725e566b6a4ea961c18184905e7258bb4c323.tar.gz kernel_goldelico_gta04-34d725e566b6a4ea961c18184905e7258bb4c323.tar.bz2 |
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_v6_v7_defconfig')
-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 6966713..1107ae9 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 # CONFIG_INET_XFRM_MODE_BEET is not set # CONFIG_INET_LRO is not set CONFIG_IPV6=y +CONFIG_NETFILTER=y # CONFIG_WIRELESS is not set CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y |