Kconfig 844 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. config IDE_CORE
  2. bool
  3. config IDE_BUS
  4. bool
  5. select IDE_CORE
  6. config IDE_DEV
  7. bool
  8. depends on IDE_BUS
  9. config IDE_PCI
  10. bool
  11. depends on PCI
  12. select IDE_BUS
  13. select IDE_DEV
  14. config IDE_ISA
  15. bool
  16. depends on ISA_BUS
  17. select IDE_BUS
  18. select IDE_DEV
  19. config IDE_PIIX
  20. bool
  21. select IDE_PCI
  22. config IDE_CMD646
  23. bool
  24. select IDE_PCI
  25. config IDE_MACIO
  26. bool
  27. select IDE_BUS
  28. select IDE_DEV
  29. config IDE_MMIO
  30. bool
  31. select IDE_BUS
  32. select IDE_DEV
  33. config IDE_VIA
  34. bool
  35. select IDE_PCI
  36. config AHCI
  37. bool
  38. select IDE_BUS
  39. select IDE_DEV
  40. config AHCI_ICH9
  41. bool
  42. default y if PCI_DEVICES
  43. depends on PCI
  44. select AHCI
  45. config AHCI_SYSBUS
  46. bool
  47. select AHCI
  48. config IDE_SII3112
  49. bool
  50. select IDE_PCI
  51. config IDE_CF
  52. bool
  53. default y if IDE_BUS