From patchwork Fri Mar 6 00:58:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergey Ryazanov X-Patchwork-Id: 446976 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 275D71400EA for ; Fri, 6 Mar 2015 12:02:59 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=pjAxvTsE; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 6E28E28BD8F; Fri, 6 Mar 2015 01:59:56 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 104D02842D9 for ; Fri, 6 Mar 2015 01:58:39 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-la0-f51.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 6 Mar 2015 01:58:36 +0100 (CET) Received: by labhs14 with SMTP id hs14so54665288lab.4 for ; Thu, 05 Mar 2015 16:58:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=wXhLtrH61lOaYbuibVWoJGRSCdeEtVFRfV/YnVsU/Gc=; b=pjAxvTsEzHMWrnacbR9qRyyvr5WSHSQx0V7fljWS3DtKL44tSxc1YCSrFY9BH9rMKN /mpXbnGfLR09Nhns9iMFL/n5pCp9BuUTVhfncWi2Vj29RnnWNQROv+etByE0Q+yCuAkC uT/Z2znK3QBNASKlBHlPNuA8yhaKQf5oi5qeAj7i5otEnqGyJS7zrmTZd5TjjNeleOIW BmF9OjrpjmQydo9N0v7qd6PdEVJp0iSJB4zMTUaLKevv0ULBHv4vTCUZvalgoyhJriwB CEoGFuC1JeN/Sq030EbS3mdRJZDwIiuQ2KTTIeyz60cYHN7H/YM3jQh4Q7Ms9lO27E0Q cP8w== X-Received: by 10.152.44.137 with SMTP id e9mr10191936lam.87.1425603532733; Thu, 05 Mar 2015 16:58:52 -0800 (PST) Received: from rsa-laptop.internal.lan ([217.25.229.52]) by mx.google.com with ESMTPSA id aj6sm1525323lbc.13.2015.03.05.16.58.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Mar 2015 16:58:51 -0800 (PST) From: Sergey Ryazanov To: OpenWrt Development List Date: Fri, 6 Mar 2015 03:58:45 +0300 Message-Id: <1425603526-4599-5-git-send-email-ryazanov.s.a@gmail.com> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1425603526-4599-1-git-send-email-ryazanov.s.a@gmail.com> References: <1425603526-4599-1-git-send-email-ryazanov.s.a@gmail.com> Subject: [OpenWrt-Devel] [PATCH 4/5] kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLED X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since only one platfrom (omap) needs them. Signed-off-by: Sergey Ryazanov --- target/linux/arm64/config-default | 1 - target/linux/at91/config-default | 1 - target/linux/bcm53xx/config-3.14 | 1 - target/linux/bcm53xx/config-3.18 | 1 - target/linux/brcm47xx/config-3.18 | 1 - target/linux/brcm63xx/config-3.18 | 1 - target/linux/cns21xx/config-3.10 | 1 - target/linux/cns3xxx/config-3.14 | 1 - target/linux/cns3xxx/config-3.18 | 1 - target/linux/ep93xx/config-3.10 | 1 - target/linux/ep93xx/config-3.14 | 1 - target/linux/ep93xx/config-3.18 | 1 - target/linux/ep93xx/config-3.8 | 1 - target/linux/gemini/config-3.10 | 1 - target/linux/generic/config-3.10 | 1 + target/linux/generic/config-3.13 | 1 + target/linux/generic/config-3.14 | 1 + target/linux/generic/config-3.18 | 1 + target/linux/generic/config-3.19 | 1 + target/linux/generic/config-3.8 | 1 + target/linux/generic/config-4.0 | 1 + target/linux/imx6/config-3.14 | 1 - target/linux/ipq806x/config-3.18 | 1 - target/linux/ixp4xx/config-3.14 | 1 - target/linux/ixp4xx/config-3.18 | 1 - target/linux/kirkwood/config-3.18 | 1 - target/linux/lantiq/xrx200/config-default | 1 - target/linux/lantiq/xway/config-default | 1 - target/linux/mpc52xx/config-3.10 | 1 - target/linux/mpc52xx/config-3.14 | 1 - target/linux/mpc52xx/config-3.18 | 1 - target/linux/mpc52xx/config-3.8 | 1 - target/linux/mpc83xx/config-3.10 | 1 - target/linux/mpc83xx/config-3.14 | 1 - target/linux/mpc83xx/config-3.18 | 1 - target/linux/mpc83xx/config-3.8 | 1 - target/linux/mpc85xx/config-3.14 | 1 - target/linux/mpc85xx/config-3.18 | 1 - target/linux/mpc85xx/config-3.19 | 1 - target/linux/mvebu/config-3.14 | 1 - target/linux/mvebu/config-3.18 | 1 - target/linux/mvebu/config-3.19 | 1 - target/linux/mxs/config-3.14 | 1 - target/linux/octeon/config-3.18 | 1 - target/linux/orion/config-default | 1 - target/linux/oxnas/config-3.14 | 1 - target/linux/oxnas/config-3.18 | 1 - target/linux/ppc40x/config-3.10 | 1 - target/linux/ppc44x/config-3.10 | 1 - target/linux/pxa/config-3.10 | 1 - target/linux/ramips/mt7620/config-3.18 | 1 - target/linux/ramips/mt7621/config-3.18 | 1 - target/linux/ramips/mt7628/config-3.18 | 1 - target/linux/ramips/rt305x/config-3.18 | 1 - target/linux/ramips/rt3883/config-3.18 | 1 - target/linux/realview/config-3.14 | 1 - target/linux/realview/config-3.18 | 1 - target/linux/sunxi/config-3.14 | 1 - target/linux/sunxi/config-3.18 | 1 - target/linux/x86/config-3.14 | 1 - target/linux/x86_64/config-default | 1 - 61 files changed, 7 insertions(+), 54 deletions(-) diff --git a/target/linux/arm64/config-default b/target/linux/arm64/config-default index f13e4df..114fd37 100644 --- a/target/linux/arm64/config-default +++ b/target/linux/arm64/config-default @@ -3,7 +3,6 @@ CONFIG_ARCH_DMA_ADDR_T_64BIT=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y CONFIG_ARCH_HAS_TICK_BROADCAST=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_PHYS_ADDR_T_64BIT=y CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y diff --git a/target/linux/at91/config-default b/target/linux/at91/config-default index a59e905..93db53b 100644 --- a/target/linux/at91/config-default +++ b/target/linux/at91/config-default @@ -3,7 +3,6 @@ CONFIG_ARCH_AT91=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/bcm53xx/config-3.14 b/target/linux/bcm53xx/config-3.14 index 9f27c04..e28c6a2 100644 --- a/target/linux/bcm53xx/config-3.14 +++ b/target/linux/bcm53xx/config-3.14 @@ -11,7 +11,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_CPU_AUTO is not set CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set diff --git a/target/linux/bcm53xx/config-3.18 b/target/linux/bcm53xx/config-3.18 index 8f0b286..62fd46d 100644 --- a/target/linux/bcm53xx/config-3.18 +++ b/target/linux/bcm53xx/config-3.18 @@ -15,7 +15,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_CPU_AUTO is not set CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set diff --git a/target/linux/brcm47xx/config-3.18 b/target/linux/brcm47xx/config-3.18 index c440d5d..92575c2 100644 --- a/target/linux/brcm47xx/config-3.18 +++ b/target/linux/brcm47xx/config-3.18 @@ -7,7 +7,6 @@ CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y diff --git a/target/linux/brcm63xx/config-3.18 b/target/linux/brcm63xx/config-3.18 index a87e20c..23ff9d6 100644 --- a/target/linux/brcm63xx/config-3.18 +++ b/target/linux/brcm63xx/config-3.18 @@ -6,7 +6,6 @@ CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y diff --git a/target/linux/cns21xx/config-3.10 b/target/linux/cns21xx/config-3.10 index 0a50f6b..26b6086 100644 --- a/target/linux/cns21xx/config-3.10 +++ b/target/linux/cns21xx/config-3.10 @@ -3,7 +3,6 @@ CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_CNS21XX=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/cns3xxx/config-3.14 b/target/linux/cns3xxx/config-3.14 index fb1e52e..000cfd3 100644 --- a/target/linux/cns3xxx/config-3.14 +++ b/target/linux/cns3xxx/config-3.14 @@ -9,7 +9,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_CPU_AUTO is not set CONFIG_ARCH_MULTI_V6=y CONFIG_ARCH_MULTI_V6_V7=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_ARCH_OMAP2 is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y diff --git a/target/linux/cns3xxx/config-3.18 b/target/linux/cns3xxx/config-3.18 index a4f7736..263a28d 100644 --- a/target/linux/cns3xxx/config-3.18 +++ b/target/linux/cns3xxx/config-3.18 @@ -11,7 +11,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_CPU_AUTO is not set CONFIG_ARCH_MULTI_V6=y CONFIG_ARCH_MULTI_V6_V7=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_ARCH_OMAP2 is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y diff --git a/target/linux/ep93xx/config-3.10 b/target/linux/ep93xx/config-3.10 index 313ac0a..a5d3b96 100644 --- a/target/linux/ep93xx/config-3.10 +++ b/target/linux/ep93xx/config-3.10 @@ -4,7 +4,6 @@ CONFIG_ARCH_EP93XX=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/ep93xx/config-3.14 b/target/linux/ep93xx/config-3.14 index c869a5d..f8a6829 100644 --- a/target/linux/ep93xx/config-3.14 +++ b/target/linux/ep93xx/config-3.14 @@ -5,7 +5,6 @@ CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/ep93xx/config-3.18 b/target/linux/ep93xx/config-3.18 index c869a5d..f8a6829 100644 --- a/target/linux/ep93xx/config-3.18 +++ b/target/linux/ep93xx/config-3.18 @@ -5,7 +5,6 @@ CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/ep93xx/config-3.8 b/target/linux/ep93xx/config-3.8 index 899af2d..dcbfc77 100644 --- a/target/linux/ep93xx/config-3.8 +++ b/target/linux/ep93xx/config-3.8 @@ -4,7 +4,6 @@ CONFIG_ARCH_EP93XX=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/gemini/config-3.10 b/target/linux/gemini/config-3.10 index 8a75fa8..9be4bad 100644 --- a/target/linux/gemini/config-3.10 +++ b/target/linux/gemini/config-3.10 @@ -3,7 +3,6 @@ CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_GEMINI=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 5561dee..7b14449 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -145,6 +145,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCH_MVEBU is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_MXS is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NETX is not set # CONFIG_ARCH_NOMADIK is not set # CONFIG_ARCH_NUC93X is not set diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index 82765c4..b501ff6 100644 --- a/target/linux/generic/config-3.13 +++ b/target/linux/generic/config-3.13 @@ -155,6 +155,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCH_MVEBU is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_MXS is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NETX is not set # CONFIG_ARCH_NOMADIK is not set # CONFIG_ARCH_NUC93X is not set diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 727595e..795b802 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -159,6 +159,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCH_MVEBU is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_MXS is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NETX is not set # CONFIG_ARCH_NOMADIK is not set # CONFIG_ARCH_NUC93X is not set diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index de0b60a..bd9ac63b 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -172,6 +172,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCH_MVEBU is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_MXS is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NETX is not set # CONFIG_ARCH_NOMADIK is not set # CONFIG_ARCH_NSPIRE is not set diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19 index e680b83..f86e6de 100644 --- a/target/linux/generic/config-3.19 +++ b/target/linux/generic/config-3.19 @@ -172,6 +172,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCH_MVEBU is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_MXS is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NETX is not set # CONFIG_ARCH_NOMADIK is not set # CONFIG_ARCH_NSPIRE is not set diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index 2f6703d..ca57498 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -142,6 +142,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCH_MVEBU is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_MXS is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NETX is not set # CONFIG_ARCH_NOMADIK is not set # CONFIG_ARCH_NUC93X is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 94aacf6..9f4f6d6 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -172,6 +172,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCH_MVEBU is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_MXS is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NETX is not set # CONFIG_ARCH_NOMADIK is not set # CONFIG_ARCH_NSPIRE is not set diff --git a/target/linux/imx6/config-3.14 b/target/linux/imx6/config-3.14 index f0c8d13..e9cf11d 100644 --- a/target/linux/imx6/config-3.14 +++ b/target/linux/imx6/config-3.14 @@ -13,7 +13,6 @@ CONFIG_ARCH_MULTIPLATFORM=y CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y CONFIG_ARCH_MXC=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18 index ddefa3b..87dabc1 100644 --- a/target/linux/ipq806x/config-3.18 +++ b/target/linux/ipq806x/config-3.18 @@ -18,7 +18,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_CPU_AUTO is not set CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_QCOM=y CONFIG_ARCH_REQUIRE_GPIOLIB=y diff --git a/target/linux/ixp4xx/config-3.14 b/target/linux/ixp4xx/config-3.14 index bdc379b..e8cbce6 100644 --- a/target/linux/ixp4xx/config-3.14 +++ b/target/linux/ixp4xx/config-3.14 @@ -9,7 +9,6 @@ CONFIG_ARCH_IXDP425=y CONFIG_ARCH_IXDP4XX=y CONFIG_ARCH_IXP4XX=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_ARCH_PRPMC1100 is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y diff --git a/target/linux/ixp4xx/config-3.18 b/target/linux/ixp4xx/config-3.18 index bdc379b..e8cbce6 100644 --- a/target/linux/ixp4xx/config-3.18 +++ b/target/linux/ixp4xx/config-3.18 @@ -9,7 +9,6 @@ CONFIG_ARCH_IXDP425=y CONFIG_ARCH_IXDP4XX=y CONFIG_ARCH_IXP4XX=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_ARCH_PRPMC1100 is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y diff --git a/target/linux/kirkwood/config-3.18 b/target/linux/kirkwood/config-3.18 index a1f7265..d6fffba 100644 --- a/target/linux/kirkwood/config-3.18 +++ b/target/linux/kirkwood/config-3.18 @@ -12,7 +12,6 @@ CONFIG_ARCH_MULTI_CPU_AUTO=y CONFIG_ARCH_MULTI_V4_V5=y CONFIG_ARCH_MULTI_V5=y CONFIG_ARCH_MVEBU=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default index 9a34938..78c5dda 100644 --- a/target/linux/lantiq/xrx200/config-default +++ b/target/linux/lantiq/xrx200/config-default @@ -3,7 +3,6 @@ CONFIG_AR8216_PHY=y # CONFIG_ARCH_HAS_SG_CHAIN is not set CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_CLONE_BACKWARDS=y CONFIG_CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS=y CONFIG_CPU_SUPPORTS_MSA=y diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default index cf0c2b7..eaad684 100644 --- a/target/linux/lantiq/xway/config-default +++ b/target/linux/lantiq/xway/config-default @@ -3,7 +3,6 @@ CONFIG_AR8216_PHY=y # CONFIG_ARCH_HAS_SG_CHAIN is not set CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_CLONE_BACKWARDS=y CONFIG_CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS=y CONFIG_CPU_SUPPORTS_MSA=y diff --git a/target/linux/mpc52xx/config-3.10 b/target/linux/mpc52xx/config-3.10 index a5e71e3..d98203a 100644 --- a/target/linux/mpc52xx/config-3.10 +++ b/target/linux/mpc52xx/config-3.10 @@ -13,7 +13,6 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_ARCH_SUPPORTS_UPROBES=y diff --git a/target/linux/mpc52xx/config-3.14 b/target/linux/mpc52xx/config-3.14 index 4f57478..8a232d2 100644 --- a/target/linux/mpc52xx/config-3.14 +++ b/target/linux/mpc52xx/config-3.14 @@ -15,7 +15,6 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_RANDOM is not set CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y diff --git a/target/linux/mpc52xx/config-3.18 b/target/linux/mpc52xx/config-3.18 index 442d4cc..46a64db 100644 --- a/target/linux/mpc52xx/config-3.18 +++ b/target/linux/mpc52xx/config-3.18 @@ -16,7 +16,6 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_RANDOM is not set CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y diff --git a/target/linux/mpc52xx/config-3.8 b/target/linux/mpc52xx/config-3.8 index cdc1b31..2ee0c5d 100644 --- a/target/linux/mpc52xx/config-3.8 +++ b/target/linux/mpc52xx/config-3.8 @@ -13,7 +13,6 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NO_VIRT_TO_BUS is not set CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_ARCH_SUPPORTS_MSI=y diff --git a/target/linux/mpc83xx/config-3.10 b/target/linux/mpc83xx/config-3.10 index e5fba21..cfa2f19 100644 --- a/target/linux/mpc83xx/config-3.10 +++ b/target/linux/mpc83xx/config-3.10 @@ -13,7 +13,6 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_ARCH_SUPPORTS_MSI=y diff --git a/target/linux/mpc83xx/config-3.14 b/target/linux/mpc83xx/config-3.14 index ae31a7d..d214260 100644 --- a/target/linux/mpc83xx/config-3.14 +++ b/target/linux/mpc83xx/config-3.14 @@ -15,7 +15,6 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_RANDOM is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y diff --git a/target/linux/mpc83xx/config-3.18 b/target/linux/mpc83xx/config-3.18 index 3cb0606..5f0bcad 100644 --- a/target/linux/mpc83xx/config-3.18 +++ b/target/linux/mpc83xx/config-3.18 @@ -16,7 +16,6 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_RANDOM is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y diff --git a/target/linux/mpc83xx/config-3.8 b/target/linux/mpc83xx/config-3.8 index eaf5378..7564511 100644 --- a/target/linux/mpc83xx/config-3.8 +++ b/target/linux/mpc83xx/config-3.8 @@ -13,7 +13,6 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NO_VIRT_TO_BUS is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y diff --git a/target/linux/mpc85xx/config-3.14 b/target/linux/mpc85xx/config-3.14 index ed00e42..62f35a9 100644 --- a/target/linux/mpc85xx/config-3.14 +++ b/target/linux/mpc85xx/config-3.14 @@ -11,7 +11,6 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_ARCH_SUPPORTS_MSI=y diff --git a/target/linux/mpc85xx/config-3.18 b/target/linux/mpc85xx/config-3.18 index 5272501..ac2721a 100644 --- a/target/linux/mpc85xx/config-3.18 +++ b/target/linux/mpc85xx/config-3.18 @@ -14,7 +14,6 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_RANDOM is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y diff --git a/target/linux/mpc85xx/config-3.19 b/target/linux/mpc85xx/config-3.19 index 5272501..ac2721a 100644 --- a/target/linux/mpc85xx/config-3.19 +++ b/target/linux/mpc85xx/config-3.19 @@ -14,7 +14,6 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_RANDOM is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y diff --git a/target/linux/mvebu/config-3.14 b/target/linux/mvebu/config-3.14 index d709d46..8cf6ee3 100644 --- a/target/linux/mvebu/config-3.14 +++ b/target/linux/mvebu/config-3.14 @@ -9,7 +9,6 @@ CONFIG_ARCH_MULTIPLATFORM=y CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y CONFIG_ARCH_MVEBU=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/mvebu/config-3.18 b/target/linux/mvebu/config-3.18 index de849d7..ad437e9 100644 --- a/target/linux/mvebu/config-3.18 +++ b/target/linux/mvebu/config-3.18 @@ -11,7 +11,6 @@ CONFIG_ARCH_MULTIPLATFORM=y CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y CONFIG_ARCH_MVEBU=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/mvebu/config-3.19 b/target/linux/mvebu/config-3.19 index 63c8e8f..57f6da1 100644 --- a/target/linux/mvebu/config-3.19 +++ b/target/linux/mvebu/config-3.19 @@ -11,7 +11,6 @@ CONFIG_ARCH_MULTIPLATFORM=y CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y CONFIG_ARCH_MVEBU=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/mxs/config-3.14 b/target/linux/mxs/config-3.14 index 38b8b02..5951c02 100644 --- a/target/linux/mxs/config-3.14 +++ b/target/linux/mxs/config-3.14 @@ -11,7 +11,6 @@ CONFIG_ARCH_MULTI_CPU_AUTO=y CONFIG_ARCH_MULTI_V4_V5=y CONFIG_ARCH_MULTI_V5=y CONFIG_ARCH_MXS=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_ARCH_NSPIRE is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y diff --git a/target/linux/octeon/config-3.18 b/target/linux/octeon/config-3.18 index ae98d89..f8cb5ba 100644 --- a/target/linux/octeon/config-3.18 +++ b/target/linux/octeon/config-3.18 @@ -9,7 +9,6 @@ CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_PHYS_ADDR_T_64BIT=y CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SPARSEMEM_ENABLE=y diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default index 8fa0a5e..c413a98 100644 --- a/target/linux/orion/config-default +++ b/target/linux/orion/config-default @@ -2,7 +2,6 @@ CONFIG_ALIGNMENT_TRAP=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_ORION5X=y # CONFIG_ARCH_ORION5X_DT is not set diff --git a/target/linux/oxnas/config-3.14 b/target/linux/oxnas/config-3.14 index 8022441..ddf9a9b 100644 --- a/target/linux/oxnas/config-3.14 +++ b/target/linux/oxnas/config-3.14 @@ -6,7 +6,6 @@ CONFIG_ARCH_HAS_RESET_CONTROLLER=y CONFIG_ARCH_HAS_TICK_BROADCAST=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_OXNAS=y CONFIG_ARCH_REQUIRE_GPIOLIB=y diff --git a/target/linux/oxnas/config-3.18 b/target/linux/oxnas/config-3.18 index 77585af..e51cebc 100644 --- a/target/linux/oxnas/config-3.18 +++ b/target/linux/oxnas/config-3.18 @@ -8,7 +8,6 @@ CONFIG_ARCH_HAS_TICK_BROADCAST=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_OXNAS=y CONFIG_ARCH_REQUIRE_GPIOLIB=y diff --git a/target/linux/ppc40x/config-3.10 b/target/linux/ppc40x/config-3.10 index 1fe9afd..623d2d0 100644 --- a/target/linux/ppc40x/config-3.10 +++ b/target/linux/ppc40x/config-3.10 @@ -14,7 +14,6 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_NO_VIRT_TO_BUS is not set CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_ARCH_SUPPORTS_MSI=y diff --git a/target/linux/ppc44x/config-3.10 b/target/linux/ppc44x/config-3.10 index 416d3df..16f8fde 100644 --- a/target/linux/ppc44x/config-3.10 +++ b/target/linux/ppc44x/config-3.10 @@ -15,7 +15,6 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_PHYS_ADDR_T_64BIT=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_ARCH_SUPPORTS_MSI=y diff --git a/target/linux/pxa/config-3.10 b/target/linux/pxa/config-3.10 index ef1f62c..eff5a31 100644 --- a/target/linux/pxa/config-3.10 +++ b/target/linux/pxa/config-3.10 @@ -6,7 +6,6 @@ CONFIG_ARCH_HAS_CPUFREQ=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y # CONFIG_ARCH_LUBBOCK is not set CONFIG_ARCH_MTD_XIP=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_PXA=y # CONFIG_ARCH_PXA_ESERIES is not set diff --git a/target/linux/ramips/mt7620/config-3.18 b/target/linux/ramips/mt7620/config-3.18 index b5b2498..16f09d5 100644 --- a/target/linux/ramips/mt7620/config-3.18 +++ b/target/linux/ramips/mt7620/config-3.18 @@ -7,7 +7,6 @@ CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y diff --git a/target/linux/ramips/mt7621/config-3.18 b/target/linux/ramips/mt7621/config-3.18 index a8f7515..9c83f55 100644 --- a/target/linux/ramips/mt7621/config-3.18 +++ b/target/linux/ramips/mt7621/config-3.18 @@ -6,7 +6,6 @@ CONFIG_ARCH_HAS_RESET_CONTROLLER=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_BOARD_SCACHE=y diff --git a/target/linux/ramips/mt7628/config-3.18 b/target/linux/ramips/mt7628/config-3.18 index b52a773..9442841 100644 --- a/target/linux/ramips/mt7628/config-3.18 +++ b/target/linux/ramips/mt7628/config-3.18 @@ -7,7 +7,6 @@ CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y diff --git a/target/linux/ramips/rt305x/config-3.18 b/target/linux/ramips/rt305x/config-3.18 index b246298..d660759 100644 --- a/target/linux/ramips/rt305x/config-3.18 +++ b/target/linux/ramips/rt305x/config-3.18 @@ -7,7 +7,6 @@ CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y diff --git a/target/linux/ramips/rt3883/config-3.18 b/target/linux/ramips/rt3883/config-3.18 index 33aef29..111b4de 100644 --- a/target/linux/ramips/rt3883/config-3.18 +++ b/target/linux/ramips/rt3883/config-3.18 @@ -8,7 +8,6 @@ CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y diff --git a/target/linux/realview/config-3.14 b/target/linux/realview/config-3.14 index 8546823..3a895e2 100644 --- a/target/linux/realview/config-3.14 +++ b/target/linux/realview/config-3.14 @@ -3,7 +3,6 @@ CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAS_BARRIERS=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REALVIEW=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y diff --git a/target/linux/realview/config-3.18 b/target/linux/realview/config-3.18 index 7af1470..a17bfe1 100644 --- a/target/linux/realview/config-3.18 +++ b/target/linux/realview/config-3.18 @@ -7,7 +7,6 @@ CONFIG_ARCH_HAS_TICK_BROADCAST=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 CONFIG_ARCH_REALVIEW=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y diff --git a/target/linux/sunxi/config-3.14 b/target/linux/sunxi/config-3.14 index e1ae931..848a809 100644 --- a/target/linux/sunxi/config-3.14 +++ b/target/linux/sunxi/config-3.14 @@ -11,7 +11,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_CPU_AUTO is not set CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=288 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18 index 554bc8c..5a8ddae 100644 --- a/target/linux/sunxi/config-3.18 +++ b/target/linux/sunxi/config-3.18 @@ -14,7 +14,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_CPU_AUTO is not set CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=416 CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set diff --git a/target/linux/x86/config-3.14 b/target/linux/x86/config-3.14 index 8537d4d..53e6961 100644 --- a/target/linux/x86/config-3.14 +++ b/target/linux/x86/config-3.14 @@ -20,7 +20,6 @@ CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # CONFIG_ARCH_RANDOM is not set CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_ARCH_SPARSEMEM_ENABLE=y diff --git a/target/linux/x86_64/config-default b/target/linux/x86_64/config-default index 4adf3b2..c4c9042 100644 --- a/target/linux/x86_64/config-default +++ b/target/linux/x86_64/config-default @@ -42,7 +42,6 @@ CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx - CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_PHYS_ADDR_T_64BIT=y # CONFIG_ARCH_RANDOM is not set CONFIG_ARCH_SELECT_MEMORY_MODEL=y