commit | 034d2f5af1b97664381c00b827b274c95e22c397 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Dec 19 16:27:59 2005 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 08 01:02:58 2006 -0500 |
tree | a72b9caba33ecf1fe47193c1fe5a6c0844e84341 | |
parent | 746f956beb534ddf73da4346de81f2941c8573f8 [diff] |
[PATCH] arm: fix dependencies for MTD_XIP MTD_XIP depends on having working asm/mtd-xip.h; it's not just per-architecture (arm-only, as current Kconfig would have it), but actually per-subarch as well. Introduced a new symbol (ARCH_MTD_XIP) set by arch Kconfig; MTD_XIP depends on it. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>