diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-10-10 02:12:17 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-11-24 01:13:42 -0500 |
commit | d4df4b2716336d24e243013c5e64b867c18ccc29 (patch) | |
tree | 2c035d9b232acfa8c9221bc051d42740c140a557 | |
parent | 66d0a50ea15a5a05372e9f8bb0fa7bdc873e4179 (diff) |
ARM: shmobile: marzen: Enable CONFIG_PACKET in defconfig
CONFIG_PACKET is required for the ISC dhcpd daemon function.
This change brings the marzen defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | arch/arm/configs/marzen_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig index 3f0f41f8ba30..a423badba241 100644 --- a/arch/arm/configs/marzen_defconfig +++ b/arch/arm/configs/marzen_defconfig | |||
@@ -35,6 +35,7 @@ CONFIG_KEXEC=y | |||
35 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 35 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
36 | CONFIG_PM_RUNTIME=y | 36 | CONFIG_PM_RUNTIME=y |
37 | CONFIG_NET=y | 37 | CONFIG_NET=y |
38 | CONFIG_PACKET=y | ||
38 | CONFIG_UNIX=y | 39 | CONFIG_UNIX=y |
39 | CONFIG_INET=y | 40 | CONFIG_INET=y |
40 | CONFIG_IP_PNP=y | 41 | CONFIG_IP_PNP=y |