Commit ba4b1fc8 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Linus Torvalds

[PATCH] ide: use def_bool in Kconfig

parent a74b354f
...@@ -1049,10 +1049,7 @@ config BLK_DEV_UMC8672 ...@@ -1049,10 +1049,7 @@ config BLK_DEV_UMC8672
endif endif
config BLK_DEV_IDEDMA config BLK_DEV_IDEDMA
bool def_bool BLK_DEV_IDEDMA_PCI || BLK_DEV_IDEDMA_PMAC || BLK_DEV_IDEDMA_ICS
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
config IDEDMA_IVB config IDEDMA_IVB
bool "IGNORE word93 Validation BITS" bool "IGNORE word93 Validation BITS"
...@@ -1071,14 +1068,10 @@ config IDEDMA_IVB ...@@ -1071,14 +1068,10 @@ config IDEDMA_IVB
It is normally safe to answer Y; however, the default is N. It is normally safe to answer Y; however, the default is N.
config IDEDMA_AUTO config IDEDMA_AUTO
bool def_bool IDEDMA_PCI_AUTO || BLK_DEV_IDEDMA_PMAC_AUTO || IDEDMA_ICS_AUTO
depends on IDEDMA_PCI_AUTO || BLK_DEV_IDEDMA_PMAC_AUTO || IDEDMA_ICS_AUTO
default y
config DMA_NONPCI config DMA_NONPCI
bool def_bool BLK_DEV_TIVO
depends on BLK_DEV_TIVO
default y
endif endif
...@@ -1102,9 +1095,7 @@ config BLK_DEV_HD_ONLY ...@@ -1102,9 +1095,7 @@ config BLK_DEV_HD_ONLY
<http://www.tldp.org/docs.html#howto>. <http://www.tldp.org/docs.html#howto>.
config BLK_DEV_HD config BLK_DEV_HD
bool def_bool BLK_DEV_HD_IDE || BLK_DEV_HD_ONLY
default BLK_DEV_HD_ONLY if BLK_DEV_IDE=n
default BLK_DEV_HD_IDE if BLK_DEV_IDE
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment