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
b1f3c384
Commit
b1f3c384
authored
Aug 18, 2003
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[acpi] Fix broken Kconfig dependency.
parent
a841bc4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/acpi/Kconfig
drivers/acpi/Kconfig
+2
-2
No files found.
drivers/acpi/Kconfig
View file @
b1f3c384
...
@@ -6,7 +6,7 @@ menu "ACPI (Advanced Configuration and Power Interface) Support"
...
@@ -6,7 +6,7 @@ menu "ACPI (Advanced Configuration and Power Interface) Support"
config ACPI_HT
config ACPI_HT
bool "ACPI Processor Enumeration for HT"
bool "ACPI Processor Enumeration for HT"
depends on
(X86 && X86_LOCAL_APIC)
depends on
MPENTIUM4
default y
default y
---help---
---help---
ACPI enumerates both logical (a.k.a. Hyper-Threaded -- HT)
ACPI enumerates both logical (a.k.a. Hyper-Threaded -- HT)
...
@@ -30,7 +30,7 @@ config ACPI
...
@@ -30,7 +30,7 @@ config ACPI
bool "Full ACPI Support"
bool "Full ACPI Support"
depends on !X86_VISWS
depends on !X86_VISWS
depends on !IA64_HP_SIM
depends on !IA64_HP_SIM
depends on IA64 || (X86
&&
ACPI_HT)
depends on IA64 || (X86
||
ACPI_HT)
default y
default y
---help---
---help---
Advanced Configuration and Power Interface (ACPI) support for
Advanced Configuration and Power Interface (ACPI) support for
...
...
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