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 | 66d0a50ea15a5a05372e9f8bb0fa7bdc873e4179 (patch) | |
tree | e0329c7a0c3fc3f5669e09933a8e6b1d95ae4ad8 /arch | |
parent | 41307133da4b6f242ecbb45950b9d043c0b21b96 (diff) |
ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig
CONFIG_PACKET is required for the ISC dhcpd daemon function.
This change brings the bockw defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/bockw_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig index 01721fafcea1..191decba86c4 100644 --- a/arch/arm/configs/bockw_defconfig +++ b/arch/arm/configs/bockw_defconfig | |||
@@ -32,6 +32,7 @@ CONFIG_VFP=y | |||
32 | # CONFIG_SUSPEND is not set | 32 | # CONFIG_SUSPEND is not set |
33 | CONFIG_PM_RUNTIME=y | 33 | CONFIG_PM_RUNTIME=y |
34 | CONFIG_NET=y | 34 | CONFIG_NET=y |
35 | CONFIG_PACKET=y | ||
35 | CONFIG_UNIX=y | 36 | CONFIG_UNIX=y |
36 | CONFIG_INET=y | 37 | CONFIG_INET=y |
37 | CONFIG_IP_PNP=y | 38 | CONFIG_IP_PNP=y |