diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-11-17 11:24:58 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-11-26 12:33:37 +0100 |
commit | be34fff07c3755b22455c3077932d24931b17863 (patch) | |
tree | dc82cd210972e423df65a8486e89f981aba0cd6f /arch/powerpc/platforms/52xx | |
parent | powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32 (diff) | |
download | linux-be34fff07c3755b22455c3077932d24931b17863.tar.xz linux-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/platforms/52xx')
-rw-r--r-- | arch/powerpc/platforms/52xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index 55a587070342..67f8c2d8fc0e 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platforms/52xx/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 config PPC_MPC52xx bool "52xx-based boards" - depends on 6xx + depends on PPC_BOOK3S_32 select COMMON_CLK select PPC_PCI_CHOICE |