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>
This commit is contained in:
parent
924370cb4d
commit
5dfdf53358
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue