diff options
author | Paul Mackerras <paulus@samba.org> | 2008-02-07 11:21:09 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-02-07 11:21:09 +1100 |
commit | 1f7d4f8395093021ed2262296179cfe71bd5e2ec (patch) | |
tree | 30c69554b5a249ed5b90c52388165545df154c40 /arch/powerpc/platforms/512x/Kconfig | |
parent | b370b08274a25cf1e2015fb7ce65c43173c8156f (diff) | |
parent | 25ae3a0739c69425a911925b43213895a9802b98 (diff) |
Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into for-2.6.25
Diffstat (limited to 'arch/powerpc/platforms/512x/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/512x/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/512x/Kconfig b/arch/powerpc/platforms/512x/Kconfig new file mode 100644 index 00000000000..c6fa49e23dc --- /dev/null +++ b/arch/powerpc/platforms/512x/Kconfig @@ -0,0 +1,20 @@ +config PPC_MPC512x + bool + select FSL_SOC + select IPIC + default n + +config PPC_MPC5121 + bool + select PPC_MPC512x + default n + +config MPC5121_ADS + bool "Freescale MPC5121E ADS" + depends on PPC_MULTIPLATFORM && PPC32 + select DEFAULT_UIMAGE + select WANT_DEVICE_TREE + select PPC_MPC5121 + help + This option enables support for the MPC5121E ADS board. + default n |