]> git.baikalelectronics.ru Git - kernel.git/commitdiff
parisc: remove ARCH_DEFCONFIG
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 13 Dec 2021 02:40:44 +0000 (11:40 +0900)
committerHelge Deller <deller@gmx.de>
Wed, 22 Dec 2021 08:02:10 +0000 (09:02 +0100)
Commit 66b02ccbba42 ("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 af0597a44a0c ("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>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Kconfig

index b2188da09c732d7d4c883760c85803cc7f130e01..011dc32fdb4d5a5e63ae740e6fe944bade41dd9d 100644 (file)
@@ -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