diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-09 14:43:10 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-10 11:17:44 +0800 |
commit | 64d14a31d5410ea34641c41795e0ba222bda740c (patch) | |
tree | 5b086607ba6e05f1504753fc1cabd50197be2c9e /arch/arm/mach-imx/Kconfig | |
parent | 13758c528cd3c72e1dde34b0c73be4887773bc91 (diff) |
ARM: imx: Remove mach-mxt_td60 board fileimx-cleanup-3.18
All the current support of mach-mxt_td60 board can be converted to devicetree.
Remove the board file.
Cc: Alan Carvalho de Assis <acassis@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 1c124b10bcdf..4e9b4f63d42b 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -268,18 +268,6 @@ config MACH_PCA100 Include support for phyCARD-s (aka pca100) platform. This includes specific configurations for the module and its peripherals. -config MACH_MXT_TD60 - bool "Maxtrack i-MXT TD60" - select IMX_HAVE_PLATFORM_IMX_FB - select IMX_HAVE_PLATFORM_IMX_I2C - select IMX_HAVE_PLATFORM_IMX_UART - select IMX_HAVE_PLATFORM_MXC_MMC - select IMX_HAVE_PLATFORM_MXC_NAND - select SOC_IMX27 - help - Include support for i-MXT (aka td60) platform. This - includes specific configurations for the module and its peripherals. - config MACH_IMX27_DT bool "Support i.MX27 platforms from device tree" select SOC_IMX27 |