All of lore.kernel.org
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Masahiro Yamada <masahiroy@kernel.org>, linux-parisc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Subject: Re: [PATCH] parisc: remove ARCH_DEFCONFIG
Date: Tue, 14 Dec 2021 11:45:29 +0100	[thread overview]
Message-ID: <2fa1f8fb-2a30-1445-758c-4aa2e7fc5ec0@gmx.de> (raw)
In-Reply-To: <20211213024044.1165969-1-masahiroy@kernel.org>

On 12/13/21 03:40, Masahiro Yamada wrote:
> Commit 2a86f6612164 ("kbuild: use KBUILD_DEFCONFIG as the fallback for
> DEFCONFIG_LIST") removed ARCH_DEFCONFIG because it does not make much
> sense.
>
> In the same development cycle, Commit ededa081ed20 ("parisc: Fix
> defconfig selection") added ARCH_DEFCONFIG for parisc.
>
> Please use KBUILD_DEFCONFIG in arch/*/Makefile for defconfig selection.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Acked-by: Helge Deller <deller@gmx.de>

Thanks!
Helge

> ---
>
>  arch/parisc/Kconfig | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
> index b2188da09c73..011dc32fdb4d 100644
> --- a/arch/parisc/Kconfig
> +++ b/arch/parisc/Kconfig
> @@ -85,11 +85,6 @@ config MMU
>  config STACK_GROWSUP
>  	def_bool y
>
> -config ARCH_DEFCONFIG
> -	string
> -	default "arch/parisc/configs/generic-32bit_defconfig" if !64BIT
> -	default "arch/parisc/configs/generic-64bit_defconfig" if 64BIT
> -
>  config GENERIC_LOCKBREAK
>  	bool
>  	default y
>


  reply	other threads:[~2021-12-14 10:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-13  2:40 [PATCH] parisc: remove ARCH_DEFCONFIG Masahiro Yamada
2021-12-14 10:45 ` Helge Deller [this message]
2021-12-21 23:54   ` Masahiro Yamada
2021-12-22  8:00     ` Helge Deller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2fa1f8fb-2a30-1445-758c-4aa2e7fc5ec0@gmx.de \
    --to=deller@gmx.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.