Hi!
. . . depends on BROKEN on ia64 . . .
Is mini-problem [, IMHO]
See example of real problem:
changed the Kconfig symbol to CONFIG_HYPERVISOR_GUEST on x86.
And when CONFIG_HYPERVISOR_GUEST not set ( IMHO, not special) , as result linux-mainline ( non-official, but very usefull) v3.10-rc1 2013-05-12 for Arch Linux not contain hv_storvsc.ko.gz as not contain ( hv_vmbus.ko.gz hv_utils.ko.gz hv_netvsc.ko.gz hv_balloon.ko.gz ) Arch Linux linux-mainline v3.9 contain all this files i.e. not only "balloon driver[s]" {= patch-3.10-rc1 == diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index 64630f15f181..0403b51d20ba 100644 --- a/drivers/hv/Kconfig +++ b/drivers/hv/Kconfig @@ -2,7 +2,7 @@ menu "Microsoft Hyper-V guest support" config HYPERV tristate "Microsoft Hyper-V client drivers" - depends on X86 && ACPI && PCI && X86_LOCAL_APIC + depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST help Select this option to run Linux as a Hyper-V client operating system. == == @@ -596,44 +592,17 @@ config SCHED_OMIT_FRAME_POINTER If in doubt, say "Y". -menuconfig PARAVIRT_GUEST - bool "Paravirtualized guest support" +menuconfig HYPERVISOR_GUEST + bool "Linux guest support" ---help--- - Say Y here to get to see options related to running Linux under - various hypervisors. This option alone does not add any kernel code. + Say Y here to enable options for running Linux under various hyper- + visors. This option enables basic hypervisor detection and platform + setup. - If you say N, all options in this submenu will be skipped and disabled. + If you say N, all options in this submenu will be skipped and + disabled, and Linux guest support won't be built in. == Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel