diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-11-17 10:24:58 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-11-26 22:33:37 +1100 |
commit | be34fff07c3755b22455c3077932d24931b17863 (patch) | |
tree | dc82cd210972e423df65a8486e89f981aba0cd6f /arch/powerpc/Kconfig | |
parent | d7cceda96badc1bd444cff27ab9c375a1277c1e3 (diff) | |
download | lwn-be34fff07c3755b22455c3077932d24931b17863.tar.gz lwn-be34fff07c3755b22455c3077932d24931b17863.zip |
powerpc/kconfig: remove CONFIG_6xx
CONFIG_6xx is not used anymore. Remove it.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8be31261aec8..ac9703e8e722 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -556,7 +556,7 @@ config RELOCATABLE_TEST config CRASH_DUMP bool "Build a dump capture kernel" - depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) + depends on PPC64 || PPC_BOOK3S_32 || FSL_BOOKE || (44x && !SMP) select RELOCATABLE if PPC64 || 44x || FSL_BOOKE help Build a kernel suitable for use as a dump capture kernel. |