diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-06 21:28:12 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-06 21:28:12 -0500 |
commit | 356b95424cfb456e14a59eaa579422ce014c424b (patch) | |
tree | c0478479041f82ccd7a95157dddf2fd2d59ad8c5 /arch/m68k/Kconfig.devices | |
parent | 770e1b035dcb6ec3f8ee69dda0815dd1e220a683 (diff) | |
parent | 3bd9e50b4297b0d85bb86a8f2ade941c0f9c21fd (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: (21 commits)
m68k/mac: Make CONFIG_HEARTBEAT unavailable on Mac
m68k/serial: Remove references to obsolete serial config options
m68k/net: Remove obsolete IRQ_FLG_* users
m68k: Don't comment out syscalls used by glibc
m68k/atari: Move declaration of atari_SCC_reset_done to header file
m68k/serial: Remove references to obsolete CONFIG_SERIAL167
m68k/hp300: Export hp300_ledstate
m68k: Initconst section fixes
m68k/mac: cleanup macro case
mac_scsi: fix mac_scsi on some powerbooks
m68k/mac: fix powerbook 150 adb_type
m68k/mac: fix baboon irq disable and shutdown
m68k/mac: oss irq fixes
m68k/mac: fix nubus slot irq disable and shutdown
m68k/mac: enable via_alt_mapping on performa 580
m68k/mac: cleanup forward declarations
m68k/mac: cleanup mac_irq_pending
m68k/mac: cleanup mac_clear_irq
m68k/mac: early console
m68k/mvme16x: Add support for EARLY_PRINTK
...
Fix up trivial conflict in arch/m68k/Kconfig.debug due to new
EARLY_PRINTK config option addition clashing with movement of the
BOOTPARAM options.
Diffstat (limited to 'arch/m68k/Kconfig.devices')
-rw-r--r-- | arch/m68k/Kconfig.devices | 46 |
1 files changed, 6 insertions, 40 deletions
diff --git a/arch/m68k/Kconfig.devices b/arch/m68k/Kconfig.devices index 6033f5d4e67e..04a3d9be90e9 100644 --- a/arch/m68k/Kconfig.devices +++ b/arch/m68k/Kconfig.devices | |||
@@ -8,8 +8,8 @@ config ARCH_MAY_HAVE_PC_FDC | |||
8 | menu "Platform devices" | 8 | menu "Platform devices" |
9 | 9 | ||
10 | config HEARTBEAT | 10 | config HEARTBEAT |
11 | bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || MAC ||Q40 | 11 | bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || Q40 |
12 | default y if !AMIGA && !APOLLO && !ATARI && !MAC && !Q40 && HP300 | 12 | default y if !AMIGA && !APOLLO && !ATARI && !Q40 && HP300 |
13 | help | 13 | help |
14 | Use the power-on LED on your machine as a load meter. The exact | 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 | 15 | behavior is platform-dependent, but normally the flash frequency is |
@@ -59,27 +59,6 @@ endmenu | |||
59 | 59 | ||
60 | menu "Character devices" | 60 | menu "Character devices" |
61 | 61 | ||
62 | config ATARI_MFPSER | ||
63 | tristate "Atari MFP serial support" | ||
64 | depends on ATARI | ||
65 | ---help--- | ||
66 | If you like to use the MFP serial ports ("Modem1", "Serial1") under | ||
67 | Linux, say Y. The driver equally supports all kinds of MFP serial | ||
68 | ports and automatically detects whether Serial1 is available. | ||
69 | |||
70 | To compile this driver as a module, choose M here. | ||
71 | |||
72 | Note for Falcon users: You also have an MFP port, it's just not | ||
73 | wired to the outside... But you could use the port under Linux. | ||
74 | |||
75 | config ATARI_MIDI | ||
76 | tristate "Atari MIDI serial support" | ||
77 | depends on ATARI | ||
78 | help | ||
79 | If you want to use your Atari's MIDI port in Linux, say Y. | ||
80 | |||
81 | To compile this driver as a module, choose M here. | ||
82 | |||
83 | config ATARI_DSP56K | 62 | config ATARI_DSP56K |
84 | tristate "Atari DSP56k support (EXPERIMENTAL)" | 63 | tristate "Atari DSP56k support (EXPERIMENTAL)" |
85 | depends on ATARI && EXPERIMENTAL | 64 | depends on ATARI && EXPERIMENTAL |
@@ -99,15 +78,6 @@ config AMIGA_BUILTIN_SERIAL | |||
99 | 78 | ||
100 | To compile this driver as a module, choose M here. | 79 | To compile this driver as a module, choose M here. |
101 | 80 | ||
102 | config MULTIFACE_III_TTY | ||
103 | tristate "Multiface Card III serial support" | ||
104 | depends on AMIGA | ||
105 | help | ||
106 | If you want to use a Multiface III card's serial port in Linux, | ||
107 | answer Y. | ||
108 | |||
109 | To compile this driver as a module, choose M here. | ||
110 | |||
111 | config HPDCA | 81 | config HPDCA |
112 | tristate "HP DCA serial support" | 82 | tristate "HP DCA serial support" |
113 | depends on DIO && SERIAL_8250 | 83 | depends on DIO && SERIAL_8250 |
@@ -122,13 +92,9 @@ config HPAPCI | |||
122 | If you want to use the internal "APCI" serial ports on an HP400 | 92 | If you want to use the internal "APCI" serial ports on an HP400 |
123 | machine, say Y here. | 93 | machine, say Y here. |
124 | 94 | ||
125 | config DN_SERIAL | ||
126 | bool "Support for DN serial port (dummy)" | ||
127 | depends on APOLLO | ||
128 | |||
129 | config SERIAL_CONSOLE | 95 | config SERIAL_CONSOLE |
130 | bool "Support for serial port console" | 96 | bool "Support for serial port console" |
131 | depends on (AMIGA || ATARI || SUN3 || SUN3X || VME || APOLLO) && (ATARI_MFPSER=y || ATARI_MIDI=y || AMIGA_BUILTIN_SERIAL=y || MULTIFACE_III_TTY=y || SERIAL=y || SERIAL167 || DN_SERIAL) | 97 | depends on AMIGA_BUILTIN_SERIAL=y |
132 | ---help--- | 98 | ---help--- |
133 | If you say Y here, it will be possible to use a serial port as the | 99 | If you say Y here, it will be possible to use a serial port as the |
134 | system console (the system console is the device which receives all | 100 | system console (the system console is the device which receives all |
@@ -140,10 +106,10 @@ config SERIAL_CONSOLE | |||
140 | (/dev/tty0) will still be used as the system console by default, but | 106 | (/dev/tty0) will still be used as the system console by default, but |
141 | you can alter that using a kernel command line option such as | 107 | you can alter that using a kernel command line option such as |
142 | "console=ttyS1". (Try "man bootparam" or see the documentation of | 108 | "console=ttyS1". (Try "man bootparam" or see the documentation of |
143 | your boot loader (lilo or loadlin) about how to pass options to the | 109 | your boot loader about how to pass options to the kernel at boot |
144 | kernel at boot time.) | 110 | time.) |
145 | 111 | ||
146 | If you don't have a VGA card installed and you say Y here, the | 112 | If you don't have a graphical console and you say Y here, the |
147 | kernel will automatically use the first serial line, /dev/ttyS0, as | 113 | kernel will automatically use the first serial line, /dev/ttyS0, as |
148 | system console. | 114 | system console. |
149 | 115 | ||