diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2011-05-19 20:20:13 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-06-22 21:44:56 -0500 |
commit | 2602a21231645f0923595a6ae2757222f6802e3f (patch) | |
tree | 90d1765e1d8960d2baf61f20b77647653b271061 /arch/powerpc/platforms/85xx/Kconfig | |
parent | 1325a684b553d4b5c41ae0482f8991b43f945746 (diff) | |
download | blackbird-op-linux-2602a21231645f0923595a6ae2757222f6802e3f.tar.gz blackbird-op-linux-2602a21231645f0923595a6ae2757222f6802e3f.zip |
powerpc/85xx: Add basic P1023RDS board support
The P1023 processor is an e500v2 based SoC that utilizes the DPAA
networking architecture. This adds basic board support for non-DPAA
functionality (device tree, board file, etc).
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index b6976e1726e4..6db027561961 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -75,6 +75,12 @@ config P1022_DS help This option enables support for the Freescale P1022DS reference board. +config P1023_RDS + bool "Freescale P1023 RDS" + select DEFAULT_UIMAGE + help + This option enables support for the P1023 RDS board + config SOCRATES bool "Socrates" select DEFAULT_UIMAGE |