Skip to content

Commit aacb201

Browse files
masahir0yhdeller
authored andcommitted
parisc: remove ARCH_DEFCONFIG
Commit 2a86f66 ("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 ededa08 ("parisc: Fix defconfig selection") added ARCH_DEFCONFIG for parisc. Please use KBUILD_DEFCONFIG in arch/*/Makefile for defconfig selection. Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Helge Deller <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent d3a5a68 commit aacb201

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/parisc/Kconfig

-5
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ config MMU
8585
config STACK_GROWSUP
8686
def_bool y
8787

88-
config ARCH_DEFCONFIG
89-
string
90-
default "arch/parisc/configs/generic-32bit_defconfig" if !64BIT
91-
default "arch/parisc/configs/generic-64bit_defconfig" if 64BIT
92-
9388
config GENERIC_LOCKBREAK
9489
bool
9590
default y

0 commit comments

Comments
 (0)