| .. | .. |
|---|
| 19 | 19 | # We have a dedicated heartbeat LED. :-) |
|---|
| 20 | 20 | config PROC_HARDWARE |
|---|
| 21 | 21 | bool "/proc/hardware support" |
|---|
| 22 | + depends on PROC_FS |
|---|
| 22 | 23 | help |
|---|
| 23 | 24 | Say Y here to support the /proc/hardware file, which gives you |
|---|
| 24 | 25 | access to information about the machine you're running on, |
|---|
| .. | .. |
|---|
| 59 | 60 | config ATARI_ETHERNAT |
|---|
| 60 | 61 | bool "Atari EtherNAT Ethernet support" |
|---|
| 61 | 62 | depends on ATARI |
|---|
| 62 | | - ---help--- |
|---|
| 63 | + help |
|---|
| 63 | 64 | Say Y to include support for the EtherNAT network adapter for the |
|---|
| 64 | 65 | CT/60 extension port. |
|---|
| 65 | 66 | |
|---|
| .. | .. |
|---|
| 69 | 70 | config ATARI_ETHERNEC |
|---|
| 70 | 71 | bool "Atari EtherNEC Ethernet support" |
|---|
| 71 | 72 | depends on ATARI_ROM_ISA |
|---|
| 72 | | - ---help--- |
|---|
| 73 | + help |
|---|
| 73 | 74 | Say Y to include support for the EtherNEC network adapter for the |
|---|
| 74 | 75 | ROM port. The driver works by polling instead of interrupts, so it |
|---|
| 75 | 76 | is quite slow. |
|---|
| .. | .. |
|---|
| 120 | 121 | config SERIAL_CONSOLE |
|---|
| 121 | 122 | bool "Support for serial port console" |
|---|
| 122 | 123 | depends on AMIGA_BUILTIN_SERIAL=y |
|---|
| 123 | | - ---help--- |
|---|
| 124 | + help |
|---|
| 124 | 125 | If you say Y here, it will be possible to use a serial port as the |
|---|
| 125 | 126 | system console (the system console is the device which receives all |
|---|
| 126 | 127 | kernel messages and warnings and which allows logins in single user |
|---|