Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
ba9558cd
Commit
ba9558cd
authored
Oct 29, 2002
by
Roman Zippel
Committed by
Linus Torvalds
Oct 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] kconfig update
Add new configs to match changes done lately.
parent
2fc8b941
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletion
+20
-1
arch/i386/Kconfig
arch/i386/Kconfig
+5
-0
drivers/acpi/Kconfig
drivers/acpi/Kconfig
+1
-1
drivers/hotplug/Kconfig
drivers/hotplug/Kconfig
+14
-0
No files found.
arch/i386/Kconfig
View file @
ba9558cd
...
...
@@ -255,6 +255,11 @@ config X86_GOOD_APIC
depends on MK7 || MPENTIUM4 || MPENTIUMIII || M686 || M586MMX
default y
config X86_INTEL_USERCOPY
bool
depends on MPENTIUM4 || MPENTIUMIII || M586MMX
default y
config X86_USE_PPRO_CHECKSUM
bool
depends on MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMIII || M686
...
...
drivers/acpi/Kconfig
View file @
ba9558cd
...
...
@@ -119,7 +119,7 @@ config ACPI_PROCESSOR
config ACPI_PROCESSOR_PERF
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
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,
...
...
drivers/hotplug/Kconfig
View file @
ba9558cd
...
...
@@ -59,5 +59,19 @@ config HOTPLUG_PCI_IBM
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment