From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 21F381A025E for ; Fri, 9 Oct 2015 16:54:23 +1100 (AEDT) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id CCC91140D57 for ; Fri, 9 Oct 2015 16:54:22 +1100 (AEDT) Subject: Re: [PATCH 2/6] powerpc/kconfig: Move sysdev Kconfig later To: Michael Ellerman , linuxppc-dev@ozlabs.org References: <1444338557-14988-1-git-send-email-mpe@ellerman.id.au> <1444338557-14988-2-git-send-email-mpe@ellerman.id.au> From: Thomas Huth Message-ID: <5617568A.9050904@redhat.com> Date: Fri, 9 Oct 2015 07:54:18 +0200 MIME-Version: 1.0 In-Reply-To: <1444338557-14988-2-git-send-email-mpe@ellerman.id.au> Content-Type: text/plain; charset=utf-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 08/10/15 23:09, Michael Ellerman wrote: > Things in sysdev are generally not what we want near the top of the > menuconfig, so move them down later in the list. > > Signed-off-by: Michael Ellerman > --- > arch/powerpc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > index c6f1aa1e8d4c..db685fa54c5f 100644 > --- a/arch/powerpc/Kconfig > +++ b/arch/powerpc/Kconfig > @@ -302,7 +302,6 @@ source "init/Kconfig" > > source "kernel/Kconfig.freezer" > > -source "arch/powerpc/sysdev/Kconfig" > source "arch/powerpc/platforms/Kconfig" > > menu "Kernel options" > @@ -1079,6 +1078,7 @@ source "arch/powerpc/sysdev/qe_lib/Kconfig" > source "lib/Kconfig" > > source "arch/powerpc/Kconfig.debug" > +source "arch/powerpc/sysdev/Kconfig" > > source "security/Kconfig" > Reviewed-by: Thomas Huth