diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-10-22 17:35:07 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-20 17:45:38 -0500 |
commit | ab2f489294b69e6d736efa7a57dcf286cd9662a0 (patch) | |
tree | 7fbca6c42dc2edf003553928e22884967d8c8c65 /arch/powerpc/platforms/85xx/Kconfig | |
parent | 3bc265627a0e163acebd35235454c525ea020804 (diff) |
powerpc/p4080: Add basic support for p4080ds platform
Add basic support for the P4080 DS reference board. None of the data
path devices (ethernet, crypto, pme) are support at this time.
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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 5de0d633836c..d95121894eb7 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -145,6 +145,18 @@ config SBC8560 | |||
145 | help | 145 | help |
146 | This option enables support for the Wind River SBC8560 board | 146 | This option enables support for the Wind River SBC8560 board |
147 | 147 | ||
148 | config P4080_DS | ||
149 | bool "Freescale P4080 DS" | ||
150 | select DEFAULT_UIMAGE | ||
151 | select PPC_FSL_BOOK3E | ||
152 | select PPC_E500MC | ||
153 | select PHYS_64BIT | ||
154 | select SWIOTLB | ||
155 | select MPC8xxx_GPIO | ||
156 | select HAS_RAPIDIO | ||
157 | help | ||
158 | This option enables support for the P4080 DS board | ||
159 | |||
148 | endif # FSL_SOC_BOOKE | 160 | endif # FSL_SOC_BOOKE |
149 | 161 | ||
150 | config TQM85xx | 162 | config TQM85xx |