All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parisc: remove ARCH_DEFCONFIG
@ 2021-12-13  2:40 Masahiro Yamada
  2021-12-14 10:45 ` Helge Deller
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2021-12-13  2:40 UTC (permalink / raw)
  To: linux-parisc
  Cc: linux-kernel, Masahiro Yamada, Helge Deller, James E.J. Bottomley

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>
---

 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
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] parisc: remove ARCH_DEFCONFIG
  2021-12-13  2:40 [PATCH] parisc: remove ARCH_DEFCONFIG Masahiro Yamada
@ 2021-12-14 10:45 ` Helge Deller
  2021-12-21 23:54   ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Helge Deller @ 2021-12-14 10:45 UTC (permalink / raw)
  To: Masahiro Yamada, linux-parisc; +Cc: linux-kernel, James E.J. Bottomley

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
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] parisc: remove ARCH_DEFCONFIG
  2021-12-14 10:45 ` Helge Deller
@ 2021-12-21 23:54   ` Masahiro Yamada
  2021-12-22  8:00     ` Helge Deller
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2021-12-21 23:54 UTC (permalink / raw)
  To: Helge Deller; +Cc: Parisc List, Linux Kernel Mailing List, James E.J. Bottomley

On Tue, Dec 14, 2021 at 7:45 PM Helge Deller <deller@gmx.de> wrote:
>
> 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>

Can you apply it to your tree?
Thanks.


> 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
> >
>


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] parisc: remove ARCH_DEFCONFIG
  2021-12-21 23:54   ` Masahiro Yamada
@ 2021-12-22  8:00     ` Helge Deller
  0 siblings, 0 replies; 4+ messages in thread
From: Helge Deller @ 2021-12-22  8:00 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Parisc List, Linux Kernel Mailing List, James E.J. Bottomley

On 12/22/21 00:54, Masahiro Yamada wrote:
> On Tue, Dec 14, 2021 at 7:45 PM Helge Deller <deller@gmx.de> wrote:
>>
>> 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>
>
> Can you apply it to your tree?
> Thanks.

Sure, I'll do.

Helge


>
>
>> 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
>>>
>>
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-22  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13  2:40 [PATCH] parisc: remove ARCH_DEFCONFIG Masahiro Yamada
2021-12-14 10:45 ` Helge Deller
2021-12-21 23:54   ` Masahiro Yamada
2021-12-22  8:00     ` Helge Deller

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.