diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 04:02:56 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:02:56 -0400 |
commit | eea643f7ff04fe17c3ff71d41a9487c0753bd821 (patch) | |
tree | c9c097f8c99c155064c37e619527687ba4286873 /arch/arm/mach-mx2/Kconfig | |
parent | aa10abd381b9493a88f6b9e111adc79e33d548fa (diff) |
i.MX2 family: Add basic mach support (sources)
This patch adds basic mach support for the mx2 processor family, based
on the original freescale code and adapted to mainline kernel coding
style.
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r-- | arch/arm/mach-mx2/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig new file mode 100644 index 000000000000..23def05fea0e --- /dev/null +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -0,0 +1,5 @@ | |||
1 | comment "MX2 family CPU support" | ||
2 | depends on ARCH_MX2 | ||
3 | |||
4 | comment "MX2 Platforms" | ||
5 | depends on ARCH_MX2 | ||