Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0
config CONFIG_PPC_47x
	bool "Support for 47x variant"
	depends on CONFIG_44x
	select CONFIG_MPIC
	help
	  This option enables support for the 47x family of processors and is
	  not currently compatible with other CONFIG_44x or 46x varients

config CONFIG_BAMBOO
	bool "Bamboo"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_440EP
	select CONFIG_FORCE_PCI
	help
	  This option enables support for the IBM PPC440EP evaluation board.

config CONFIG_BLUESTONE
	bool "Bluestone"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_APM821xx
	select CONFIG_FORCE_PCI
	select CONFIG_PCI_MSI
	select CONFIG_PPC4xx_MSI
	select CONFIG_PPC4xx_PCI_EXPRESS
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC
	help
	  This option enables support for the CONFIG_APM CONFIG_APM821xx Evaluation board.

config CONFIG_EBONY
	bool "Ebony"
	depends on CONFIG_44x
	default y
	select CONFIG_440GP
	select CONFIG_FORCE_PCI
	select CONFIG_OF_RTC
	help
	  This option enables support for the IBM PPC440GP evaluation board.

config CONFIG_SAM440EP
	bool "Sam440ep"
	depends on CONFIG_44x
	select CONFIG_440EP
	select CONFIG_FORCE_PCI
	help
	  This option enables support for the ACube Sam440ep board.

config CONFIG_SEQUOIA
	bool "Sequoia"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_440EPX
	help
	  This option enables support for the AMCC PPC440EPX evaluation board.

config CONFIG_TAISHAN
	bool "Taishan"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_440GX
	select CONFIG_FORCE_PCI
	help
	  This option enables support for the AMCC PPC440GX "Taishan"
	  evaluation board.

config CONFIG_KATMAI
	bool "Katmai"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_440SPe
	select CONFIG_FORCE_PCI
	select CONFIG_PPC4xx_PCI_EXPRESS
	select CONFIG_PCI_MSI
	select CONFIG_PPC4xx_MSI
	help
	  This option enables support for the AMCC PPC440SPe evaluation board.

config CONFIG_RAINIER
	bool "Rainier"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_440GRX
	select CONFIG_FORCE_PCI
	help
	  This option enables support for the AMCC PPC440GRX evaluation board.

config CONFIG_WARP
	bool "PIKA Warp"
	depends on CONFIG_44x
	select CONFIG_440EP
	help
	  This option enables support for the PIKA Warp(tm) Appliance. The Warp
	  is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP
	  stations and trunks.

	  See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
	  Telephony Developers" link for more information.

config CONFIG_ARCHES
	bool "Arches"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_460EX # Odd since it uses 460GT but the effects are the same
	select CONFIG_FORCE_PCI
	select CONFIG_PPC4xx_PCI_EXPRESS
	help
	  This option enables support for the AMCC Dual PPC460GT evaluation board.

config CONFIG_CANYONLANDS
	bool "Canyonlands"
	depends on CONFIG_44x
	select CONFIG_460EX
	select CONFIG_FORCE_PCI
	select CONFIG_PPC4xx_PCI_EXPRESS
	select CONFIG_PCI_MSI
	select CONFIG_PPC4xx_MSI
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_ZMII if CONFIG_IBM_EMAC
	help
	  This option enables support for the AMCC PPC460EX evaluation board.

config CONFIG_GLACIER
	bool "Glacier"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_460EX # Odd since it uses 460GT but the effects are the same
	select CONFIG_FORCE_PCI
	select CONFIG_PPC4xx_PCI_EXPRESS
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_ZMII if CONFIG_IBM_EMAC
	help
	  This option enables support for the AMCC PPC460GT evaluation board.

config CONFIG_REDWOOD
	bool "Redwood"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_460SX
	select CONFIG_FORCE_PCI
	select CONFIG_PPC4xx_PCI_EXPRESS
	select CONFIG_PCI_MSI
	select CONFIG_PPC4xx_MSI
	help
	  This option enables support for the AMCC PPC460SX Redwood board.

