Kconfig.bus 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. if MMU
  2. comment "Bus Support"
  3. config DIO
  4. bool "DIO bus support"
  5. depends on HP300
  6. default y
  7. help
  8. Say Y here to enable support for the "DIO" expansion bus used in
  9. HP300 machines. If you are using such a system you almost certainly
  10. want this.
  11. config NUBUS
  12. bool
  13. depends on MAC
  14. default y
  15. config ZORRO
  16. bool "Amiga Zorro (AutoConfig) bus support"
  17. depends on AMIGA
  18. help
  19. This enables support for the Zorro bus in the Amiga. If you have
  20. expansion cards in your Amiga that conform to the Amiga
  21. AutoConfig(tm) specification, say Y, otherwise N. Note that even
  22. expansion cards that do not fit in the Zorro slots but fit in e.g.
  23. the CPU slot may fall in this category, so you have to say Y to let
  24. Linux use these.
  25. config AMIGA_PCMCIA
  26. bool "Amiga 1200/600 PCMCIA support"
  27. depends on AMIGA
  28. help
  29. Include support in the kernel for pcmcia on Amiga 1200 and Amiga
  30. 600. If you intend to use pcmcia cards say Y; otherwise say N.
  31. config ISA
  32. bool
  33. depends on Q40 || AMIGA_PCMCIA
  34. default y
  35. help
  36. Find out whether you have ISA slots on your motherboard. ISA is the
  37. name of a bus system, i.e. the way the CPU talks to the other stuff
  38. inside your box. Other bus systems are PCI, EISA, MicroChannel
  39. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  40. newer boards don't support it. If you have ISA, say Y, otherwise N.
  41. config ATARI_ROM_ISA
  42. bool "Atari ROM port ISA adapter support"
  43. depends on ATARI
  44. help
  45. This option enables support for the ROM port ISA adapter used to
  46. operate ISA cards on Atari. Only 8 bit cards are supported, and
  47. no interrupt lines are connected.
  48. The only driver currently using this adapter is the EtherNEC
  49. driver for RTL8019AS based NE2000 compatible network cards.
  50. config GENERIC_ISA_DMA
  51. def_bool ISA
  52. config PCI
  53. bool "PCI support"
  54. depends on M54xx
  55. help
  56. Enable the PCI bus. Support for the PCI bus hardware built into the
  57. ColdFire 547x and 548x processors.
  58. source "drivers/pci/Kconfig"
  59. source "drivers/zorro/Kconfig"
  60. endif
  61. if !MMU
  62. config ISA_DMA_API
  63. def_bool !M5272
  64. source "drivers/pcmcia/Kconfig"
  65. endif