Kconfig.devices (1a84db567aeeb232daad598c7aa2334dda0176b7) | Kconfig.devices (fd4d453b64d409647c92de6395494b5dd82ce224) |
---|---|
1if MMU 2 3config ARCH_MAY_HAVE_PC_FDC 4 bool 5 depends on BROKEN && (Q40 || SUN3X) 6 default y 7 8menu "Platform devices" --- 59 unchanged lines hidden (view full) --- 68config ATARI_ETHERNEC 69 bool "Atari EtherNEC Ethernet support" 70 depends on ATARI_ROM_ISA 71 ---help--- 72 Say Y to include support for the EtherNEC network adapter for the 73 ROM port. The driver works by polling instead of interrupts, so it 74 is quite slow. 75 | 1if MMU 2 3config ARCH_MAY_HAVE_PC_FDC 4 bool 5 depends on BROKEN && (Q40 || SUN3X) 6 default y 7 8menu "Platform devices" --- 59 unchanged lines hidden (view full) --- 68config ATARI_ETHERNEC 69 bool "Atari EtherNEC Ethernet support" 70 depends on ATARI_ROM_ISA 71 ---help--- 72 Say Y to include support for the EtherNEC network adapter for the 73 ROM port. The driver works by polling instead of interrupts, so it 74 is quite slow. 75 |
76 This driver also supports the ethernet part of the NetUSBee ROM | 76 This driver also suppports the ethernet part of the NetUSBee ROM |
77 port combined Ethernet/USB adapter. 78 79 To compile the actual ethernet driver, choose Y or M in for the NE2000 80 option in the network device section; the module will be called ne. 81 82endmenu 83 84menu "Character devices" --- 5 unchanged lines hidden (view full) --- 90 If you want to be able to use the DSP56001 in Falcons, say Y. This 91 driver is still experimental, and if you don't know what it is, or 92 if you don't have this processor, just say N. 93 94 To compile this driver as a module, choose M here. 95 96config AMIGA_BUILTIN_SERIAL 97 tristate "Amiga builtin serial support" | 77 port combined Ethernet/USB adapter. 78 79 To compile the actual ethernet driver, choose Y or M in for the NE2000 80 option in the network device section; the module will be called ne. 81 82endmenu 83 84menu "Character devices" --- 5 unchanged lines hidden (view full) --- 90 If you want to be able to use the DSP56001 in Falcons, say Y. This 91 driver is still experimental, and if you don't know what it is, or 92 if you don't have this processor, just say N. 93 94 To compile this driver as a module, choose M here. 95 96config AMIGA_BUILTIN_SERIAL 97 tristate "Amiga builtin serial support" |
98 depends on AMIGA | 98 depends on AMIGA && TTY |
99 help 100 If you want to use your Amiga's built-in serial port in Linux, 101 answer Y. 102 103 To compile this driver as a module, choose M here. 104 105config HPDCA 106 tristate "HP DCA serial support" --- 38 unchanged lines hidden --- | 99 help 100 If you want to use your Amiga's built-in serial port in Linux, 101 answer Y. 102 103 To compile this driver as a module, choose M here. 104 105config HPDCA 106 tristate "HP DCA serial support" --- 38 unchanged lines hidden --- |