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
nexedi
linux
Commits
8313da30
Commit
8313da30
authored
Aug 24, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Sort out handling of ISA-less PCI systems.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
2704afeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
arch/mips/Kconfig
arch/mips/Kconfig
+5
-5
No files found.
arch/mips/Kconfig
View file @
8313da30
...
@@ -692,10 +692,6 @@ config EARLY_PRINTK
...
@@ -692,10 +692,6 @@ config EARLY_PRINTK
config SYS_HAS_EARLY_PRINTK
config SYS_HAS_EARLY_PRINTK
bool
bool
config GENERIC_ISA_DMA
bool
select ZONE_DMA
config HOTPLUG_CPU
config HOTPLUG_CPU
bool
bool
default n
default n
...
@@ -715,9 +711,13 @@ config MIPS_DISABLE_OBSOLETE_IDE
...
@@ -715,9 +711,13 @@ config MIPS_DISABLE_OBSOLETE_IDE
config NO_IOPORT
config NO_IOPORT
def_bool n
def_bool n
config GENERIC_ISA_DMA
bool
select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
config GENERIC_ISA_DMA_SUPPORT_BROKEN
config GENERIC_ISA_DMA_SUPPORT_BROKEN
bool
bool
select
ZONE
_DMA
select
GENERIC_ISA
_DMA
config GENERIC_GPIO
config GENERIC_GPIO
bool
bool
...
...
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