diff options
author | Alan Carvalho de Assis <acassis@gmail.com> | 2009-11-25 12:24:50 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-11-27 03:01:56 -0500 |
commit | 143a179d6cafe939c881ee918574e3943157ef01 (patch) | |
tree | bf3dd1ef0ca628846f10b9e635426a3b5a24401d /arch/arm/mach-mx2/Kconfig | |
parent | 97adeda043d4c2e11dcaca64a7e5fd0c4574c3fe (diff) |
mx27: Add basic support for Maxtrack i-MXT TD60
Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r-- | arch/arm/mach-mx2/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig index 3e14da3698b5..b96c6a389363 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -104,4 +104,11 @@ config MACH_PCA100 | |||
104 | Include support for phyCARD-s (aka pca100) platform. This | 104 | Include support for phyCARD-s (aka pca100) platform. This |
105 | includes specific configurations for the module and its peripherals. | 105 | includes specific configurations for the module and its peripherals. |
106 | 106 | ||
107 | config MACH_MXT_TD60 | ||
108 | bool "Maxtrack i-MXT TD60" | ||
109 | depends on MACH_MX27 | ||
110 | help | ||
111 | Include support for i-MXT (aka td60) platform. This | ||
112 | includes specific configurations for the module and its peripherals. | ||
113 | |||
107 | endif | 114 | endif |