diff options
author | Mingkai Hu <Mingkai.Hu@freescale.com> | 2013-08-02 08:39:11 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-08-24 02:43:24 +0200 |
commit | 622e03eb3498c32ee29de5c1d6d381f443e58fad (patch) | |
tree | 786efceede48ee3b1b15d088865ff31e0d259a87 /arch/powerpc/configs/mpc85xx_defconfig | |
parent | powerpc/85xx: Add silicon device tree for C293 (diff) | |
download | linux-622e03eb3498c32ee29de5c1d6d381f443e58fad.tar.xz linux-622e03eb3498c32ee29de5c1d6d381f443e58fad.zip |
powerpc/85xx: Add C293PCIE board support
C293PCIE board is a series of Freescale PCIe add-in cards to perform
as public key crypto accelerator or secure key management module.
- 512KB platform SRAM in addition to 512K L2 Cache/SRAM
- 512MB soldered DDR3 32bit memory
- CPLD System Logic
- 64MB x16 NOR flash and 4GB x8 NAND flash
- 16MB SPI flash
Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
Signed-off-by: Po Liu <Po.Liu@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc85xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig index b90c7af2ca1e..dc098d988211 100644 --- a/arch/powerpc/configs/mpc85xx_defconfig +++ b/arch/powerpc/configs/mpc85xx_defconfig @@ -27,6 +27,7 @@ CONFIG_MPC85xx_MDS=y CONFIG_MPC8536_DS=y CONFIG_MPC85xx_DS=y CONFIG_MPC85xx_RDB=y +CONFIG_C293_PCIE=y CONFIG_P1010_RDB=y CONFIG_P1022_DS=y CONFIG_P1022_RDK=y |