tree 2f00b49a065e1da68ea446b24c44a4b5bad1474e
parent 97f927a4d7dbccde0a854a62c3ea54d90bae8679
author Thomas Gleixner <[EMAIL PROTECTED]> Tue, 12 Jul 2005 17:51:06 +0200
committer Thomas Gleixner <[EMAIL PROTECTED]> Tue, 12 Jul 2005 17:51:06 +0200

[MTD] Make XIP support depend on CONFIG_ARM

ARM is the only known user of this at the moment.
Prevent allyes builds for other archs from failing

Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>

 drivers/mtd/chips/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig
--- a/drivers/mtd/chips/Kconfig
+++ b/drivers/mtd/chips/Kconfig
@@ -300,7 +300,7 @@ config MTD_JEDEC
 
 config MTD_XIP
        bool "XIP aware MTD support"
-       depends on !SMP && (MTD_CFI_INTELEXT || MTD_CFI_AMDSTD) && EXPERIMENTAL
+       depends on !SMP && (MTD_CFI_INTELEXT || MTD_CFI_AMDSTD) && EXPERIMENTAL 
&& ARM
        default y if XIP_KERNEL
        help
          This allows MTD support to work with flash memory which is also
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to