arch/powerpc/platforms/85xx/Kconfig

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/85xx/Kconfig

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/85xx/Kconfig
Extension
[no extension]
Size
6916 bytes
Lines
270
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
menuconfig FSL_SOC_BOOKE
	bool "Freescale Book-E Machine Type"
	depends on PPC_E500
	select FSL_SOC
	select PPC_UDBG_16550
	select MPIC
	select HAVE_PCI
	select FSL_PCI if PCI
	select SERIAL_8250_EXTENDED if SERIAL_8250
	select SERIAL_8250_SHARE_IRQ if SERIAL_8250
	select FSL_CORENET_RCPM if PPC_E500MC
	default y

if FSL_SOC_BOOKE

if PPC32

config BSC9131_RDB
	bool "Freescale BSC9131RDB"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the Freescale BSC9131RDB board.
	  The BSC9131 is a heterogeneous SoC containing an e500v2 powerpc and a
	  StarCore SC3850 DSP
	  Manufacturer : Freescale Semiconductor, Inc

config C293_PCIE
	  bool "Freescale C293PCIE"
	  select DEFAULT_UIMAGE
	  help
	  This option enables support for the C293PCIE board

config BSC9132_QDS
	bool "Freescale BSC9132QDS"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the Freescale BSC9132 QDS board.
	  BSC9132 is a heterogeneous SoC containing dual e500v2 powerpc cores
	  and dual StarCore SC3850 DSP cores.
	  Manufacturer : Freescale Semiconductor, Inc

config MPC85xx_MDS
	bool "Freescale MPC8568 MDS / MPC8569 MDS / P1021 MDS"
	select DEFAULT_UIMAGE
	select PHYLIB if NETDEVICES
	select HAVE_RAPIDIO
	select SWIOTLB
	help
	  This option enables support for the MPC8568 MDS, MPC8569 MDS and P1021 MDS boards

config MPC8536_DS
	bool "Freescale MPC8536 DS"
	select DEFAULT_UIMAGE
	select SWIOTLB
	help
	  This option enables support for the MPC8536 DS board

config MPC85xx_DS
	bool "Freescale MPC8544 DS / MPC8572 DS"
	select PPC_I8259
	select DEFAULT_UIMAGE
	select FSL_ULI1575 if PCI
	select SWIOTLB
	help
	  This option enables support for the MPC8544 DS and MPC8572 DS boards

config MPC85xx_RDB
	bool "Freescale P102x MBG/UTM/RDB"
	select PPC_I8259

Annotation

Implementation Notes