diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2009-02-04 15:39:17 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-02-04 15:39:17 -0500 |
commit | bfee95bb830ff0260f3e2e0b1aa6b7492573fe4d (patch) | |
tree | 385c88b41941e5e5021589d50142a613e4f0ebe6 /arch/powerpc/platforms/52xx/Kconfig | |
parent | 5496eab2434f2a2dfe0d35496fd9605d548b7fbc (diff) |
powerpc/5200: Add support for the Media5200 board from Freescale
This patch adds board support for the Media5200 platform. Changes are:
- add the media5200 device tree
- add the media5200 platform support code and cascaded interrupt controller
- add media5200 to the build targets.
Note: this patch also includes a minor tweak to the lite5200(b) target
images list to add the .dtb files to the image list.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/52xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/52xx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index 696a5ee4962d..c01db1316b01 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platforms/52xx/Kconfig | |||
@@ -35,6 +35,11 @@ config PPC_LITE5200 | |||
35 | depends on PPC_MPC52xx | 35 | depends on PPC_MPC52xx |
36 | select DEFAULT_UIMAGE | 36 | select DEFAULT_UIMAGE |
37 | 37 | ||
38 | config PPC_MEDIA5200 | ||
39 | bool "Freescale Media5200 Eval Board" | ||
40 | depends on PPC_MPC52xx | ||
41 | select DEFAULT_UIMAGE | ||
42 | |||
38 | config PPC_MPC5200_BUGFIX | 43 | config PPC_MPC5200_BUGFIX |
39 | bool "MPC5200 (L25R) bugfix support" | 44 | bool "MPC5200 (L25R) bugfix support" |
40 | depends on PPC_MPC52xx | 45 | depends on PPC_MPC52xx |