]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdce6b6222a35f9c019b0416c0e2f6f94b42a6dd9
tree5a5414b35342bba0fb22b1beab9890c4dda5a5ec
parentf7fefd46a6d0e6b98733ba4a525469193843e989
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