diff options
author | Jason Wang <jason77.wang@gmail.com> | 2010-06-24 09:11:28 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 08:29:19 -0400 |
commit | fa94f8dce1459eef1f0f8d5b1e4f26c3f058dec2 (patch) | |
tree | c6ef4962d52dbbbf876c80c055d05cb0c65d4c29 /arch/arm/plat-mxc/Kconfig | |
parent | 2dcf78c0eeae3bd07082821557014f25f02ca2e9 (diff) |
mxc: add common debug board for 3-stack platforms
The debug board is little different for all mxc 3-stack(PDK)
platforms, it is possible here to add a common implementation to
support this board.
Signed-off-by: Jason Wang <jason77.wang@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 20b2e79e54f2..0527e65318f4 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -80,6 +80,17 @@ config MXC_PWM | |||
80 | help | 80 | help |
81 | Enable support for the i.MX PWM controller(s). | 81 | Enable support for the i.MX PWM controller(s). |
82 | 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 | |||
83 | config MXC_ULPI | 94 | config MXC_ULPI |
84 | bool | 95 | bool |
85 | 96 | ||