diff options
author | Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org> | 2011-02-17 09:31:32 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-18 04:56:40 -0500 |
commit | 102c91d8c60bc40e100ead62ac1e9ba05601510c (patch) | |
tree | 0f71ccdc143fe7114b1a990112b11aba0fc30288 /arch/arm/mach-mx5/Kconfig | |
parent | 856e656c4a328907c2b1fdbb6523f16fe1c71b46 (diff) |
mx51: add support for efika smartbook
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 1405464c1034..026b68180c86 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -128,6 +128,13 @@ config MACH_MX51_EFIKAMX | |||
128 | Include support for Genesi Efika MX nettop. This includes specific | 128 | Include support for Genesi Efika MX nettop. This includes specific |
129 | configurations for the board and its peripherals. | 129 | configurations for the board and its peripherals. |
130 | 130 | ||
131 | config MACH_MX51_EFIKASB | ||
132 | bool "Support MX51 Genesi Efika Smartbook" | ||
133 | select MX51_EFIKA_COMMON | ||
134 | help | ||
135 | Include support for Genesi Efika Smartbook. This includes specific | ||
136 | configurations for the board and its peripherals. | ||
137 | |||
131 | config MACH_MX53_EVK | 138 | config MACH_MX53_EVK |
132 | bool "Support MX53 EVK platforms" | 139 | bool "Support MX53 EVK platforms" |
133 | select SOC_IMX53 | 140 | select SOC_IMX53 |