Commit ba9558cd authored by Roman Zippel's avatar Roman Zippel Committed by Linus Torvalds

[PATCH] kconfig update

Add new configs to match changes done lately.
parent 2fc8b941
...@@ -255,6 +255,11 @@ config X86_GOOD_APIC ...@@ -255,6 +255,11 @@ config X86_GOOD_APIC
depends on MK7 || MPENTIUM4 || MPENTIUMIII || M686 || M586MMX depends on MK7 || MPENTIUM4 || MPENTIUMIII || M686 || M586MMX
default y default y
config X86_INTEL_USERCOPY
bool
depends on MPENTIUM4 || MPENTIUMIII || M586MMX
default y
config X86_USE_PPRO_CHECKSUM config X86_USE_PPRO_CHECKSUM
bool bool
depends on MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMIII || M686 depends on MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMIII || M686
......
...@@ -119,7 +119,7 @@ config ACPI_PROCESSOR ...@@ -119,7 +119,7 @@ config ACPI_PROCESSOR
config ACPI_PROCESSOR_PERF config ACPI_PROCESSOR_PERF
bool "Processor Performance States" bool "Processor Performance States"
depends on X86 && ACPI && !ACPI_HT_ONLY && CPU_FREQ depends on X86 && ACPI && !ACPI_HT_ONLY && ACPI_PROCESSOR && CPU_FREQ
help help
This driver adds support for CPU frequency scaling, if this is supported This driver adds support for CPU frequency scaling, if this is supported
by the hardware and the BIOS. If you are compiling for a mobile system, by the hardware and the BIOS. If you are compiling for a mobile system,
......
...@@ -59,5 +59,19 @@ config HOTPLUG_PCI_IBM ...@@ -59,5 +59,19 @@ config HOTPLUG_PCI_IBM
When in doubt, say N. When in doubt, say N.
config HOTPLUG_PCI_ACPI
tristate "ACPI PCI Hotplug driver"
depends on ACPI && HOTPLUG_PCI
help
Say Y here if you have a system that supports PCI Hotplug using
ACPI.
This code is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want).
The module will be called acpiphp.o. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
When in doubt, say N.
endmenu endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment