diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-18 21:26:39 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:10:14 +0800 |
commit | fc314334e734edc6727fe9e7d1fd58c31384af4f (patch) | |
tree | 2afff9393508b13833ecb8dafc36752cf1474de7 /arch/arm/mach-imx/Kconfig | |
parent | 5a6e1502ebb11770bcd76de7b00baff6cf467fc1 (diff) | |
download | linux-fc314334e734edc6727fe9e7d1fd58c31384af4f.tar.gz linux-fc314334e734edc6727fe9e7d1fd58c31384af4f.tar.bz2 linux-fc314334e734edc6727fe9e7d1fd58c31384af4f.zip |
ARM: i.MX: Remove Freescale i.MX27 IP Camera board support
The board has no insufficient support to be fully functional and seems
has no users. This patch removes support for this board. However, the
support may be added in the future by using the devicetree.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
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 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 83d877824173..bdfe2764a045 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -394,15 +394,6 @@ config MACH_MXT_TD60 Include support for i-MXT (aka td60) platform. This includes specific configurations for the module and its peripherals. -config MACH_IMX27IPCAM - bool "IMX27 IPCAM platform" - select IMX_HAVE_PLATFORM_IMX2_WDT - select IMX_HAVE_PLATFORM_IMX_UART - select SOC_IMX27 - help - Include support for IMX27 IPCAM platform. This includes specific - configurations for the board and its peripherals. - config MACH_IMX27_DT bool "Support i.MX27 platforms from device tree" select SOC_IMX27 |