diff options
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 16 |
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 | ||
772 | config 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 | |||
772 | endif | 780 | endif |
773 | 781 | ||
774 | config BLK_DEV_IDE_PMAC | 782 | config 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 | ||
803 | config 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 | |||
811 | config BLK_DEV_IDE_SWARM | 811 | config 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 |