[i386] Disable incomplete lguest support

svn path=/dists/sid/linux/; revision=19195
This commit is contained in:
Ben Hutchings 2012-06-24 16:14:45 +00:00
parent 1441f84918
commit 7d1ba06906
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ linux (3.2.21-2) UNRELEASED; urgency=low
* [powerpc] Enable PPC_DISABLE_WERROR (fixes FTBFS)
* tracing/mm: Move include of trace/events/kmem.h out of header into slab.c
(fixes FTBFS on sparc)
* [i386] Disable incomplete lguest support
-- Ben Hutchings <ben@decadent.org.uk> Sat, 23 Jun 2012 20:19:15 +0100

View File

@ -45,7 +45,7 @@ CONFIG_X86_GENERIC=y
##
## file: arch/x86/lguest/Kconfig
##
CONFIG_LGUEST_GUEST=y
# CONFIG_LGUEST_GUEST is not set
##
## file: crypto/Kconfig
@ -188,7 +188,7 @@ CONFIG_LEDS_WRAP=m
##
## file: drivers/lguest/Kconfig
##
CONFIG_LGUEST=m
# CONFIG_LGUEST is not set
##
## file: drivers/macintosh/Kconfig