diff options
| author | Simon Horman <horms+renesas@verge.net.au> | 2013-12-15 19:34:08 -0500 |
|---|---|---|
| committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 04:06:09 -0500 |
| commit | 5dfdf53358ae64c234d85ad801294054150dae76 (patch) | |
| tree | 1229338809df14385783b71231643152d44c2456 | |
| parent | 924370cb4d643d538b6a85bedfb8c861fa623260 (diff) | |
ARM: shmobile: koelsch: Enable CONFIG_PACKET in defconfig
CONFIG_PACKET is required for the ISC dhcpd daemon function.
This change brings the koelsch defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
| -rw-r--r-- | arch/arm/configs/koelsch_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig index c59eab140b98..ef79cbfe1261 100644 --- a/arch/arm/configs/koelsch_defconfig +++ b/arch/arm/configs/koelsch_defconfig | |||
| @@ -30,6 +30,7 @@ CONFIG_NEON=y | |||
| 30 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 30 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
| 31 | CONFIG_PM_RUNTIME=y | 31 | CONFIG_PM_RUNTIME=y |
| 32 | CONFIG_NET=y | 32 | CONFIG_NET=y |
| 33 | CONFIG_PACKET=y | ||
| 33 | CONFIG_INET=y | 34 | CONFIG_INET=y |
| 34 | CONFIG_IP_PNP=y | 35 | CONFIG_IP_PNP=y |
| 35 | CONFIG_IP_PNP_DHCP=y | 36 | CONFIG_IP_PNP_DHCP=y |