config CONFIG_EIGER
	bool "Eiger"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_460SX
	select CONFIG_FORCE_PCI
	select CONFIG_PPC4xx_PCI_EXPRESS
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC
	help
	  This option enables support for the AMCC PPC460SX evaluation board.

config CONFIG_YOSEMITE
	bool "Yosemite"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_440EP
	select CONFIG_FORCE_PCI
	help
	  This option enables support for the AMCC PPC440EP evaluation board.

config CONFIG_ISS4xx
	bool "ISS 4xx Simulator"
	depends on (CONFIG_44x || CONFIG_40x)
	select CONFIG_405GP if CONFIG_40x
	select CONFIG_440GP if CONFIG_44x && !CONFIG_PPC_47x
	select CONFIG_PPC_FPU
	select CONFIG_OF_RTC
	help
	  This option enables support for the IBM ISS simulation environment

config CONFIG_CURRITUCK
	bool "IBM Currituck (476fpe) Support"
	depends on CONFIG_PPC_47x
	select CONFIG_SWIOTLB
	select CONFIG_476FPE
	select CONFIG_FORCE_PCI
	select CONFIG_PPC4xx_PCI_EXPRESS
	help
	  This option enables support for the IBM Currituck (476fpe) evaluation board

config CONFIG_FSP2
	bool "IBM FSP2 (476fpe) Support"
	depends on CONFIG_PPC_47x
	select CONFIG_476FPE
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC
	select CONFIG_COMMON_CLK
	select CONFIG_DEFAULT_UIMAGE
	help
	  This option enables support for the IBM CONFIG_FSP2 (476fpe) board

config CONFIG_AKEBONO
	bool "IBM Akebono (476gtr) Support"
	depends on CONFIG_PPC_47x
	select CONFIG_SWIOTLB
	select CONFIG_476FPE
	select CONFIG_PPC4xx_PCI_EXPRESS
	select CONFIG_FORCE_PCI
	select CONFIG_PCI_MSI
	select CONFIG_PPC4xx_HSTA_MSI
	select CONFIG_I2C
	select CONFIG_I2C_IBM_IIC
	select CONFIG_NETDEVICES
	select CONFIG_ETHERNET
	select CONFIG_NET_VENDOR_IBM
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC
	select CONFIG_USB if CONFIG_USB_SUPPORT
	select CONFIG_USB_OHCI_HCD_PLATFORM if CONFIG_USB_OHCI_HCD
	select CONFIG_USB_EHCI_HCD_PLATFORM if CONFIG_USB_EHCI_HCD
	select CONFIG_MMC_SDHCI
	select CONFIG_MMC_SDHCI_PLTFM
	select CONFIG_ATA
	select CONFIG_SATA_AHCI_PLATFORM
	help
	  This option enables support for the IBM Akebono (476gtr) evaluation board


config CONFIG_ICON
	bool "Icon"
	depends on CONFIG_44x
	select CONFIG_PPC44x_SIMPLE
	select CONFIG_440SPe
	select CONFIG_FORCE_PCI
	select CONFIG_PPC4xx_PCI_EXPRESS
	help
	  This option enables support for the AMCC PPC440SPe evaluation board.

config CONFIG_XILINX_VIRTEX440_GENERIC_BOARD
	bool "Generic Xilinx Virtex 5 FXT board support"
	depends on CONFIG_44x
	select CONFIG_XILINX_VIRTEX_5_FXT
	select CONFIG_XILINX_INTC
	help
	  This option enables generic support for Xilinx Virtex based boards
	  that use a 440 based processor in the Virtex 5 FXT CONFIG_FPGA architecture.

	  The generic virtex board support matches any device tree which
	  specifies 'xlnx,virtex440' in its compatible field.  This includes
	  the Xilinx ML5xx reference designs using the powerpc core.

	  Most Virtex 5 designs should use this unless it needs to do some
	  special configuration at board probe time.

