firmware: only allow EDD on x86
authorMike Frysinger <vapier@gentoo.org>
Tue, 15 Dec 2009 02:01:16 +0000 (18:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:34 +0000 (08:53 -0800)
commit9b6e3e42a48ea535c0ed79df32d1353d5e547bed
tree5a5414b35342bba0fb22b1beab9890c4dda5a5ec
parentca54cb8c9eb38095dc420b73c6380ce1dbeb10fa
firmware: only allow EDD on x86

Rather than have the EDD depend on !ia64 (and assuming that only ia64,
x86, x86_64 will be including this Kconfig), have EDD depend on the only
arches which can support this code.  This should allow all other arches to
cleanly include the firmware Kconfig.

Also simplify the x86 string used by FIRMWARE_MEMMAP to match EDD.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/firmware/Kconfig