diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-06 18:48:11 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-17 08:35:45 +0400 |
commit | f940b0272a7313176ed48696c397e55a9e4b4850 (patch) | |
tree | 63e85b57f049cedc72499f869ff39186d8fae39a /arch/arm/mach-mxs/Kconfig | |
parent | 4a1e75b60fff66b668b06a18fea100adc5613f86 (diff) | |
download | linux-f940b0272a7313176ed48696c397e55a9e4b4850.tar.xz |
ARM: mxs: remove platform device codes
With all the board files removed, there is no user for those platform
device code. Remove them.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 2e6cb6d8604f..ecc431909d6f 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -1,7 +1,5 @@ if ARCH_MXS -source "arch/arm/mach-mxs/devices/Kconfig" - config SOC_IMX23 bool select ARM_AMBA |