diff options
author | Stefan Agner <stefan@agner.ch> | 2015-03-13 00:36:15 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-13 21:55:29 +0800 |
commit | ae4aee959f7959427e99edb3927c9512986cbdc5 (patch) | |
tree | 8cd89697aa7d31d3809b3a3719a67ddef4298553 /arch | |
parent | 00eb60a8b4f7a4aa00fd8abd68c2dc7aec55df19 (diff) | |
download | linux-ae4aee959f7959427e99edb3927c9512986cbdc5.tar.gz linux-ae4aee959f7959427e99edb3927c9512986cbdc5.tar.bz2 linux-ae4aee959f7959427e99edb3927c9512986cbdc5.zip |
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>
Diffstat (limited to 'arch')
-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 config MXC_DEBUG_BOARD bool "Enable MXC debug board(for 3-stack)" + depends on MACH_MX27_3DS || MACH_MX31_3DS || MACH_MX35_3DS help The debug board is an integral part of the MXC 3-stack(PDK) platforms, it can be attached or removed from the peripheral |