diff options
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 64df55e20ab5..92b01170d8f3 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -617,8 +617,8 @@ config BLK_DEV_SC1200 | |||
617 | tristate "National SCx200 chipset support" | 617 | tristate "National SCx200 chipset support" |
618 | select BLK_DEV_IDEDMA_PCI | 618 | select BLK_DEV_IDEDMA_PCI |
619 | help | 619 | help |
620 | This driver adds support for the built in IDE on the National | 620 | This driver adds support for the on-board IDE controller on the |
621 | SCx200 series of embedded x86 "Geode" systems | 621 | National SCx200 series of embedded x86 "Geode" systems. |
622 | 622 | ||
623 | config BLK_DEV_PIIX | 623 | config BLK_DEV_PIIX |
624 | tristate "Intel PIIXn chipsets support" | 624 | tristate "Intel PIIXn chipsets support" |
@@ -793,22 +793,22 @@ config BLK_DEV_CELLEB | |||
793 | depends on PPC_CELLEB | 793 | depends on PPC_CELLEB |
794 | select BLK_DEV_IDEDMA_PCI | 794 | select BLK_DEV_IDEDMA_PCI |
795 | help | 795 | help |
796 | This driver provides support for the built-in IDE controller on | 796 | This driver provides support for the on-board IDE controller on |
797 | Toshiba Cell Reference Board. | 797 | Toshiba Cell Reference Board. |
798 | If unsure, say Y. | 798 | If unsure, say Y. |
799 | 799 | ||
800 | endif | 800 | endif |
801 | 801 | ||
802 | config BLK_DEV_IDE_PMAC | 802 | config BLK_DEV_IDE_PMAC |
803 | tristate "Builtin PowerMac IDE support" | 803 | tristate "PowerMac on-board IDE support" |
804 | depends on PPC_PMAC && IDE=y && BLK_DEV_IDE=y | 804 | depends on PPC_PMAC && IDE=y && BLK_DEV_IDE=y |
805 | help | 805 | help |
806 | This driver provides support for the built-in IDE controller on | 806 | This driver provides support for the on-board IDE controller on |
807 | most of the recent Apple Power Macintoshes and PowerBooks. | 807 | most of the recent Apple Power Macintoshes and PowerBooks. |
808 | If unsure, say Y. | 808 | If unsure, say Y. |
809 | 809 | ||
810 | config BLK_DEV_IDE_PMAC_ATA100FIRST | 810 | config BLK_DEV_IDE_PMAC_ATA100FIRST |
811 | bool "Probe internal ATA/100 (Kauai) first" | 811 | bool "Probe on-board ATA/100 (Kauai) first" |
812 | depends on BLK_DEV_IDE_PMAC | 812 | depends on BLK_DEV_IDE_PMAC |
813 | help | 813 | help |
814 | This option will cause the ATA/100 controller found in UniNorth2 | 814 | This option will cause the ATA/100 controller found in UniNorth2 |
@@ -823,7 +823,7 @@ config BLK_DEV_IDEDMA_PMAC | |||
823 | depends on BLK_DEV_IDE_PMAC | 823 | depends on BLK_DEV_IDE_PMAC |
824 | select BLK_DEV_IDEDMA_PCI | 824 | select BLK_DEV_IDEDMA_PCI |
825 | help | 825 | help |
826 | This option allows the driver for the built-in IDE controller on | 826 | This option allows the driver for the on-board IDE controller on |
827 | Power Macintoshes and PowerBooks to use DMA (direct memory access) | 827 | Power Macintoshes and PowerBooks to use DMA (direct memory access) |
828 | to transfer data to and from memory. Saying Y is safe and improves | 828 | to transfer data to and from memory. Saying Y is safe and improves |
829 | performance. | 829 | performance. |
@@ -934,7 +934,7 @@ config BLK_DEV_GAYLE | |||
934 | help | 934 | help |
935 | This is the IDE driver for the Amiga Gayle IDE interface. It supports | 935 | This is the IDE driver for the Amiga Gayle IDE interface. It supports |
936 | both the `A1200 style' and `A4000 style' of the Gayle IDE interface, | 936 | both the `A1200 style' and `A4000 style' of the Gayle IDE interface, |
937 | This includes builtin IDE interfaces on some Amiga models (A600, | 937 | This includes on-board IDE interfaces on some Amiga models (A600, |
938 | A1200, A4000, and A4000T), and IDE interfaces on the Zorro expansion | 938 | A1200, A4000, and A4000T), and IDE interfaces on the Zorro expansion |
939 | bus (M-Tech E-Matrix 530 expansion card). | 939 | bus (M-Tech E-Matrix 530 expansion card). |
940 | Say Y if you have an Amiga with a Gayle IDE interface and want to use | 940 | Say Y if you have an Amiga with a Gayle IDE interface and want to use |
@@ -948,10 +948,10 @@ config BLK_DEV_IDEDOUBLER | |||
948 | depends on BLK_DEV_GAYLE && EXPERIMENTAL | 948 | depends on BLK_DEV_GAYLE && EXPERIMENTAL |
949 | ---help--- | 949 | ---help--- |
950 | This driver provides support for the so-called `IDE doublers' (made | 950 | This driver provides support for the so-called `IDE doublers' (made |
951 | by various manufacturers, e.g. Eyetech) that can be connected to the | 951 | by various manufacturers, e.g. Eyetech) that can be connected to |
952 | builtin IDE interface of some Amiga models. Using such an IDE | 952 | the on-board IDE interface of some Amiga models. Using such an IDE |
953 | doubler, you can connect up to four instead of two IDE devices on | 953 | doubler, you can connect up to four instead of two IDE devices to |
954 | the Amiga's builtin IDE interface. | 954 | the Amiga's on-board IDE interface. |
955 | 955 | ||
956 | Note that the normal Amiga Gayle IDE driver may not work correctly | 956 | Note that the normal Amiga Gayle IDE driver may not work correctly |
957 | if you have an IDE doubler and don't enable this driver! | 957 | if you have an IDE doubler and don't enable this driver! |
@@ -963,9 +963,9 @@ config BLK_DEV_BUDDHA | |||
963 | tristate "Buddha/Catweasel/X-Surf IDE interface support (EXPERIMENTAL)" | 963 | tristate "Buddha/Catweasel/X-Surf IDE interface support (EXPERIMENTAL)" |
964 | depends on ZORRO && EXPERIMENTAL | 964 | depends on ZORRO && EXPERIMENTAL |
965 | help | 965 | help |
966 | This is the IDE driver for the IDE interfaces on the Buddha, | 966 | This is the IDE driver for the IDE interfaces on the Buddha, Catweasel |
967 | Catweasel and X-Surf expansion boards. It supports up to two interfaces | 967 | and X-Surf expansion boards. It supports up to two interfaces on the |
968 | on the Buddha, three on the Catweasel and two on the X-Surf. | 968 | Buddha, three on the Catweasel and two on the X-Surf. |
969 | 969 | ||
970 | Say Y if you have a Buddha or Catweasel expansion board and want to | 970 | Say Y if you have a Buddha or Catweasel expansion board and want to |
971 | use IDE devices (hard disks, CD-ROM drives, etc.) that are connected | 971 | use IDE devices (hard disks, CD-ROM drives, etc.) that are connected |
@@ -975,23 +975,23 @@ config BLK_DEV_FALCON_IDE | |||
975 | tristate "Falcon IDE interface support" | 975 | tristate "Falcon IDE interface support" |
976 | depends on ATARI | 976 | depends on ATARI |
977 | help | 977 | help |
978 | This is the IDE driver for the builtin IDE interface on the Atari | 978 | This is the IDE driver for the on-board IDE interface on the Atari |
979 | Falcon. Say Y if you have a Falcon and want to use IDE devices (hard | 979 | Falcon. Say Y if you have a Falcon and want to use IDE devices (hard |
980 | disks, CD-ROM drives, etc.) that are connected to the builtin IDE | 980 | disks, CD-ROM drives, etc.) that are connected to the on-board IDE |
981 | interface. | 981 | interface. |
982 | 982 | ||
983 | config BLK_DEV_MAC_IDE | 983 | config BLK_DEV_MAC_IDE |
984 | tristate "Macintosh Quadra/Powerbook IDE interface support" | 984 | tristate "Macintosh Quadra/Powerbook IDE interface support" |
985 | depends on MAC | 985 | depends on MAC |
986 | help | 986 | help |
987 | This is the IDE driver for the builtin IDE interface on some m68k | 987 | This is the IDE driver for the on-board IDE interface on some m68k |
988 | Macintosh models. It supports both the `Quadra style' (used in | 988 | Macintosh models. It supports both the `Quadra style' (used in |
989 | Quadra/ Centris 630 and Performa 588 models) and `Powerbook style' | 989 | Quadra/ Centris 630 and Performa 588 models) and `Powerbook style' |
990 | (used in the Powerbook 150 and 190 models) IDE interface. | 990 | (used in the Powerbook 150 and 190 models) IDE interface. |
991 | 991 | ||
992 | Say Y if you have such an Macintosh model and want to use IDE | 992 | Say Y if you have such an Macintosh model and want to use IDE |
993 | devices (hard disks, CD-ROM drives, etc.) that are connected to the | 993 | devices (hard disks, CD-ROM drives, etc.) that are connected to the |
994 | builtin IDE interface. | 994 | on-board IDE interface. |
995 | 995 | ||
996 | config BLK_DEV_Q40IDE | 996 | config BLK_DEV_Q40IDE |
997 | tristate "Q40/Q60 IDE interface support" | 997 | tristate "Q40/Q60 IDE interface support" |
@@ -1062,8 +1062,8 @@ config BLK_DEV_ALI14XX | |||
1062 | boot parameter. It enables support for the secondary IDE interface | 1062 | boot parameter. It enables support for the secondary IDE interface |
1063 | of the ALI M1439/1443/1445/1487/1489 chipsets, and permits faster | 1063 | of the ALI M1439/1443/1445/1487/1489 chipsets, and permits faster |
1064 | I/O speeds to be set as well. See the files | 1064 | I/O speeds to be set as well. See the files |
1065 | <file:Documentation/ide.txt> and <file:drivers/ide/legacy/ali14xx.c> for | 1065 | <file:Documentation/ide.txt> and <file:drivers/ide/legacy/ali14xx.c> |
1066 | more info. | 1066 | for more info. |
1067 | 1067 | ||
1068 | config BLK_DEV_DTC2278 | 1068 | config BLK_DEV_DTC2278 |
1069 | tristate "DTC-2278 support" | 1069 | tristate "DTC-2278 support" |
@@ -1088,8 +1088,8 @@ config BLK_DEV_QD65XX | |||
1088 | help | 1088 | help |
1089 | This driver is enabled at runtime using the "qd65xx.probe" kernel | 1089 | This driver is enabled at runtime using the "qd65xx.probe" kernel |
1090 | boot parameter. It permits faster I/O speeds to be set. See the | 1090 | boot parameter. It permits faster I/O speeds to be set. See the |
1091 | <file:Documentation/ide.txt> and <file:drivers/ide/legacy/qd65xx.c> for | 1091 | <file:Documentation/ide.txt> and <file:drivers/ide/legacy/qd65xx.c> |
1092 | more info. | 1092 | for more info. |
1093 | 1093 | ||
1094 | config BLK_DEV_UMC8672 | 1094 | config BLK_DEV_UMC8672 |
1095 | tristate "UMC-8672 support" | 1095 | tristate "UMC-8672 support" |