diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-21 01:15:20 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-10-21 01:15:20 -0400 |
commit | dbcbf5885aa5a1ce6cbea72acbee100c0482be26 (patch) | |
tree | e12798cb41dc8ab7bad8c43e4a0079b533d9610e /arch/m68k | |
parent | 95e82747d6e2abc513bfae416e6009968985d05b (diff) |
m68k: drop unused Kconfig symbols
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.devices | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/arch/m68k/Kconfig.devices b/arch/m68k/Kconfig.devices index dbff9413646f..d214034be6a6 100644 --- a/arch/m68k/Kconfig.devices +++ b/arch/m68k/Kconfig.devices | |||
@@ -91,35 +91,13 @@ config HPAPCI | |||
91 | If you want to use the internal "APCI" serial ports on an HP400 | 91 | If you want to use the internal "APCI" serial ports on an HP400 |
92 | machine, say Y here. | 92 | machine, say Y here. |
93 | 93 | ||
94 | config MVME147_SCC | ||
95 | bool "SCC support for MVME147 serial ports" | ||
96 | depends on MVME147 && BROKEN | ||
97 | help | ||
98 | This is the driver for the serial ports on the Motorola MVME147 | ||
99 | boards. Everyone using one of these boards should say Y here. | ||
100 | |||
101 | config MVME162_SCC | ||
102 | bool "SCC support for MVME162 serial ports" | ||
103 | depends on MVME16x && BROKEN | ||
104 | help | ||
105 | This is the driver for the serial ports on the Motorola MVME162 and | ||
106 | 172 boards. Everyone using one of these boards should say Y here. | ||
107 | |||
108 | config BVME6000_SCC | ||
109 | bool "SCC support for BVME6000 serial ports" | ||
110 | depends on BVME6000 && BROKEN | ||
111 | help | ||
112 | This is the driver for the serial ports on the BVME4000 and BVME6000 | ||
113 | boards from BVM Ltd. Everyone using one of these boards should say | ||
114 | Y here. | ||
115 | |||
116 | config DN_SERIAL | 94 | config DN_SERIAL |
117 | bool "Support for DN serial port (dummy)" | 95 | bool "Support for DN serial port (dummy)" |
118 | depends on APOLLO | 96 | depends on APOLLO |
119 | 97 | ||
120 | config SERIAL_CONSOLE | 98 | config SERIAL_CONSOLE |
121 | bool "Support for serial port console" | 99 | bool "Support for serial port console" |
122 | depends on (AMIGA || ATARI || SUN3 || SUN3X || VME || APOLLO) && (ATARI_MFPSER=y || ATARI_MIDI=y || AMIGA_BUILTIN_SERIAL=y || MULTIFACE_III_TTY=y || SERIAL=y || MVME147_SCC || SERIAL167 || MVME162_SCC || BVME6000_SCC || DN_SERIAL) | 100 | 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) |
123 | ---help--- | 101 | ---help--- |
124 | If you say Y here, it will be possible to use a serial port as the | 102 | If you say Y here, it will be possible to use a serial port as the |
125 | system console (the system console is the device which receives all | 103 | system console (the system console is the device which receives all |