aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/82xx/Kconfig
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2007-09-05 15:00:54 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-10-04 12:02:47 -0400
commit3611f2ad424094655d381f099613a6f43239824d (patch)
treeceaeadb752a4552f73eaf0ceed6bf37a0c3bcb36 /arch/powerpc/platforms/82xx/Kconfig
parente00c5498a2a614931cbb7d88a53979d5d47594e1 (diff)
[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/Kconfig11
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
15 help 15 help
16 This option enables support for the MPC8272 ADS board 16 This option enables support for the MPC8272 ADS board
17 17
18config PQ2FADS
19 bool "Freescale PQ2FADS"
20 select DEFAULT_UIMAGE
21 select PQ2ADS
22 select 8260
23 select FSL_SOC
24 select PQ2_ADS_PCI_PIC if PCI
25 select PPC_CPM_NEW_BINDING
26 help
27 This option enables support for the PQ2FADS board
28
18endchoice 29endchoice
19 30
20config PQ2ADS 31config PQ2ADS