diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2023-08-08 08:04:41 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-08-16 23:54:47 +1000 |
commit | cb888cdf741c958cae3e00b649fb7ed5c9bb2d49 (patch) | |
tree | 7075e3c1f484ecfd16f58ee6739c9ddd26b1ebba /arch/powerpc/Kconfig | |
parent | fecc436a97afed920486be609c3989e05547a384 (diff) |
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
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index aef38d2ca542..b7a4cb5d9409 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -1146,12 +1146,6 @@ config FSL_GTM help Freescale General-purpose Timers support -config PCI_8260 - bool - depends on PCI && 8260 - select PPC_INDIRECT_PCI - default y - config FSL_RIO bool "Freescale Embedded SRIO Controller support" depends on RAPIDIO = y && HAVE_RAPIDIO |