aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <masahiroy@kernel.org> 2021-12-13 11:40:44 +0900
committerGravatar Helge Deller <deller@gmx.de> 2021-12-22 09:02:10 +0100
commitaacb2016063dfa6da9378d76734cd9dc1e977619 (patch)
treee932d9e82b35ac295be6fd7fe2876bd45fa5da72 /arch/parisc/Kconfig
parentparisc: Fix mask used to select futex spinlock (diff)
downloadlinux-aacb2016063dfa6da9378d76734cd9dc1e977619.tar.gz
linux-aacb2016063dfa6da9378d76734cd9dc1e977619.tar.bz2
linux-aacb2016063dfa6da9378d76734cd9dc1e977619.zip
parisc: remove ARCH_DEFCONFIG
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> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig5
1 files changed, 0 insertions, 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