diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-12-16 09:34:08 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 18:06:09 +0900 |
commit | 5dfdf53358ae64c234d85ad801294054150dae76 (patch) | |
tree | 1229338809df14385783b71231643152d44c2456 /arch/arm/configs | |
parent | 924370cb4d643d538b6a85bedfb8c861fa623260 (diff) | |
download | blackbird-op-linux-5dfdf53358ae64c234d85ad801294054150dae76.tar.gz blackbird-op-linux-5dfdf53358ae64c234d85ad801294054150dae76.zip |
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>
Diffstat (limited to 'arch/arm/configs')
-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 # 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 |