diff options
author | Stefan Agner <stefan@agner.ch> | 2015-03-12 19:36:15 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-13 09:55:29 -0400 |
commit | ae4aee959f7959427e99edb3927c9512986cbdc5 (patch) | |
tree | 8cd89697aa7d31d3809b3a3719a67ddef4298553 | |
parent | 00eb60a8b4f7a4aa00fd8abd68c2dc7aec55df19 (diff) |
ARM: imx: depend MXC debug board on 3DS machines
Depend the MXC debug board on machines which actually support it.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 178f0d001011..bf42a6a86bed 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -21,6 +21,7 @@ config MXC_AVIC | |||
21 | 21 | ||
22 | config MXC_DEBUG_BOARD | 22 | config MXC_DEBUG_BOARD |
23 | bool "Enable MXC debug board(for 3-stack)" | 23 | bool "Enable MXC debug board(for 3-stack)" |
24 | depends on MACH_MX27_3DS || MACH_MX31_3DS || MACH_MX35_3DS | ||
24 | help | 25 | help |
25 | The debug board is an integral part of the MXC 3-stack(PDK) | 26 | The debug board is an integral part of the MXC 3-stack(PDK) |
26 | platforms, it can be attached or removed from the peripheral | 27 | platforms, it can be attached or removed from the peripheral |