2735314a78e00849c8040daebfddcf686bf77355
[pandora-kernel.git] / arch / arm / mach-mx5 / Kconfig
1 if ARCH_MX5
2
3 config ARCH_MX51
4         bool
5         default y
6         select MXC_TZIC
7         select ARCH_MXC_IOMUX_V3
8
9 comment "MX5 platforms:"
10
11 config MACH_MX51_BABBAGE
12         bool "Support MX51 BABBAGE platforms"
13         select IMX_HAVE_PLATFORM_IMX_I2C
14         help
15           Include support for MX51 Babbage platform, also known as MX51EVK in
16           u-boot. This includes specific configurations for the board and its
17           peripherals.
18
19 config MACH_MX51_3DS
20         bool "Support MX51PDK (3DS)"
21         select IMX_HAVE_PLATFORM_SPI_IMX
22         select MXC_DEBUG_BOARD
23         help
24           Include support for MX51PDK (3DS) platform. This includes specific
25           configurations for the board and its peripherals.
26
27 config MACH_EUKREA_CPUIMX51
28         bool "Support Eukrea CPUIMX51 module"
29         select IMX_HAVE_PLATFORM_IMX_I2C
30         help
31           Include support for Eukrea CPUIMX51 platform. This includes
32           specific configurations for the module and its peripherals.
33
34 choice
35         prompt "Baseboard"
36         depends on MACH_EUKREA_CPUIMX51
37         default MACH_EUKREA_MBIMX51_BASEBOARD
38
39 config MACH_EUKREA_MBIMX51_BASEBOARD
40         prompt "Eukrea MBIMX51 development board"
41         bool
42         help
43           This adds board specific devices that can be found on Eukrea's
44           MBIMX51 evaluation board.
45
46 endchoice
47
48 endif