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
ca6f5494
Commit
ca6f5494
authored
Mar 09, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Sibyte: Do not allow enabling LDT support if PCI is disabled.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
30fbc9f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
arch/mips/sibyte/Kconfig
arch/mips/sibyte/Kconfig
+6
-4
No files found.
arch/mips/sibyte/Kconfig
View file @
ca6f5494
config SIBYTE_SB1250
bool
select HW_HAS_PCI
select SIBYTE_
HAS_LDT
select SIBYTE_
ENABLE_LDT_IF_PCI
select SIBYTE_SB1xxx_SOC
select SYS_SUPPORTS_SMP
...
...
@@ -20,7 +20,7 @@ config SIBYTE_BCM1125H
bool
select HW_HAS_PCI
select SIBYTE_BCM112X
select SIBYTE_
HAS_LDT
select SIBYTE_
ENABLE_LDT_IF_PCI
select SIBYTE_SB1xxx_SOC
config SIBYTE_BCM112X
...
...
@@ -95,8 +95,10 @@ config CPU_SB1_PASS_2
config SIBYTE_HAS_LDT
bool
depends on PCI && (SIBYTE_SB1250 || SIBYTE_BCM1125H)
default y
config SIBYTE_ENABLE_LDT_IF_PCI
bool
select SIBYTE_HAS_LDT if PCI
config SIMULATION
bool "Running under simulation"
...
...
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