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