1 # SPDX-License-Identifier: GPL-2.0 << 2 if MMU 1 if MMU 3 2 4 config ARCH_MAY_HAVE_PC_FDC 3 config ARCH_MAY_HAVE_PC_FDC 5 bool 4 bool 6 depends on BROKEN && (Q40 || SUN3X) 5 depends on BROKEN && (Q40 || SUN3X) 7 default y 6 default y 8 7 9 menu "Platform devices" 8 menu "Platform devices" 10 9 11 config HEARTBEAT 10 config HEARTBEAT 12 bool "Use power LED as a heartbeat" if 11 bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || Q40 13 default y if !AMIGA && !APOLLO && !ATA 12 default y if !AMIGA && !APOLLO && !ATARI && !Q40 && HP300 14 help 13 help 15 Use the power-on LED on your machine 14 Use the power-on LED on your machine as a load meter. The exact 16 behavior is platform-dependent, but 15 behavior is platform-dependent, but normally the flash frequency is 17 a hyperbolic function of the 5-minut 16 a hyperbolic function of the 5-minute load average. 18 17 19 # We have a dedicated heartbeat LED. :-) 18 # We have a dedicated heartbeat LED. :-) 20 config PROC_HARDWARE 19 config PROC_HARDWARE 21 bool "/proc/hardware support" 20 bool "/proc/hardware support" 22 depends on PROC_FS << 23 help 21 help 24 Say Y here to support the /proc/hard 22 Say Y here to support the /proc/hardware file, which gives you 25 access to information about the mach 23 access to information about the machine you're running on, 26 including the model, CPU, MMU, clock 24 including the model, CPU, MMU, clock speed, BogoMIPS rating, 27 and memory size. 25 and memory size. 28 26 29 config NATFEAT 27 config NATFEAT 30 bool "ARAnyM emulator support" 28 bool "ARAnyM emulator support" 31 depends on ATARI 29 depends on ATARI 32 help 30 help 33 This option enables support for ARAn 31 This option enables support for ARAnyM native features, such as 34 access to a disk image as /dev/hda. 32 access to a disk image as /dev/hda. 35 33 36 config NFBLOCK 34 config NFBLOCK 37 tristate "NatFeat block device support 35 tristate "NatFeat block device support" 38 depends on BLOCK && NATFEAT 36 depends on BLOCK && NATFEAT 39 help 37 help 40 Say Y to include support for the ARA 38 Say Y to include support for the ARAnyM NatFeat block device 41 which allows direct access to the ha 39 which allows direct access to the hard drives without using 42 the hardware emulation. 40 the hardware emulation. 43 41 44 config NFCON 42 config NFCON 45 tristate "NatFeat console driver" 43 tristate "NatFeat console driver" 46 depends on TTY && NATFEAT 44 depends on TTY && NATFEAT 47 help 45 help 48 Say Y to include support for the ARA 46 Say Y to include support for the ARAnyM NatFeat console driver 49 which allows the console output to b 47 which allows the console output to be redirected to the stderr 50 output of ARAnyM. 48 output of ARAnyM. 51 49 52 config NFETH 50 config NFETH 53 tristate "NatFeat Ethernet support" 51 tristate "NatFeat Ethernet support" 54 depends on ETHERNET && NATFEAT 52 depends on ETHERNET && NATFEAT 55 help 53 help 56 Say Y to include support for the ARA 54 Say Y to include support for the ARAnyM NatFeat network device 57 which will emulate a regular etherne 55 which will emulate a regular ethernet device while presenting an 58 ethertap device to the host system. 56 ethertap device to the host system. 59 57 60 config ATARI_ETHERNAT 58 config ATARI_ETHERNAT 61 bool "Atari EtherNAT Ethernet support" 59 bool "Atari EtherNAT Ethernet support" 62 depends on ATARI 60 depends on ATARI 63 help !! 61 ---help--- 64 Say Y to include support for the Eth 62 Say Y to include support for the EtherNAT network adapter for the 65 CT/60 extension port. 63 CT/60 extension port. 66 64 67 To compile the actual ethernet drive 65 To compile the actual ethernet driver, choose Y or M for the SMC91X 68 option in the network device section 66 option in the network device section; the module will be called smc91x. 69 67 70 config ATARI_ETHERNEC 68 config ATARI_ETHERNEC 71 bool "Atari EtherNEC Ethernet support" 69 bool "Atari EtherNEC Ethernet support" 72 depends on ATARI_ROM_ISA 70 depends on ATARI_ROM_ISA 73 help !! 71 ---help--- 74 Say Y to include support for the Eth 72 Say Y to include support for the EtherNEC network adapter for the 75 ROM port. The driver works by pollin 73 ROM port. The driver works by polling instead of interrupts, so it 76 is quite slow. 74 is quite slow. 77 75 78 This driver also supports the ethern !! 76 This driver also suppports the ethernet part of the NetUSBee ROM 79 port combined Ethernet/USB adapter. 77 port combined Ethernet/USB adapter. 80 78 81 To compile the actual ethernet drive 79 To compile the actual ethernet driver, choose Y or M in for the NE2000 82 option in the network device section 80 option in the network device section; the module will be called ne. 83 81 84 endmenu 82 endmenu 85 83 86 menu "Character devices" 84 menu "Character devices" 87 85 88 config ATARI_DSP56K 86 config ATARI_DSP56K 89 tristate "Atari DSP56k support" 87 tristate "Atari DSP56k support" 90 depends on ATARI 88 depends on ATARI 91 help 89 help 92 If you want to be able to use the DS 90 If you want to be able to use the DSP56001 in Falcons, say Y. This 93 driver is still experimental, and if 91 driver is still experimental, and if you don't know what it is, or 94 if you don't have this processor, ju 92 if you don't have this processor, just say N. 95 93 96 To compile this driver as a module, 94 To compile this driver as a module, choose M here. 97 95 98 config AMIGA_BUILTIN_SERIAL 96 config AMIGA_BUILTIN_SERIAL 99 tristate "Amiga builtin serial support 97 tristate "Amiga builtin serial support" 100 depends on AMIGA && TTY !! 98 depends on AMIGA 101 help 99 help 102 If you want to use your Amiga's buil 100 If you want to use your Amiga's built-in serial port in Linux, 103 answer Y. 101 answer Y. 104 102 105 To compile this driver as a module, 103 To compile this driver as a module, choose M here. 106 104 107 config HPDCA 105 config HPDCA 108 tristate "HP DCA serial support" 106 tristate "HP DCA serial support" 109 depends on DIO && SERIAL_8250 107 depends on DIO && SERIAL_8250 110 help 108 help 111 If you want to use the internal "DCA 109 If you want to use the internal "DCA" serial ports on an HP300 112 machine, say Y here. 110 machine, say Y here. 113 111 114 config HPAPCI 112 config HPAPCI 115 tristate "HP APCI serial support" 113 tristate "HP APCI serial support" 116 depends on HP300 && SERIAL_8250 114 depends on HP300 && SERIAL_8250 117 help 115 help 118 If you want to use the internal "APC 116 If you want to use the internal "APCI" serial ports on an HP400 119 machine, say Y here. 117 machine, say Y here. 120 118 121 config SERIAL_CONSOLE 119 config SERIAL_CONSOLE 122 bool "Support for serial port console" 120 bool "Support for serial port console" 123 depends on AMIGA_BUILTIN_SERIAL=y 121 depends on AMIGA_BUILTIN_SERIAL=y 124 help !! 122 ---help--- 125 If you say Y here, it will be possib 123 If you say Y here, it will be possible to use a serial port as the 126 system console (the system console i 124 system console (the system console is the device which receives all 127 kernel messages and warnings and whi 125 kernel messages and warnings and which allows logins in single user 128 mode). This could be useful if some 126 mode). This could be useful if some terminal or printer is connected 129 to that serial port. 127 to that serial port. 130 128 131 Even if you say Y here, the currentl 129 Even if you say Y here, the currently visible virtual console 132 (/dev/tty0) will still be used as th 130 (/dev/tty0) will still be used as the system console by default, but 133 you can alter that using a kernel co 131 you can alter that using a kernel command line option such as 134 "console=ttyS1". (Try "man bootparam 132 "console=ttyS1". (Try "man bootparam" or see the documentation of 135 your boot loader about how to pass o 133 your boot loader about how to pass options to the kernel at boot 136 time.) 134 time.) 137 135 138 If you don't have a graphical consol 136 If you don't have a graphical console and you say Y here, the 139 kernel will automatically use the fi 137 kernel will automatically use the first serial line, /dev/ttyS0, as 140 system console. 138 system console. 141 139 142 If unsure, say N. 140 If unsure, say N. 143 141 144 endmenu 142 endmenu 145 143 146 endif 144 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.