diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2016-08-06 07:56:23 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-09 17:47:16 +0300 |
commit | 5081c3262f0466e52e6ce49453a5603fd85e048a (patch) | |
tree | 37e7f366a3ab314894309a7366e9ed46d83d49c8 /arch/arm/mach-imx/Kconfig | |
parent | 7705b5ed8adccd921423019e870df672fa423279 (diff) | |
download | linux-5081c3262f0466e52e6ce49453a5603fd85e048a.tar.xz |
ARM: i.MX: Remove i.MX1 Armadeus APF9328 board support
mach-apf9328.c can be replaced with devicetree equivalent: imx1-apf9328.dts,
so remove the board file.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index ee9a318cab31..52dd9440f04f 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -109,14 +109,6 @@ config MACH_SCB9328 help Say Y here if you are using a Synertronixx scb9328 board -config MACH_APF9328 - bool "APF9328" - select IMX_HAVE_PLATFORM_IMX_I2C - select IMX_HAVE_PLATFORM_IMX_UART - select SOC_IMX1 - help - Say Yes here if you are using the Armadeus APF9328 development board - config MACH_IMX1_DT bool "Support i.MX1 platforms from device tree" select SOC_IMX1 |