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