2.6.24 removes support for omitting 'on' after 'depends', and fixing
this early doesn't harm older Linux.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
config X86_XEN_GENAPIC
bool
- depends X86_64_XEN
+ depends on X86_64_XEN
default XEN_PRIVILEGED_GUEST || SMP
config X86_LOCAL_APIC
config XEN_PRIVILEGED_GUEST
bool "Privileged Guest (domain 0)"
- depends XEN
default n
help
Support for privileged operation (domain 0)
config HUGETLBFS
bool "HugeTLB file system support"
depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN
- depends !XEN
+ depends on !XEN
help
hugetlbfs is a filesystem backing for HugeTLB pages, based on
ramfs. For architectures that support it, say Y here and read