Loading arch/x86/lguest/Kconfig +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ config LGUEST_GUEST select PARAVIRT select PARAVIRT depends on X86_32 depends on X86_32 depends on !X86_PAE depends on !X86_PAE depends on !(X86_VISWS || X86_VOYAGER) depends on !X86_VOYAGER select VIRTIO select VIRTIO select VIRTIO_RING select VIRTIO_RING select VIRTIO_CONSOLE select VIRTIO_CONSOLE Loading arch/x86/mach-default/setup.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -81,7 +81,7 @@ void __init intr_init_hook(void) * * * Description: * Description: * generally used to activate any machine specific identification * generally used to activate any machine specific identification * routines that may be needed before setup_arch() runs. On VISWS * routines that may be needed before setup_arch() runs. On Voyager * this is used to get the board revision and type. * this is used to get the board revision and type. **/ **/ void __init pre_setup_arch_hook(void) void __init pre_setup_arch_hook(void) Loading drivers/acpi/Kconfig +0 −1 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,6 @@ menuconfig ACPI menuconfig ACPI bool "ACPI (Advanced Configuration and Power Interface) Support" bool "ACPI (Advanced Configuration and Power Interface) Support" depends on !X86_VISWS depends on !IA64_HP_SIM depends on !IA64_HP_SIM depends on IA64 || X86 depends on IA64 || X86 depends on PCI depends on PCI Loading drivers/lguest/Kconfig +1 −1 Original line number Original line Diff line number Diff line config LGUEST config LGUEST tristate "Linux hypervisor example code" tristate "Linux hypervisor example code" depends on X86_32 && EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER) depends on X86_32 && EXPERIMENTAL && !X86_PAE && FUTEX && !X86_VOYAGER select HVC_DRIVER select HVC_DRIVER ---help--- ---help--- This is a very simple module which allows you to run This is a very simple module which allows you to run Loading Loading
arch/x86/lguest/Kconfig +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ config LGUEST_GUEST select PARAVIRT select PARAVIRT depends on X86_32 depends on X86_32 depends on !X86_PAE depends on !X86_PAE depends on !(X86_VISWS || X86_VOYAGER) depends on !X86_VOYAGER select VIRTIO select VIRTIO select VIRTIO_RING select VIRTIO_RING select VIRTIO_CONSOLE select VIRTIO_CONSOLE Loading
arch/x86/mach-default/setup.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -81,7 +81,7 @@ void __init intr_init_hook(void) * * * Description: * Description: * generally used to activate any machine specific identification * generally used to activate any machine specific identification * routines that may be needed before setup_arch() runs. On VISWS * routines that may be needed before setup_arch() runs. On Voyager * this is used to get the board revision and type. * this is used to get the board revision and type. **/ **/ void __init pre_setup_arch_hook(void) void __init pre_setup_arch_hook(void) Loading
drivers/acpi/Kconfig +0 −1 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,6 @@ menuconfig ACPI menuconfig ACPI bool "ACPI (Advanced Configuration and Power Interface) Support" bool "ACPI (Advanced Configuration and Power Interface) Support" depends on !X86_VISWS depends on !IA64_HP_SIM depends on !IA64_HP_SIM depends on IA64 || X86 depends on IA64 || X86 depends on PCI depends on PCI Loading
drivers/lguest/Kconfig +1 −1 Original line number Original line Diff line number Diff line config LGUEST config LGUEST tristate "Linux hypervisor example code" tristate "Linux hypervisor example code" depends on X86_32 && EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER) depends on X86_32 && EXPERIMENTAL && !X86_PAE && FUTEX && !X86_VOYAGER select HVC_DRIVER select HVC_DRIVER ---help--- ---help--- This is a very simple module which allows you to run This is a very simple module which allows you to run Loading