diff options
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 7f7ad6f289bd..0527e65318f4 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -1,5 +1,7 @@ | |||
1 | if ARCH_MXC | 1 | if ARCH_MXC |
2 | 2 | ||
3 | source "arch/arm/plat-mxc/devices/Kconfig" | ||
4 | |||
3 | menu "Freescale MXC Implementations" | 5 | menu "Freescale MXC Implementations" |
4 | 6 | ||
5 | choice | 7 | choice |
@@ -8,15 +10,12 @@ choice | |||
8 | 10 | ||
9 | config ARCH_MX1 | 11 | config ARCH_MX1 |
10 | bool "MX1-based" | 12 | bool "MX1-based" |
11 | select CPU_ARM920T | 13 | select SOC_IMX1 |
12 | select IMX_HAVE_IOMUX_V1 | ||
13 | help | 14 | help |
14 | This enables support for systems based on the Freescale i.MX1 family | 15 | This enables support for systems based on the Freescale i.MX1 family |
15 | 16 | ||
16 | config ARCH_MX2 | 17 | config ARCH_MX2 |
17 | bool "MX2-based" | 18 | bool "MX2-based" |
18 | select CPU_ARM926T | ||
19 | select IMX_HAVE_IOMUX_V1 | ||
20 | help | 19 | help |
21 | This enables support for systems based on the Freescale i.MX2 family | 20 | This enables support for systems based on the Freescale i.MX2 family |
22 | 21 | ||
@@ -25,6 +24,7 @@ config ARCH_MX25 | |||
25 | select CPU_ARM926T | 24 | select CPU_ARM926T |
26 | select ARCH_MXC_IOMUX_V3 | 25 | select ARCH_MXC_IOMUX_V3 |
27 | select HAVE_FB_IMX | 26 | select HAVE_FB_IMX |
27 | select ARCH_MXC_AUDMUX_V2 | ||
28 | help | 28 | help |
29 | This enables support for systems based on the Freescale i.MX25 family | 29 | This enables support for systems based on the Freescale i.MX25 family |
30 | 30 | ||
@@ -48,8 +48,7 @@ config ARCH_MX5 | |||
48 | 48 | ||
49 | endchoice | 49 | endchoice |
50 | 50 | ||
51 | source "arch/arm/mach-mx1/Kconfig" | 51 | source "arch/arm/mach-imx/Kconfig" |
52 | source "arch/arm/mach-mx2/Kconfig" | ||
53 | source "arch/arm/mach-mx3/Kconfig" | 52 | source "arch/arm/mach-mx3/Kconfig" |
54 | source "arch/arm/mach-mx25/Kconfig" | 53 | source "arch/arm/mach-mx25/Kconfig" |
55 | source "arch/arm/mach-mxc91231/Kconfig" | 54 | source "arch/arm/mach-mxc91231/Kconfig" |
@@ -81,6 +80,17 @@ config MXC_PWM | |||
81 | help | 80 | help |
82 | Enable support for the i.MX PWM controller(s). | 81 | Enable support for the i.MX PWM controller(s). |
83 | 82 | ||
83 | config MXC_DEBUG_BOARD | ||
84 | bool "Enable MXC debug board(for 3-stack)" | ||
85 | help | ||
86 | The debug board is an integral part of the MXC 3-stack(PDK) | ||
87 | platforms, it can be attached or removed from the peripheral | ||
88 | board. On debug board, several debug devices(ethernet, UART, | ||
89 | buttons, LEDs and JTAG) are implemented. Between the MCU and | ||
90 | these devices, a CPLD is added as a bridge which performs | ||
91 | data/address de-multiplexing and decode, signal level shift, | ||
92 | interrupt control and various board functions. | ||
93 | |||
84 | config MXC_ULPI | 94 | config MXC_ULPI |
85 | bool | 95 | bool |
86 | 96 | ||