diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-04-09 08:58:22 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 21:07:20 +0800 |
commit | e27da53bae60247d87c29cf744fb92afce673d6a (patch) | |
tree | 05e47fd4713c836c6bcde71ea7028ea370baa3bf /arch/arm/mach-imx/devices/Kconfig | |
parent | 50dc3ef5365a8109a27084e62f2a17af02a06596 (diff) |
ARM i.MX53: remove platform ahci support
The i.MX53 ahci platform support is unused in mainline. To demotivate
people using it just remove it from the tree.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/devices/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/devices/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/devices/Kconfig b/arch/arm/mach-imx/devices/Kconfig index 9b9ba1f4ffe..3dd2b1b041d 100644 --- a/arch/arm/mach-imx/devices/Kconfig +++ b/arch/arm/mach-imx/devices/Kconfig @@ -86,7 +86,3 @@ config IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX config IMX_HAVE_PLATFORM_SPI_IMX bool - -config IMX_HAVE_PLATFORM_AHCI - bool - default y if ARCH_MX53 |