diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-06-30 18:11:35 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-09 21:33:22 +0100 |
commit | d0f7f1dff01698d228dc108895fbb9b13af37dab (patch) | |
tree | 19d18b282094ca1531ca685d6c3ac5007055110a /arch/arm/mach-pxa | |
parent | e277479aba3d35745c822540e9c3d941aabb4e98 (diff) | |
download | talos-obmc-linux-d0f7f1dff01698d228dc108895fbb9b13af37dab.tar.gz talos-obmc-linux-d0f7f1dff01698d228dc108895fbb9b13af37dab.zip |
[ARM] 5137/1: magician: MACH_MAGICIAN doesn't need to depend on ARCH_PXA
It is only defined inside an "if ARCH_PXA ... endif" block, so the
depends on is not needed.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>?
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index faa2c3f6c1af..61a131fd44a7 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -189,7 +189,6 @@ config MACH_ARMCORE config MACH_MAGICIAN bool "Enable HTC Magician Support" - depends on ARCH_PXA select PXA27x select IWMMXT |