config CONFIG_XILINX_ML510
	bool "Xilinx ML510 extra support"
	depends on CONFIG_XILINX_VIRTEX440_GENERIC_BOARD
	select CONFIG_HAVE_PCI
	select CONFIG_XILINX_PCI if CONFIG_PCI
	select CONFIG_PPC_INDIRECT_PCI if CONFIG_PCI
	select CONFIG_PPC_I8259 if CONFIG_PCI
	help
	  This option enables extra support for features on the Xilinx ML510
	  board.  The ML510 has a CONFIG_PCI bus with ALI south bridge.

config CONFIG_PPC44x_SIMPLE
	bool "Simple PowerPC 44x board support"
	depends on CONFIG_44x
	help
	  This option enables the simple PowerPC CONFIG_44x platform support.

config CONFIG_PPC4xx_GPIO
	bool "PPC4xx GPIO support"
	depends on CONFIG_44x
	select CONFIG_GPIOLIB
	help
	  Enable gpiolib support for ppc440 based boards

# CONFIG_44x specific CPU modules, selected based on the board above.
config CONFIG_440EP
	bool
	select CONFIG_PPC_FPU
	select CONFIG_IBM440EP_ERR42
	select CONFIG_IBM_EMAC_ZMII if CONFIG_IBM_EMAC

config CONFIG_440EPX
	bool
	select CONFIG_PPC_FPU
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_ZMII if CONFIG_IBM_EMAC
	select CONFIG_USB_EHCI_BIG_ENDIAN_MMIO
	select CONFIG_USB_EHCI_BIG_ENDIAN_DESC

config CONFIG_440GRX
	bool
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_ZMII if CONFIG_IBM_EMAC

config CONFIG_440GP
	bool
	select CONFIG_IBM_EMAC_ZMII if CONFIG_IBM_EMAC

config CONFIG_440GX
	bool
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_ZMII if CONFIG_IBM_EMAC #test only
	select CONFIG_IBM_EMAC_TAH if CONFIG_IBM_EMAC  #test only

config CONFIG_440SP
	bool

config CONFIG_440SPe
	bool
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC

config CONFIG_460EX
	bool
	select CONFIG_PPC_FPU
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_TAH if CONFIG_IBM_EMAC

config CONFIG_460SX
	bool
	select CONFIG_PPC_FPU
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_RGMII if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_ZMII if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_TAH if CONFIG_IBM_EMAC

config CONFIG_476FPE
	bool
	select CONFIG_PPC_FPU

config CONFIG_APM821xx
	bool
	select CONFIG_PPC_FPU
	select CONFIG_IBM_EMAC_EMAC4 if CONFIG_IBM_EMAC
	select CONFIG_IBM_EMAC_TAH if CONFIG_IBM_EMAC

config CONFIG_476FPE_ERR46
	depends on CONFIG_476FPE
	bool "Enable linker work around for PPC476FPE errata #46"
	help
	  This option enables a work around for an icache bug on 476
	  that can cause execution of stale instructions when falling
	  through pages (IBM errata #46). It requires a recent version
	  of binutils which supports the --ppc476-workaround option.

	  The work around enables the appropriate linker options and
	  ensures that all module output sections are aligned to 4K
	  page boundaries. The work around is only required when
	  building modules.

# CONFIG_44x errata/workaround config symbols, selected by the CPU models above
config CONFIG_IBM440EP_ERR42
	bool

# Xilinx specific config options.
config CONFIG_XILINX_VIRTEX
	bool
	select CONFIG_DEFAULT_UIMAGE

# Xilinx Virtex 5 FXT CONFIG_FPGA architecture, selected by a Xilinx board above
config CONFIG_XILINX_VIRTEX_5_FXT
	bool
	select CONFIG_XILINX_VIRTEX