kernel/arch/powerpc/platforms/82xx/Kconfig
.. .. @@ -1,7 +1,7 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 menuconfig PPC_82xx 3 3 bool "82xx-based boards (PQ II)" 4 - depends on 6xx4 + depends on PPC_BOOK3S_325 5 6 6 if PPC_82xx 7 7 .. .. @@ -51,11 +51,10 @@ 51 51 52 52 config PQ2ADS 53 53 bool 54 - default n55 54 56 55 config 8260 57 56 bool 58 - depends on 6xx57 + depends on PPC_BOOK3S_3259 58 select CPM2 60 59 help 61 60 The MPC8260 is a typical embedded CPU made by Freescale. Selecting