m68k/atari: EtherNAT - platform device and IRQ support code
[deliverable/linux.git] / arch / m68k / Kconfig.devices
CommitLineData
0e152d80
GU
1if MMU
2
3config ARCH_MAY_HAVE_PC_FDC
4 bool
5 depends on BROKEN && (Q40 || SUN3X)
6 default y
7
8menu "Platform devices"
9
10config HEARTBEAT
3bd9e50b
GU
11 bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || Q40
12 default y if !AMIGA && !APOLLO && !ATARI && !Q40 && HP300
0e152d80
GU
13 help
14 Use the power-on LED on your machine as a load meter. The exact
15 behavior is platform-dependent, but normally the flash frequency is
16 a hyperbolic function of the 5-minute load average.
17
18# We have a dedicated heartbeat LED. :-)
19config PROC_HARDWARE
20 bool "/proc/hardware support"
21 help
22 Say Y here to support the /proc/hardware file, which gives you
23 access to information about the machine you're running on,
24 including the model, CPU, MMU, clock speed, BogoMIPS rating,
25 and memory size.
26
24ed6ddd
GU
27config NATFEAT
28 bool "ARAnyM emulator support"
29 depends on ATARI
30 help
31 This option enables support for ARAnyM native features, such as
32 access to a disk image as /dev/hda.
33
34config NFBLOCK
35 tristate "NatFeat block device support"
36 depends on BLOCK && NATFEAT
37 help
38 Say Y to include support for the ARAnyM NatFeat block device
39 which allows direct access to the hard drives without using
40 the hardware emulation.
41
42config NFCON
43 tristate "NatFeat console driver"
4f73bc4d 44 depends on TTY && NATFEAT
24ed6ddd
GU
45 help
46 Say Y to include support for the ARAnyM NatFeat console driver
47 which allows the console output to be redirected to the stderr
48 output of ARAnyM.
49
50config NFETH
51 tristate "NatFeat Ethernet support"
52 depends on ETHERNET && NATFEAT
53 help
54 Say Y to include support for the ARAnyM NatFeat network device
55 which will emulate a regular ethernet device while presenting an
56 ethertap device to the host system.
57
736b24db
MS
58config ATARI_ETHERNAT
59 bool "Atari EtherNAT Ethernet support"
60 depends on ATARI
61 ---help---
62 Say Y to include support for the EtherNAT network adapter for the
63 CT/60 extension port.
64
65 To compile the actual ethernet driver, choose Y or M for the SMC91X
66 option in the network device section; the module will be called smc91x.
67
0e152d80
GU
68endmenu
69
70menu "Character devices"
71
0e152d80 72config ATARI_DSP56K
112f8b12
KC
73 tristate "Atari DSP56k support"
74 depends on ATARI
0e152d80
GU
75 help
76 If you want to be able to use the DSP56001 in Falcons, say Y. This
77 driver is still experimental, and if you don't know what it is, or
78 if you don't have this processor, just say N.
79
80 To compile this driver as a module, choose M here.
81
82config AMIGA_BUILTIN_SERIAL
83 tristate "Amiga builtin serial support"
84 depends on AMIGA
85 help
86 If you want to use your Amiga's built-in serial port in Linux,
87 answer Y.
88
89 To compile this driver as a module, choose M here.
90
0e152d80
GU
91config HPDCA
92 tristate "HP DCA serial support"
93 depends on DIO && SERIAL_8250
94 help
95 If you want to use the internal "DCA" serial ports on an HP300
96 machine, say Y here.
97
98config HPAPCI
99 tristate "HP APCI serial support"
112f8b12 100 depends on HP300 && SERIAL_8250
0e152d80
GU
101 help
102 If you want to use the internal "APCI" serial ports on an HP400
103 machine, say Y here.
104
0e152d80
GU
105config SERIAL_CONSOLE
106 bool "Support for serial port console"
176f2934 107 depends on AMIGA_BUILTIN_SERIAL=y
0e152d80
GU
108 ---help---
109 If you say Y here, it will be possible to use a serial port as the
110 system console (the system console is the device which receives all
111 kernel messages and warnings and which allows logins in single user
112 mode). This could be useful if some terminal or printer is connected
113 to that serial port.
114
115 Even if you say Y here, the currently visible virtual console
116 (/dev/tty0) will still be used as the system console by default, but
117 you can alter that using a kernel command line option such as
118 "console=ttyS1". (Try "man bootparam" or see the documentation of
176f2934
GU
119 your boot loader about how to pass options to the kernel at boot
120 time.)
0e152d80 121
176f2934 122 If you don't have a graphical console and you say Y here, the
0e152d80
GU
123 kernel will automatically use the first serial line, /dev/ttyS0, as
124 system console.
125
126 If unsure, say N.
127
128endmenu
129
130endif
This page took 0.092042 seconds and 5 git commands to generate.