Kconfig.devices (7483d45f0aee3afc0646d185cabd4af9f6cab58c) | Kconfig.devices (112f8b1294cc20163dc547399a0c4df5783cd89d) |
---|---|
1if MMU 2 3config ARCH_MAY_HAVE_PC_FDC 4 bool 5 depends on BROKEN && (Q40 || SUN3X) 6 default y 7 8menu "Platform devices" --- 46 unchanged lines hidden (view full) --- 55 which will emulate a regular ethernet device while presenting an 56 ethertap device to the host system. 57 58endmenu 59 60menu "Character devices" 61 62config ATARI_DSP56K | 1if MMU 2 3config ARCH_MAY_HAVE_PC_FDC 4 bool 5 depends on BROKEN && (Q40 || SUN3X) 6 default y 7 8menu "Platform devices" --- 46 unchanged lines hidden (view full) --- 55 which will emulate a regular ethernet device while presenting an 56 ethertap device to the host system. 57 58endmenu 59 60menu "Character devices" 61 62config ATARI_DSP56K |
63 tristate "Atari DSP56k support (EXPERIMENTAL)" 64 depends on ATARI && EXPERIMENTAL | 63 tristate "Atari DSP56k support" 64 depends on ATARI |
65 help 66 If you want to be able to use the DSP56001 in Falcons, say Y. This 67 driver is still experimental, and if you don't know what it is, or 68 if you don't have this processor, just say N. 69 70 To compile this driver as a module, choose M here. 71 72config AMIGA_BUILTIN_SERIAL --- 9 unchanged lines hidden (view full) --- 82 tristate "HP DCA serial support" 83 depends on DIO && SERIAL_8250 84 help 85 If you want to use the internal "DCA" serial ports on an HP300 86 machine, say Y here. 87 88config HPAPCI 89 tristate "HP APCI serial support" | 65 help 66 If you want to be able to use the DSP56001 in Falcons, say Y. This 67 driver is still experimental, and if you don't know what it is, or 68 if you don't have this processor, just say N. 69 70 To compile this driver as a module, choose M here. 71 72config AMIGA_BUILTIN_SERIAL --- 9 unchanged lines hidden (view full) --- 82 tristate "HP DCA serial support" 83 depends on DIO && SERIAL_8250 84 help 85 If you want to use the internal "DCA" serial ports on an HP300 86 machine, say Y here. 87 88config HPAPCI 89 tristate "HP APCI serial support" |
90 depends on HP300 && SERIAL_8250 && EXPERIMENTAL | 90 depends on HP300 && SERIAL_8250 |
91 help 92 If you want to use the internal "APCI" serial ports on an HP400 93 machine, say Y here. 94 95config SERIAL_CONSOLE 96 bool "Support for serial port console" 97 depends on AMIGA_BUILTIN_SERIAL=y 98 ---help--- --- 22 unchanged lines hidden --- | 91 help 92 If you want to use the internal "APCI" serial ports on an HP400 93 machine, say Y here. 94 95config SERIAL_CONSOLE 96 bool "Support for serial port console" 97 depends on AMIGA_BUILTIN_SERIAL=y 98 ---help--- --- 22 unchanged lines hidden --- |