aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/Kconfig
diff options
context:
space:
mode:
authorKou Ishizaki <kou.ishizaki@toshiba.co.jp>2007-03-17 16:57:25 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-03-17 16:57:25 -0400
commita1067db8ebae6817a66fd4e40e34699f402c2544 (patch)
tree7b506296176df4d73eecca466df330bdacb1c100 /drivers/ide/Kconfig
parentebbc2031362cfac7f325f051c619dc39ef4892ed (diff)
scc_pata: dependency fix
This patch fixes: * the dependency of scc_pata on BLK_DEV_IDEDMA_PCI * incorrect link to ide-core * move scc_pata from ide/ppc to ide/pci Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp> Signed-off-by: Akira Iguchi <akira2.iguchi@toshiba.co.jp> Cc: Al Viro <viro@ftp.linux.org.uk>, Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r--drivers/ide/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 3f76987d818a..98a1ff23c34a 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -769,6 +769,14 @@ config BLK_DEV_TC86C001
769 help 769 help
770 This driver adds support for Toshiba TC86C001 GOKU-S chip. 770 This driver adds support for Toshiba TC86C001 GOKU-S chip.
771 771
772config BLK_DEV_CELLEB
773 tristate "Toshiba's Cell Reference Set IDE support"
774 depends on PPC_CELLEB
775 help
776 This driver provides support for the built-in IDE controller on
777 Toshiba Cell Reference Board.
778 If unsure, say Y.
779
772endif 780endif
773 781
774config BLK_DEV_IDE_PMAC 782config BLK_DEV_IDE_PMAC
@@ -800,14 +808,6 @@ config BLK_DEV_IDEDMA_PMAC
800 to transfer data to and from memory. Saying Y is safe and improves 808 to transfer data to and from memory. Saying Y is safe and improves
801 performance. 809 performance.
802 810
803config BLK_DEV_IDE_CELLEB
804 bool "Toshiba's Cell Reference Set IDE support"
805 depends on PPC_CELLEB && IDE=y
806 help
807 This driver provides support for the built-in IDE controller on
808 Toshiba Cell Reference Board.
809 If unsure, say Y.
810
811config BLK_DEV_IDE_SWARM 811config BLK_DEV_IDE_SWARM
812 tristate "IDE for Sibyte evaluation boards" 812 tristate "IDE for Sibyte evaluation boards"
813 depends on SIBYTE_SB1xxx_SOC 813 depends on SIBYTE_SB1xxx_SOC