From: Simon Horman Date: Mon, 16 Dec 2013 00:34:08 +0000 (+0900) Subject: ARM: shmobile: koelsch: Enable CONFIG_PACKET in defconfig X-Git-Tag: v5.15~18591^2~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dfdf53358ae64c234d85ad801294054150dae76;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig index c59eab1..ef79cbf 100644 --- a/arch/arm/configs/koelsch_defconfig +++ b/arch/arm/configs/koelsch_defconfig @@ -30,6 +30,7 @@ CONFIG_NEON=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set CONFIG_PM_RUNTIME=y CONFIG_NET=y +CONFIG_PACKET=y CONFIG_INET=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y