From patchwork Wed Oct 19 03:16:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicholas Piggin X-Patchwork-Id: 683952 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3szHWC4fkcz9sBr for ; Wed, 19 Oct 2016 14:29:59 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=x6uVcSyL; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3szHWC3TDLzDvbr for ; Wed, 19 Oct 2016 14:29:59 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=x6uVcSyL; dkim-atps=neutral X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3szHCm68KfzDt24 for ; Wed, 19 Oct 2016 14:16:36 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=x6uVcSyL; dkim-atps=neutral Received: by mail-pf0-x243.google.com with SMTP id r16so1085075pfg.3 for ; Tue, 18 Oct 2016 20:16:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VESz7ohAGkxCaI3OHDFp8tXgmOBoZgNL11zBLqIeXDo=; b=x6uVcSyL2XtWHVNG9Qe7VV7UIat8dAyKJDTviUDwuhO+WP9EmguiP9l4ccJAR7pCzj bMVRKIz8e3+YgkgBtDOBUx18nnEENkWFSD6nUSfy7ddUbAQ4x7ayOHkMkF99DN+gn14y lCwWHgBBi4dd3fik1Z9MsgeCwmlo3Vel+5xirIzKes4/XttaBo8LKH3QGhzbwgelbo0z 83wQdy77RyuWZ7GEh2WxJuo4Q2QUvLIr7BadkixIstIxHTcchqBlXQvThpi+d1uAsr8N qk0/a/tNS4hzTNN8HWYmAtprUbVypO4mOokOfxOGHadIJOkO89fFkcI9kk9GrWxo0qwg Zlnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VESz7ohAGkxCaI3OHDFp8tXgmOBoZgNL11zBLqIeXDo=; b=LlGLfKkiQrLNvwVw46D6JHamDmlJP1B9fInFF6lS/Z4nVflLhGYFRgNQlbq5bd+3gy q6XfirhGJYNv5yP5gfVA2/9EsROX+zBYEs4TQApUPzE2lusVpDaDauGUVwCMsV3Mh971 upvwcpj0T/OI6cMMDvjcXzIsaBjEwTMkQUcxkwsR+AgZYa4/Gi0h3RzdHQeP8I6eeQh0 TEX3HjIKIyb9t4n3/cFyUJ6KlEO98WjhanUl5cAOogZyBz+unZO3wFoVPJq1alGlI4g2 arxff2JVphoALxs7JCbAYm7ylfg1FJF2qlE+exleVHnUOvi0+r3VlWtEpmJKD1kmcECH sXfA== X-Gm-Message-State: AA6/9Rkzko8JbICfqHmqMZBh/g8YfwqgnWolBk1VRBY0D+hq6so4H6nmxW1an8C5T8bzYA== X-Received: by 10.99.125.71 with SMTP id m7mr5532692pgn.58.1476846994430; Tue, 18 Oct 2016 20:16:34 -0700 (PDT) Received: from roar.ozlabs.ibm.com ([122.99.82.10]) by smtp.gmail.com with ESMTPSA id aa6sm59152924pad.46.2016.10.18.20.16.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Oct 2016 20:16:33 -0700 (PDT) From: Nicholas Piggin To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH 7/7] powerpc/64: allow CONFIG_RELOCATABLE if COMPILE_TEST Date: Wed, 19 Oct 2016 14:16:00 +1100 Message-Id: <20161019031600.17933-8-npiggin@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161019031600.17933-1-npiggin@gmail.com> References: <20161019031600.17933-1-npiggin@gmail.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stephen Rothwell , Nicholas Piggin Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" This is cruft to work around allmodconfig build breakage. Signed-off-by: Nicholas Piggin --- arch/powerpc/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 00d9e31..f48d2eb 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -458,7 +458,7 @@ config KEXEC config RELOCATABLE bool "Build a relocatable kernel" - depends on (PPC64 && !COMPILE_TEST) || (FLATMEM && (44x || FSL_BOOKE)) + depends on PPC64 || (FLATMEM && (44x || FSL_BOOKE)) select NONSTATIC_KERNEL help This builds a kernel image that is capable of running at the @@ -482,7 +482,7 @@ config RELOCATABLE config CRASH_DUMP bool "Build a kdump crash kernel" depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) - select RELOCATABLE if (PPC64 && !COMPILE_TEST) || 44x || FSL_BOOKE + select RELOCATABLE if PPC64 || 44x || FSL_BOOKE help Build a kernel suitable for use as a kdump capture kernel. The same kernel binary can be used as production kernel and dump