Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

powerpc: Remove CONFIG_PCI_8260

CONFIG_PCI_8260 is not used anymore, remove it.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/19a4c07466ce8b80f287a06eadcc80c4ab1d2c9e.1691474658.git.christophe.leroy@csgroup.eu

authored by

Christophe Leroy and committed by
Michael Ellerman
cb888cdf fecc436a

+1 -6
-6
arch/powerpc/Kconfig
··· 1146 1146 help 1147 1147 Freescale General-purpose Timers support 1148 1148 1149 - config PCI_8260 1150 - bool 1151 - depends on PCI && 8260 1152 - select PPC_INDIRECT_PCI 1153 - default y 1154 - 1155 1149 config FSL_RIO 1156 1150 bool "Freescale Embedded SRIO Controller support" 1157 1151 depends on RAPIDIO = y && HAVE_RAPIDIO
+1
arch/powerpc/platforms/82xx/Kconfig
··· 32 32 bool 33 33 depends on PPC_BOOK3S_32 34 34 select CPM2 35 + select PPC_INDIRECT_PCI if PCI 35 36 help 36 37 The MPC8260 is a typical embedded CPU made by Freescale. Selecting 37 38 this option means that you wish to build a kernel for a machine with