diff options
author | Scott Wood <scottwood@freescale.com> | 2007-09-05 14:00:54 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-04 11:02:47 -0500 |
commit | 3611f2ad424094655d381f099613a6f43239824d (patch) | |
tree | ceaeadb752a4552f73eaf0ceed6bf37a0c3bcb36 /arch/powerpc/platforms/82xx/Kconfig | |
parent | e00c5498a2a614931cbb7d88a53979d5d47594e1 (diff) | |
download | blackbird-obmc-linux-3611f2ad424094655d381f099613a6f43239824d.tar.gz blackbird-obmc-linux-3611f2ad424094655d381f099613a6f43239824d.zip |
[POWERPC] mpc82xx: Add pq2fads board support.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/82xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/82xx/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/82xx/Kconfig b/arch/powerpc/platforms/82xx/Kconfig index 03f5aeb5fa40..541fbb815631 100644 --- a/arch/powerpc/platforms/82xx/Kconfig +++ b/arch/powerpc/platforms/82xx/Kconfig @@ -15,6 +15,17 @@ config MPC8272_ADS help This option enables support for the MPC8272 ADS board +config PQ2FADS + bool "Freescale PQ2FADS" + select DEFAULT_UIMAGE + select PQ2ADS + select 8260 + select FSL_SOC + select PQ2_ADS_PCI_PIC if PCI + select PPC_CPM_NEW_BINDING + help + This option enables support for the PQ2FADS board + endchoice config PQ2ADS |