Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. config AMIGA
  2. bool
  3. depends on APUS
  4. default y
  5. help
  6. This option enables support for the Amiga series of computers.
  7. config ZORRO
  8. bool
  9. depends on APUS
  10. default y
  11. help
  12. This enables support for the Zorro bus in the Amiga. If you have
  13. expansion cards in your Amiga that conform to the Amiga
  14. AutoConfig(tm) specification, say Y, otherwise N. Note that even
  15. expansion cards that do not fit in the Zorro slots but fit in e.g.
  16. the CPU slot may fall in this category, so you have to say Y to let
  17. Linux use these.
  18. config ABSTRACT_CONSOLE
  19. bool
  20. depends on APUS
  21. default y
  22. config APUS_FAST_EXCEPT
  23. bool
  24. depends on APUS
  25. default y
  26. config AMIGA_PCMCIA
  27. bool "Amiga 1200/600 PCMCIA support"
  28. depends on APUS && EXPERIMENTAL
  29. help
  30. Include support in the kernel for pcmcia on Amiga 1200 and Amiga
  31. 600. If you intend to use pcmcia cards say Y; otherwise say N.
  32. config AMIGA_BUILTIN_SERIAL
  33. tristate "Amiga builtin serial support"
  34. depends on APUS
  35. help
  36. If you want to use your Amiga's built-in serial port in Linux,
  37. answer Y.
  38. To compile this driver as a module, choose M here.
  39. config GVPIOEXT
  40. tristate "GVP IO-Extender support"
  41. depends on APUS
  42. help
  43. If you want to use a GVP IO-Extender serial card in Linux, say Y.
  44. Otherwise, say N.
  45. config GVPIOEXT_LP
  46. tristate "GVP IO-Extender parallel printer support"
  47. depends on GVPIOEXT
  48. help
  49. Say Y to enable driving a printer from the parallel port on your
  50. GVP IO-Extender card, N otherwise.
  51. config GVPIOEXT_PLIP
  52. tristate "GVP IO-Extender PLIP support"
  53. depends on GVPIOEXT
  54. help
  55. Say Y to enable doing IP over the parallel port on your GVP
  56. IO-Extender card, N otherwise.
  57. config MULTIFACE_III_TTY
  58. tristate "Multiface Card III serial support"
  59. depends on APUS
  60. help
  61. If you want to use a Multiface III card's serial port in Linux,
  62. answer Y.
  63. To compile this driver as a module, choose M here.
  64. config A2232
  65. tristate "Commodore A2232 serial support (EXPERIMENTAL)"
  66. depends on EXPERIMENTAL && APUS
  67. ---help---
  68. This option supports the 2232 7-port serial card shipped with the
  69. Amiga 2000 and other Zorro-bus machines, dating from 1989. At
  70. a max of 19,200 bps, the ports are served by a 6551 ACIA UART chip
  71. each, plus a 8520 CIA, and a master 6502 CPU and buffer as well. The
  72. ports were connected with 8 pin DIN connectors on the card bracket,
  73. for which 8 pin to DB25 adapters were supplied. The card also had
  74. jumpers internally to toggle various pinning configurations.
  75. This driver can be built as a module; but then "generic_serial"
  76. will also be built as a module. This has to be loaded before
  77. "ser_a2232". If you want to do this, answer M here.
  78. config WHIPPET_SERIAL
  79. tristate "Hisoft Whippet PCMCIA serial support"
  80. depends on AMIGA_PCMCIA
  81. help
  82. HiSoft has a web page at <http://www.hisoft.co.uk/>, but there
  83. is no listing for the Whippet in their Amiga section.
  84. config APNE
  85. tristate "PCMCIA NE2000 support"
  86. depends on AMIGA_PCMCIA
  87. help
  88. If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
  89. say N.
  90. To compile this driver as a module, choose M here: the
  91. module will be called apne.
  92. config SERIAL_CONSOLE
  93. bool "Support for serial port console"
  94. depends on APUS && (AMIGA_BUILTIN_SERIAL=y || GVPIOEXT=y || MULTIFACE_III_TTY=y)
  95. config HEARTBEAT
  96. bool "Use power LED as a heartbeat"
  97. depends on APUS
  98. help
  99. Use the power-on LED on your machine as a load meter. The exact
  100. behavior is platform-dependent, but normally the flash frequency is
  101. a hyperbolic function of the 5-minute load average.
  102. config PROC_HARDWARE
  103. bool "/proc/hardware support"
  104. depends on APUS
  105. source "drivers/zorro/Kconfig"
  106. config PCI_PERMEDIA
  107. bool "PCI for Permedia2"
  108. depends on !4xx && !8xx && APUS