From 7886cced18e63542bcae01b8e2a552a33d18425f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 6 Mar 2015 07:55:57 +0000 Subject: kernel: remove GENERIC_NET_UTILS from platform configs CONFIG_GENERIC_NET_UTILS is selected by CONFIG_NET and already enabled in generic config, so we don't need this symbol in platform specific configurations. Signed-off-by: Sergey Ryazanov SVN-Revision: 44611 --- target/linux/malta/config-3.14 | 1 - target/linux/malta/config-3.18 | 1 - 2 files changed, 2 deletions(-) (limited to 'target/linux/malta') diff --git a/target/linux/malta/config-3.14 b/target/linux/malta/config-3.14 index 387bee2263..d38ca24398 100644 --- a/target/linux/malta/config-3.14 +++ b/target/linux/malta/config-3.14 @@ -59,7 +59,6 @@ CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_GENERIC_IO=y CONFIG_GENERIC_IRQ_SHOW=y CONFIG_GENERIC_ISA_DMA=y -CONFIG_GENERIC_NET_UTILS=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GPIO_DEVRES=y diff --git a/target/linux/malta/config-3.18 b/target/linux/malta/config-3.18 index 3845c16cbf..48782a7ceb 100644 --- a/target/linux/malta/config-3.18 +++ b/target/linux/malta/config-3.18 @@ -61,7 +61,6 @@ CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_GENERIC_IO=y CONFIG_GENERIC_IRQ_SHOW=y CONFIG_GENERIC_ISA_DMA=y -CONFIG_GENERIC_NET_UTILS=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GPIO_DEVRES=y -- cgit v1.2.3