arch/powerpc/platforms/44x/Kconfig

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/44x/Kconfig

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/44x/Kconfig
Extension
[no extension]
Size
7182 bytes
Lines
319
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
config PPC_47x
	bool "Support for 47x variant"
	depends on 44x
	select MPIC
	help
	  This option enables support for the 47x family of processors and is
	  not currently compatible with other 44x or 46x variants

config BAMBOO
	bool "Bamboo"
	depends on 44x
	select PPC44x_SIMPLE
	select 440EP
	select FORCE_PCI
	help
	  This option enables support for the IBM PPC440EP evaluation board.

config BLUESTONE
	bool "Bluestone"
	depends on 44x
	select PPC44x_SIMPLE
	select APM821xx
	select FORCE_PCI
	select PCI_MSI
	select PPC4xx_PCI_EXPRESS
	select IBM_EMAC_RGMII if IBM_EMAC
	help
	  This option enables support for the APM APM821xx Evaluation board.

config EBONY
	bool "Ebony"
	depends on 44x
	default y
	select 440GP
	select FORCE_PCI
	select OF_RTC
	help
	  This option enables support for the IBM PPC440GP evaluation board.

config SAM440EP
	bool "Sam440ep"
	depends on 44x
	select 440EP
	select FORCE_PCI
	help
	  This option enables support for the ACube Sam440ep board.

config SEQUOIA
	bool "Sequoia"
	depends on 44x
	select PPC44x_SIMPLE
	select 440EPX
	help
	  This option enables support for the AMCC PPC440EPX evaluation board.

config TAISHAN
	bool "Taishan"
	depends on 44x
	select PPC44x_SIMPLE
	select 440GX
	select FORCE_PCI
	help
	  This option enables support for the AMCC PPC440GX "Taishan"
	  evaluation board.

config KATMAI
	bool "Katmai"
	depends on 44x
	select PPC44x_SIMPLE

Annotation

Implementation Notes