diff options
author | Mingkai Hu <Mingkai.Hu@freescale.com> | 2013-03-14 06:21:28 (GMT) |
---|---|---|
committer | Fleming Andrew-AFLEMING <AFLEMING@freescale.com> | 2013-04-17 21:58:48 (GMT) |
commit | 2cbac5b29ea399d1ff6a4248c2fd054a6f20c285 (patch) | |
tree | 86287b09948c929ec2453755618cfb9e0ff12140 /arch/powerpc/platforms/85xx/Kconfig | |
parent | 2549ceaa24c11b5aad48b67dab25d9947eb4a2e3 (diff) | |
download | linux-fsl-qoriq-2cbac5b29ea399d1ff6a4248c2fd054a6f20c285.tar.xz |
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
Change-Id: Ibd7ebb915c09fcc6153524c7773bd491bec99892
Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
Signed-off-by: Po Liu <Po.Liu@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Reviewed-on: http://git.am.freescale.net:8181/739
Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index c58ee7b..00b6df5 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -39,6 +39,13 @@ config BSC9132_QDS help This option enables support for the BSC9132 QDS board +config C293_PCIE + bool "Freescale C293PCIE" + select DEFAULT_UIMAGE + select SWIOTLB + help + This option enables support for the C293PCIE board + config MPC8540_ADS bool "Freescale MPC8540 ADS" select DEFAULT_UIMAGE |