.. | .. |
---|
17 | 17 | depends on BLOCK |
---|
18 | 18 | select SCSI |
---|
19 | 19 | select GLOB |
---|
20 | | - ---help--- |
---|
| 20 | + help |
---|
21 | 21 | If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or |
---|
22 | 22 | any other ATA device under Linux, say Y and make sure that you know |
---|
23 | 23 | the name of your ATA host adapter (the card inside your computer |
---|
.. | .. |
---|
33 | 33 | |
---|
34 | 34 | config ATA_NONSTANDARD |
---|
35 | 35 | bool |
---|
36 | | - default n |
---|
| 36 | + |
---|
| 37 | +config SATA_HOST |
---|
| 38 | + bool |
---|
| 39 | + |
---|
| 40 | +config PATA_TIMINGS |
---|
| 41 | + bool |
---|
37 | 42 | |
---|
38 | 43 | config ATA_VERBOSE_ERROR |
---|
39 | 44 | bool "Verbose ATA error reporting" |
---|
.. | .. |
---|
46 | 51 | |
---|
47 | 52 | If unsure, say Y. |
---|
48 | 53 | |
---|
| 54 | +config ATA_FORCE |
---|
| 55 | + bool "\"libata.force=\" kernel parameter support" if EXPERT |
---|
| 56 | + default y |
---|
| 57 | + help |
---|
| 58 | + This option adds support for "libata.force=" kernel parameter for |
---|
| 59 | + forcing configuration settings. |
---|
| 60 | + |
---|
| 61 | + For further information, please read |
---|
| 62 | + <file:Documentation/admin-guide/kernel-parameters.txt>. |
---|
| 63 | + |
---|
| 64 | + This option will enlarge the kernel by approx. 3KB. Disable it if |
---|
| 65 | + kernel size is more important than ability to override the default |
---|
| 66 | + configuration settings. |
---|
| 67 | + |
---|
| 68 | + If unsure, say Y. |
---|
| 69 | + |
---|
49 | 70 | config ATA_ACPI |
---|
50 | 71 | bool "ATA ACPI Support" |
---|
51 | 72 | depends on ACPI |
---|
| 73 | + select PATA_TIMINGS |
---|
52 | 74 | default y |
---|
53 | 75 | help |
---|
54 | 76 | This option adds support for ATA-related ACPI objects. |
---|
.. | .. |
---|
62 | 84 | config SATA_ZPODD |
---|
63 | 85 | bool "SATA Zero Power Optical Disc Drive (ZPODD) support" |
---|
64 | 86 | depends on ATA_ACPI && PM |
---|
65 | | - default n |
---|
66 | 87 | help |
---|
67 | 88 | This option adds support for SATA Zero Power Optical Disc |
---|
68 | 89 | Drive (ZPODD). It requires both the ODD and the platform |
---|
.. | .. |
---|
75 | 96 | |
---|
76 | 97 | config SATA_PMP |
---|
77 | 98 | bool "SATA Port Multiplier support" |
---|
| 99 | + depends on SATA_HOST |
---|
78 | 100 | default y |
---|
79 | 101 | help |
---|
80 | 102 | This option adds support for SATA Port Multipliers |
---|
.. | .. |
---|
87 | 109 | config SATA_AHCI |
---|
88 | 110 | tristate "AHCI SATA support" |
---|
89 | 111 | depends on PCI |
---|
| 112 | + select SATA_HOST |
---|
90 | 113 | help |
---|
91 | 114 | This option enables support for AHCI Serial ATA. |
---|
92 | 115 | |
---|
.. | .. |
---|
113 | 136 | |
---|
114 | 137 | config SATA_AHCI_PLATFORM |
---|
115 | 138 | tristate "Platform AHCI SATA support" |
---|
| 139 | + select SATA_HOST |
---|
116 | 140 | help |
---|
117 | 141 | This option enables support for Platform AHCI Serial ATA |
---|
118 | 142 | controllers. |
---|
.. | .. |
---|
123 | 147 | tristate "Broadcom AHCI SATA support" |
---|
124 | 148 | depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP || \ |
---|
125 | 149 | ARCH_BCM_63XX |
---|
| 150 | + select SATA_HOST |
---|
126 | 151 | help |
---|
127 | 152 | This option enables support for the AHCI SATA3 controller found on |
---|
128 | 153 | Broadcom SoC's. |
---|
.. | .. |
---|
132 | 157 | config AHCI_DA850 |
---|
133 | 158 | tristate "DaVinci DA850 AHCI SATA support" |
---|
134 | 159 | depends on ARCH_DAVINCI_DA850 |
---|
| 160 | + select SATA_HOST |
---|
135 | 161 | help |
---|
136 | 162 | This option enables support for the DaVinci DA850 SoC's |
---|
137 | 163 | onboard AHCI SATA. |
---|
.. | .. |
---|
141 | 167 | config AHCI_DM816 |
---|
142 | 168 | tristate "DaVinci DM816 AHCI SATA support" |
---|
143 | 169 | depends on ARCH_OMAP2PLUS |
---|
| 170 | + select SATA_HOST |
---|
144 | 171 | help |
---|
145 | 172 | This option enables support for the DaVinci DM816 SoC's |
---|
146 | 173 | onboard AHCI SATA controller. |
---|
.. | .. |
---|
150 | 177 | config AHCI_ST |
---|
151 | 178 | tristate "ST AHCI SATA support" |
---|
152 | 179 | depends on ARCH_STI |
---|
| 180 | + select SATA_HOST |
---|
153 | 181 | help |
---|
154 | 182 | This option enables support for ST AHCI SATA controller. |
---|
155 | 183 | |
---|
.. | .. |
---|
159 | 187 | tristate "Freescale i.MX AHCI SATA support" |
---|
160 | 188 | depends on MFD_SYSCON && (ARCH_MXC || COMPILE_TEST) |
---|
161 | 189 | depends on (HWMON && (THERMAL || !THERMAL_OF)) || !HWMON |
---|
| 190 | + select SATA_HOST |
---|
162 | 191 | help |
---|
163 | 192 | This option enables support for the Freescale i.MX SoC's |
---|
164 | 193 | onboard AHCI SATA. |
---|
.. | .. |
---|
168 | 197 | config AHCI_CEVA |
---|
169 | 198 | tristate "CEVA AHCI SATA support" |
---|
170 | 199 | depends on OF |
---|
| 200 | + select SATA_HOST |
---|
171 | 201 | help |
---|
172 | 202 | This option enables support for the CEVA AHCI SATA. |
---|
173 | 203 | It can be found on the Xilinx Zynq UltraScale+ MPSoC. |
---|
.. | .. |
---|
178 | 208 | tristate "MediaTek AHCI SATA support" |
---|
179 | 209 | depends on ARCH_MEDIATEK |
---|
180 | 210 | select MFD_SYSCON |
---|
| 211 | + select SATA_HOST |
---|
181 | 212 | help |
---|
182 | 213 | This option enables support for the MediaTek SoC's |
---|
183 | 214 | onboard AHCI SATA controller. |
---|
.. | .. |
---|
187 | 218 | config AHCI_MVEBU |
---|
188 | 219 | tristate "Marvell EBU AHCI SATA support" |
---|
189 | 220 | depends on ARCH_MVEBU |
---|
| 221 | + select SATA_HOST |
---|
190 | 222 | help |
---|
191 | 223 | This option enables support for the Marvebu EBU SoC's |
---|
192 | 224 | onboard AHCI SATA. |
---|
.. | .. |
---|
205 | 237 | config AHCI_SUNXI |
---|
206 | 238 | tristate "Allwinner sunxi AHCI SATA support" |
---|
207 | 239 | depends on ARCH_SUNXI |
---|
| 240 | + select SATA_HOST |
---|
208 | 241 | help |
---|
209 | 242 | This option enables support for the Allwinner sunxi SoC's |
---|
210 | 243 | onboard AHCI SATA. |
---|
.. | .. |
---|
214 | 247 | config AHCI_TEGRA |
---|
215 | 248 | tristate "NVIDIA Tegra AHCI SATA support" |
---|
216 | 249 | depends on ARCH_TEGRA |
---|
| 250 | + select SATA_HOST |
---|
217 | 251 | help |
---|
218 | 252 | This option enables support for the NVIDIA Tegra SoC's |
---|
219 | 253 | onboard AHCI SATA. |
---|
.. | .. |
---|
223 | 257 | config AHCI_XGENE |
---|
224 | 258 | tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support" |
---|
225 | 259 | depends on PHY_XGENE |
---|
| 260 | + select SATA_HOST |
---|
226 | 261 | help |
---|
227 | 262 | This option enables support for APM X-Gene SoC SATA host controller. |
---|
228 | 263 | |
---|
229 | 264 | config AHCI_QORIQ |
---|
230 | 265 | tristate "Freescale QorIQ AHCI SATA support" |
---|
231 | 266 | depends on OF |
---|
| 267 | + select SATA_HOST |
---|
232 | 268 | help |
---|
233 | 269 | This option enables support for the Freescale QorIQ AHCI SoC's |
---|
234 | 270 | onboard AHCI SATA. |
---|
.. | .. |
---|
238 | 274 | config SATA_FSL |
---|
239 | 275 | tristate "Freescale 3.0Gbps SATA support" |
---|
240 | 276 | depends on FSL_SOC |
---|
| 277 | + select SATA_HOST |
---|
241 | 278 | help |
---|
242 | 279 | This option enables support for Freescale 3.0Gbps SATA controller. |
---|
243 | 280 | It can be found on MPC837x and MPC8315. |
---|
.. | .. |
---|
247 | 284 | config SATA_GEMINI |
---|
248 | 285 | tristate "Gemini SATA bridge support" |
---|
249 | 286 | depends on ARCH_GEMINI || COMPILE_TEST |
---|
| 287 | + select SATA_HOST |
---|
250 | 288 | default ARCH_GEMINI |
---|
251 | 289 | help |
---|
252 | 290 | This enabled support for the FTIDE010 to SATA bridge |
---|
.. | .. |
---|
257 | 295 | config SATA_AHCI_SEATTLE |
---|
258 | 296 | tristate "AMD Seattle 6.0Gbps AHCI SATA host controller support" |
---|
259 | 297 | depends on ARCH_SEATTLE |
---|
| 298 | + select SATA_HOST |
---|
260 | 299 | help |
---|
261 | 300 | This option enables support for AMD Seattle SATA host controller. |
---|
262 | 301 | |
---|
.. | .. |
---|
265 | 304 | config SATA_INIC162X |
---|
266 | 305 | tristate "Initio 162x SATA support (Very Experimental)" |
---|
267 | 306 | depends on PCI |
---|
| 307 | + select SATA_HOST |
---|
268 | 308 | help |
---|
269 | 309 | This option enables support for Initio 162x Serial ATA. |
---|
270 | 310 | |
---|
271 | 311 | config SATA_ACARD_AHCI |
---|
272 | 312 | tristate "ACard AHCI variant (ATP 8620)" |
---|
273 | 313 | depends on PCI |
---|
| 314 | + select SATA_HOST |
---|
274 | 315 | help |
---|
275 | 316 | This option enables support for Acard. |
---|
276 | 317 | |
---|
.. | .. |
---|
279 | 320 | config SATA_SIL24 |
---|
280 | 321 | tristate "Silicon Image 3124/3132 SATA support" |
---|
281 | 322 | depends on PCI |
---|
| 323 | + select SATA_HOST |
---|
282 | 324 | help |
---|
283 | 325 | This option enables support for Silicon Image 3124/3132 Serial ATA. |
---|
284 | 326 | |
---|
.. | .. |
---|
319 | 361 | config PATA_OCTEON_CF |
---|
320 | 362 | tristate "OCTEON Boot Bus Compact Flash support" |
---|
321 | 363 | depends on CAVIUM_OCTEON_SOC |
---|
| 364 | + select PATA_TIMINGS |
---|
322 | 365 | help |
---|
323 | 366 | This option enables a polled compact flash driver for use with |
---|
324 | 367 | compact flash cards attached to the OCTEON boot bus. |
---|
.. | .. |
---|
328 | 371 | config SATA_QSTOR |
---|
329 | 372 | tristate "Pacific Digital SATA QStor support" |
---|
330 | 373 | depends on PCI |
---|
| 374 | + select SATA_HOST |
---|
331 | 375 | help |
---|
332 | 376 | This option enables support for Pacific Digital Serial ATA QStor. |
---|
333 | 377 | |
---|
.. | .. |
---|
336 | 380 | config SATA_SX4 |
---|
337 | 381 | tristate "Promise SATA SX4 support (Experimental)" |
---|
338 | 382 | depends on PCI |
---|
| 383 | + select SATA_HOST |
---|
339 | 384 | help |
---|
340 | 385 | This option enables support for Promise Serial ATA SX4. |
---|
341 | 386 | |
---|
.. | .. |
---|
359 | 404 | config ATA_PIIX |
---|
360 | 405 | tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support" |
---|
361 | 406 | depends on PCI |
---|
| 407 | + select SATA_HOST |
---|
362 | 408 | help |
---|
363 | 409 | This option enables support for ICH5/6/7/8 Serial ATA |
---|
364 | 410 | and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series |
---|
.. | .. |
---|
370 | 416 | tristate "DesignWare Cores SATA support" |
---|
371 | 417 | depends on DMADEVICES |
---|
372 | 418 | select GENERIC_PHY |
---|
| 419 | + select SATA_HOST |
---|
373 | 420 | help |
---|
374 | 421 | This option enables support for the on-chip SATA controller of the |
---|
375 | 422 | AppliedMicro processor 460EX. |
---|
.. | .. |
---|
400 | 447 | config SATA_HIGHBANK |
---|
401 | 448 | tristate "Calxeda Highbank SATA support" |
---|
402 | 449 | depends on ARCH_HIGHBANK || COMPILE_TEST |
---|
| 450 | + select SATA_HOST |
---|
403 | 451 | help |
---|
404 | 452 | This option enables support for the Calxeda Highbank SoC's |
---|
405 | 453 | onboard SATA. |
---|
.. | .. |
---|
411 | 459 | depends on PCI || ARCH_DOVE || ARCH_MV78XX0 || \ |
---|
412 | 460 | ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST |
---|
413 | 461 | select GENERIC_PHY |
---|
| 462 | + select SATA_HOST |
---|
414 | 463 | help |
---|
415 | 464 | This option enables support for the Marvell Serial ATA family. |
---|
416 | 465 | Currently supports 88SX[56]0[48][01] PCI(-X) chips, |
---|
.. | .. |
---|
421 | 470 | config SATA_NV |
---|
422 | 471 | tristate "NVIDIA SATA support" |
---|
423 | 472 | depends on PCI |
---|
| 473 | + select SATA_HOST |
---|
424 | 474 | help |
---|
425 | 475 | This option enables support for NVIDIA Serial ATA. |
---|
426 | 476 | |
---|
.. | .. |
---|
429 | 479 | config SATA_PROMISE |
---|
430 | 480 | tristate "Promise SATA TX2/TX4 support" |
---|
431 | 481 | depends on PCI |
---|
| 482 | + select SATA_HOST |
---|
432 | 483 | help |
---|
433 | 484 | This option enables support for Promise Serial ATA TX2/TX4. |
---|
434 | 485 | |
---|
.. | .. |
---|
437 | 488 | config SATA_RCAR |
---|
438 | 489 | tristate "Renesas R-Car SATA support" |
---|
439 | 490 | depends on ARCH_RENESAS || COMPILE_TEST |
---|
| 491 | + select SATA_HOST |
---|
440 | 492 | help |
---|
441 | 493 | This option enables support for Renesas R-Car Serial ATA. |
---|
442 | 494 | |
---|
.. | .. |
---|
445 | 497 | config SATA_SIL |
---|
446 | 498 | tristate "Silicon Image SATA support" |
---|
447 | 499 | depends on PCI |
---|
| 500 | + select SATA_HOST |
---|
448 | 501 | help |
---|
449 | 502 | This option enables support for Silicon Image Serial ATA. |
---|
450 | 503 | |
---|
.. | .. |
---|
454 | 507 | tristate "SiS 964/965/966/180 SATA support" |
---|
455 | 508 | depends on PCI |
---|
456 | 509 | select PATA_SIS |
---|
| 510 | + select SATA_HOST |
---|
457 | 511 | help |
---|
458 | 512 | This option enables support for SiS Serial ATA on |
---|
459 | 513 | SiS 964/965/966/180 and Parallel ATA on SiS 180. |
---|
.. | .. |
---|
464 | 518 | config SATA_SVW |
---|
465 | 519 | tristate "ServerWorks Frodo / Apple K2 SATA support" |
---|
466 | 520 | depends on PCI |
---|
| 521 | + select SATA_HOST |
---|
467 | 522 | help |
---|
468 | 523 | This option enables support for Broadcom/Serverworks/Apple K2 |
---|
469 | 524 | SATA support. |
---|
.. | .. |
---|
473 | 528 | config SATA_ULI |
---|
474 | 529 | tristate "ULi Electronics SATA support" |
---|
475 | 530 | depends on PCI |
---|
| 531 | + select SATA_HOST |
---|
476 | 532 | help |
---|
477 | 533 | This option enables support for ULi Electronics SATA. |
---|
478 | 534 | |
---|
.. | .. |
---|
481 | 537 | config SATA_VIA |
---|
482 | 538 | tristate "VIA SATA support" |
---|
483 | 539 | depends on PCI |
---|
| 540 | + select SATA_HOST |
---|
484 | 541 | help |
---|
485 | 542 | This option enables support for VIA Serial ATA. |
---|
486 | 543 | |
---|
.. | .. |
---|
489 | 546 | config SATA_VITESSE |
---|
490 | 547 | tristate "VITESSE VSC-7174 / INTEL 31244 SATA support" |
---|
491 | 548 | depends on PCI |
---|
| 549 | + select SATA_HOST |
---|
492 | 550 | help |
---|
493 | 551 | This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA. |
---|
494 | 552 | |
---|
.. | .. |
---|
499 | 557 | config PATA_ALI |
---|
500 | 558 | tristate "ALi PATA support" |
---|
501 | 559 | depends on PCI |
---|
| 560 | + select PATA_TIMINGS |
---|
502 | 561 | help |
---|
503 | 562 | This option enables support for the ALi ATA interfaces |
---|
504 | 563 | found on the many ALi chipsets. |
---|
.. | .. |
---|
508 | 567 | config PATA_AMD |
---|
509 | 568 | tristate "AMD/NVidia PATA support" |
---|
510 | 569 | depends on PCI |
---|
| 570 | + select PATA_TIMINGS |
---|
511 | 571 | help |
---|
512 | 572 | This option enables support for the AMD and NVidia PATA |
---|
513 | 573 | interfaces found on the chipsets for Athlon/Athlon64. |
---|
.. | .. |
---|
542 | 602 | config PATA_ATP867X |
---|
543 | 603 | tristate "ARTOP/Acard ATP867X PATA support" |
---|
544 | 604 | depends on PCI |
---|
| 605 | + select PATA_TIMINGS |
---|
545 | 606 | help |
---|
546 | 607 | This option enables support for ARTOP/Acard ATP867X PATA |
---|
547 | 608 | controllers. |
---|
.. | .. |
---|
551 | 612 | config PATA_BK3710 |
---|
552 | 613 | tristate "Palmchip BK3710 PATA support" |
---|
553 | 614 | depends on ARCH_DAVINCI |
---|
| 615 | + select PATA_TIMINGS |
---|
554 | 616 | help |
---|
555 | 617 | This option enables support for the integrated IDE controller on |
---|
556 | 618 | the TI DaVinci SoC. |
---|
.. | .. |
---|
560 | 622 | config PATA_CMD64X |
---|
561 | 623 | tristate "CMD64x PATA support" |
---|
562 | 624 | depends on PCI |
---|
| 625 | + select PATA_TIMINGS |
---|
563 | 626 | help |
---|
564 | 627 | This option enables support for the CMD64x series chips |
---|
565 | 628 | except for the CMD640. |
---|
.. | .. |
---|
605 | 668 | config PATA_CYPRESS |
---|
606 | 669 | tristate "Cypress CY82C693 PATA support (Very Experimental)" |
---|
607 | 670 | depends on PCI |
---|
| 671 | + select PATA_TIMINGS |
---|
608 | 672 | help |
---|
609 | 673 | This option enables support for the Cypress/Contaq CY82C693 |
---|
610 | 674 | chipset found in some Alpha systems |
---|
.. | .. |
---|
623 | 687 | config PATA_EP93XX |
---|
624 | 688 | tristate "Cirrus Logic EP93xx PATA support" |
---|
625 | 689 | depends on ARCH_EP93XX |
---|
| 690 | + select PATA_TIMINGS |
---|
626 | 691 | help |
---|
627 | 692 | This option enables support for the PATA controller in |
---|
628 | 693 | the Cirrus Logic EP9312 and EP9315 ARM CPU. |
---|
.. | .. |
---|
687 | 752 | config PATA_ICSIDE |
---|
688 | 753 | tristate "Acorn ICS PATA support" |
---|
689 | 754 | depends on ARM && ARCH_ACORN |
---|
| 755 | + select PATA_TIMINGS |
---|
690 | 756 | help |
---|
691 | 757 | On Acorn systems, say Y here if you wish to use the ICS PATA |
---|
692 | 758 | interface card. This is not required for ICS partition support. |
---|
.. | .. |
---|
695 | 761 | config PATA_IMX |
---|
696 | 762 | tristate "PATA support for Freescale iMX" |
---|
697 | 763 | depends on ARCH_MXC |
---|
| 764 | + select PATA_TIMINGS |
---|
698 | 765 | help |
---|
699 | 766 | This option enables support for the PATA host available on Freescale |
---|
700 | 767 | iMX SoCs. |
---|
.. | .. |
---|
780 | 847 | config PATA_NS87415 |
---|
781 | 848 | tristate "Nat Semi NS87415 PATA support" |
---|
782 | 849 | depends on PCI |
---|
| 850 | + select PATA_TIMINGS |
---|
783 | 851 | help |
---|
784 | 852 | This option enables support for the National Semiconductor |
---|
785 | 853 | NS87415 PCI-IDE controller. |
---|
.. | .. |
---|
904 | 972 | config PATA_VIA |
---|
905 | 973 | tristate "VIA PATA support" |
---|
906 | 974 | depends on PCI |
---|
| 975 | + select PATA_TIMINGS |
---|
907 | 976 | help |
---|
908 | 977 | This option enables support for the VIA PATA interfaces |
---|
909 | 978 | found on the many VIA chipsets. |
---|
.. | .. |
---|
937 | 1006 | config PATA_CMD640_PCI |
---|
938 | 1007 | tristate "CMD640 PCI PATA support (Experimental)" |
---|
939 | 1008 | depends on PCI |
---|
| 1009 | + select PATA_TIMINGS |
---|
940 | 1010 | help |
---|
941 | 1011 | This option enables support for the CMD640 PCI IDE |
---|
942 | 1012 | interface chip. Only the primary channel is currently |
---|
.. | .. |
---|
962 | 1032 | A4000 and A4000T) and also for IDE interfaces on |
---|
963 | 1033 | the Zorro expansion bus (M-Tech E-Matrix 530 |
---|
964 | 1034 | expansion card). |
---|
| 1035 | + |
---|
| 1036 | + If unsure, say N. |
---|
| 1037 | + |
---|
| 1038 | +config PATA_BUDDHA |
---|
| 1039 | + tristate "Buddha/Catweasel/X-Surf PATA support" |
---|
| 1040 | + depends on ZORRO |
---|
| 1041 | + help |
---|
| 1042 | + This option enables support for the IDE interfaces |
---|
| 1043 | + on the Buddha, Catweasel and X-Surf expansion boards |
---|
| 1044 | + on the Zorro expansion bus. It supports up to two |
---|
| 1045 | + interfaces on the Buddha, three on the Catweasel and |
---|
| 1046 | + two on the X-Surf. |
---|
965 | 1047 | |
---|
966 | 1048 | If unsure, say N. |
---|
967 | 1049 | |
---|
.. | .. |
---|
995 | 1077 | config PATA_NS87410 |
---|
996 | 1078 | tristate "Nat Semi NS87410 PATA support" |
---|
997 | 1079 | depends on PCI |
---|
| 1080 | + select PATA_TIMINGS |
---|
998 | 1081 | help |
---|
999 | 1082 | This option enables support for the National Semiconductor |
---|
1000 | 1083 | NS87410 PCI-IDE controller. |
---|
.. | .. |
---|
1075 | 1158 | config PATA_SAMSUNG_CF |
---|
1076 | 1159 | tristate "Samsung SoC PATA support" |
---|
1077 | 1160 | depends on SAMSUNG_DEV_IDE |
---|
| 1161 | + select PATA_TIMINGS |
---|
1078 | 1162 | help |
---|
1079 | 1163 | This option enables basic support for Samsung's S3C/S5P board |
---|
1080 | 1164 | PATA controllers via the new ATA layer |
---|
.. | .. |
---|
1093 | 1177 | |
---|
1094 | 1178 | config PATA_ACPI |
---|
1095 | 1179 | tristate "ACPI firmware driver for PATA" |
---|
1096 | | - depends on ATA_ACPI && ATA_BMDMA |
---|
| 1180 | + depends on ATA_ACPI && ATA_BMDMA && PCI |
---|
| 1181 | + select PATA_TIMINGS |
---|
1097 | 1182 | help |
---|
1098 | 1183 | This option enables an ACPI method driver which drives |
---|
1099 | 1184 | motherboard PATA controller interfaces through the ACPI |
---|
.. | .. |
---|
1103 | 1188 | config ATA_GENERIC |
---|
1104 | 1189 | tristate "Generic ATA support" |
---|
1105 | 1190 | depends on PCI && ATA_BMDMA |
---|
| 1191 | + select SATA_HOST |
---|
1106 | 1192 | help |
---|
1107 | 1193 | This option enables support for generic BIOS configured |
---|
1108 | 1194 | ATA controllers via the new ATA layer |
---|
.. | .. |
---|
1112 | 1198 | config PATA_LEGACY |
---|
1113 | 1199 | tristate "Legacy ISA PATA support (Experimental)" |
---|
1114 | 1200 | depends on (ISA || PCI) |
---|
| 1201 | + select PATA_TIMINGS |
---|
1115 | 1202 | help |
---|
1116 | 1203 | This option enables support for ISA/VLB/PCI bus legacy PATA |
---|
1117 | 1204 | ports and allows them to be accessed via the new ATA layer. |
---|