From: Al Viro Date: Mon, 19 Dec 2005 21:27:59 +0000 (-0500) Subject: [PATCH] arm: fix dependencies for MTD_XIP X-Git-Tag: v2.6.16-rc3~58^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034d2f5af1b97664381c00b827b274c95e22c397;p=pandora-kernel.git [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 --- Reading git-diff-tree failed