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
ba4b1fc8
Commit
ba4b1fc8
authored
Aug 02, 2003
by
Bartlomiej Zolnierkiewicz
Committed by
Linus Torvalds
Aug 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ide: use def_bool in Kconfig
parent
a74b354f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
13 deletions
+4
-13
drivers/ide/Kconfig
drivers/ide/Kconfig
+4
-13
No files found.
drivers/ide/Kconfig
View file @
ba4b1fc8
...
...
@@ -1049,10 +1049,7 @@ config BLK_DEV_UMC8672
endif
config BLK_DEV_IDEDMA
bool
default BLK_DEV_IDEDMA_ICS if ARCH_ACORN
default BLK_DEV_IDEDMA_PMAC if PPC_PMAC && BLK_DEV_IDE_PMAC
default BLK_DEV_IDEDMA_PCI if PCI && BLK_DEV_IDEPCI
def_bool BLK_DEV_IDEDMA_PCI || BLK_DEV_IDEDMA_PMAC || BLK_DEV_IDEDMA_ICS
config IDEDMA_IVB
bool "IGNORE word93 Validation BITS"
...
...
@@ -1071,14 +1068,10 @@ config IDEDMA_IVB
It is normally safe to answer Y; however, the default is N.
config IDEDMA_AUTO
bool
depends on IDEDMA_PCI_AUTO || BLK_DEV_IDEDMA_PMAC_AUTO || IDEDMA_ICS_AUTO
default y
def_bool IDEDMA_PCI_AUTO || BLK_DEV_IDEDMA_PMAC_AUTO || IDEDMA_ICS_AUTO
config DMA_NONPCI
bool
depends on BLK_DEV_TIVO
default y
def_bool BLK_DEV_TIVO
endif
...
...
@@ -1102,9 +1095,7 @@ config BLK_DEV_HD_ONLY
<http://www.tldp.org/docs.html#howto>.
config BLK_DEV_HD
bool
default BLK_DEV_HD_ONLY if BLK_DEV_IDE=n
default BLK_DEV_HD_IDE if BLK_DEV_IDE
def_bool BLK_DEV_HD_IDE || BLK_DEV_HD_ONLY
endif
...
...
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