m68k/serial: Remove references to obsolete serial config options
- ATARI_MFPSER, ATARI_MIDI, MULTIFACE_III_TTY, and DN_SERIAL have no corresponding drivers (anymore), - Clean up SERIAL_CONSOLE dependencies and help text. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
@@ -59,27 +59,6 @@ endmenu
|
|||||||
|
|
||||||
menu "Character devices"
|
menu "Character devices"
|
||||||
|
|
||||||
config ATARI_MFPSER
|
|
||||||
tristate "Atari MFP serial support"
|
|
||||||
depends on ATARI
|
|
||||||
---help---
|
|
||||||
If you like to use the MFP serial ports ("Modem1", "Serial1") under
|
|
||||||
Linux, say Y. The driver equally supports all kinds of MFP serial
|
|
||||||
ports and automatically detects whether Serial1 is available.
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here.
|
|
||||||
|
|
||||||
Note for Falcon users: You also have an MFP port, it's just not
|
|
||||||
wired to the outside... But you could use the port under Linux.
|
|
||||||
|
|
||||||
config ATARI_MIDI
|
|
||||||
tristate "Atari MIDI serial support"
|
|
||||||
depends on ATARI
|
|
||||||
help
|
|
||||||
If you want to use your Atari's MIDI port in Linux, say Y.
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here.
|
|
||||||
|
|
||||||
config ATARI_DSP56K
|
config ATARI_DSP56K
|
||||||
tristate "Atari DSP56k support (EXPERIMENTAL)"
|
tristate "Atari DSP56k support (EXPERIMENTAL)"
|
||||||
depends on ATARI && EXPERIMENTAL
|
depends on ATARI && EXPERIMENTAL
|
||||||
@@ -99,15 +78,6 @@ config AMIGA_BUILTIN_SERIAL
|
|||||||
|
|
||||||
To compile this driver as a module, choose M here.
|
To compile this driver as a module, choose M here.
|
||||||
|
|
||||||
config MULTIFACE_III_TTY
|
|
||||||
tristate "Multiface Card III serial support"
|
|
||||||
depends on AMIGA
|
|
||||||
help
|
|
||||||
If you want to use a Multiface III card's serial port in Linux,
|
|
||||||
answer Y.
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here.
|
|
||||||
|
|
||||||
config HPDCA
|
config HPDCA
|
||||||
tristate "HP DCA serial support"
|
tristate "HP DCA serial support"
|
||||||
depends on DIO && SERIAL_8250
|
depends on DIO && SERIAL_8250
|
||||||
@@ -122,13 +92,9 @@ config HPAPCI
|
|||||||
If you want to use the internal "APCI" serial ports on an HP400
|
If you want to use the internal "APCI" serial ports on an HP400
|
||||||
machine, say Y here.
|
machine, say Y here.
|
||||||
|
|
||||||
config DN_SERIAL
|
|
||||||
bool "Support for DN serial port (dummy)"
|
|
||||||
depends on APOLLO
|
|
||||||
|
|
||||||
config SERIAL_CONSOLE
|
config SERIAL_CONSOLE
|
||||||
bool "Support for serial port console"
|
bool "Support for serial port console"
|
||||||
depends on (AMIGA || ATARI || SUN3 || SUN3X || VME || APOLLO) && (ATARI_MFPSER=y || ATARI_MIDI=y || AMIGA_BUILTIN_SERIAL=y || MULTIFACE_III_TTY=y || SERIAL=y || DN_SERIAL)
|
depends on AMIGA_BUILTIN_SERIAL=y
|
||||||
---help---
|
---help---
|
||||||
If you say Y here, it will be possible to use a serial port as the
|
If you say Y here, it will be possible to use a serial port as the
|
||||||
system console (the system console is the device which receives all
|
system console (the system console is the device which receives all
|
||||||
@@ -140,10 +106,10 @@ config SERIAL_CONSOLE
|
|||||||
(/dev/tty0) will still be used as the system console by default, but
|
(/dev/tty0) will still be used as the system console by default, but
|
||||||
you can alter that using a kernel command line option such as
|
you can alter that using a kernel command line option such as
|
||||||
"console=ttyS1". (Try "man bootparam" or see the documentation of
|
"console=ttyS1". (Try "man bootparam" or see the documentation of
|
||||||
your boot loader (lilo or loadlin) about how to pass options to the
|
your boot loader about how to pass options to the kernel at boot
|
||||||
kernel at boot time.)
|
time.)
|
||||||
|
|
||||||
If you don't have a VGA card installed and you say Y here, the
|
If you don't have a graphical console and you say Y here, the
|
||||||
kernel will automatically use the first serial line, /dev/ttyS0, as
|
kernel will automatically use the first serial line, /dev/ttyS0, as
|
||||||
system console.
|
system console.
|
||||||
|
|
||||||
|
@@ -255,7 +255,6 @@ CONFIG_HID=m
|
|||||||
CONFIG_HIDRAW=y
|
CONFIG_HIDRAW=y
|
||||||
# CONFIG_USB_SUPPORT is not set
|
# CONFIG_USB_SUPPORT is not set
|
||||||
CONFIG_AMIGA_BUILTIN_SERIAL=y
|
CONFIG_AMIGA_BUILTIN_SERIAL=y
|
||||||
CONFIG_MULTIFACE_III_TTY=m
|
|
||||||
CONFIG_SERIAL_CONSOLE=y
|
CONFIG_SERIAL_CONSOLE=y
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_EXT3_FS=y
|
CONFIG_EXT3_FS=y
|
||||||
|
@@ -223,8 +223,6 @@ CONFIG_LOGO=y
|
|||||||
CONFIG_HID=m
|
CONFIG_HID=m
|
||||||
CONFIG_HIDRAW=y
|
CONFIG_HIDRAW=y
|
||||||
# CONFIG_USB_SUPPORT is not set
|
# CONFIG_USB_SUPPORT is not set
|
||||||
CONFIG_DN_SERIAL=y
|
|
||||||
CONFIG_SERIAL_CONSOLE=y
|
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_EXT3_FS=y
|
CONFIG_EXT3_FS=y
|
||||||
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
|
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
|
||||||
|
@@ -235,10 +235,7 @@ CONFIG_DMASOUND_ATARI=m
|
|||||||
CONFIG_HID=m
|
CONFIG_HID=m
|
||||||
CONFIG_HIDRAW=y
|
CONFIG_HIDRAW=y
|
||||||
# CONFIG_USB_SUPPORT is not set
|
# CONFIG_USB_SUPPORT is not set
|
||||||
CONFIG_ATARI_MFPSER=y
|
|
||||||
CONFIG_ATARI_MIDI=y
|
|
||||||
CONFIG_ATARI_DSP56K=m
|
CONFIG_ATARI_DSP56K=m
|
||||||
CONFIG_SERIAL_CONSOLE=y
|
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_EXT3_FS=y
|
CONFIG_EXT3_FS=y
|
||||||
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
|
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
|
||||||
|
@@ -318,12 +318,8 @@ CONFIG_DMASOUND_Q40=m
|
|||||||
CONFIG_HID=m
|
CONFIG_HID=m
|
||||||
CONFIG_HIDRAW=y
|
CONFIG_HIDRAW=y
|
||||||
# CONFIG_USB_SUPPORT is not set
|
# CONFIG_USB_SUPPORT is not set
|
||||||
CONFIG_ATARI_MFPSER=y
|
|
||||||
CONFIG_ATARI_MIDI=y
|
|
||||||
CONFIG_ATARI_DSP56K=m
|
CONFIG_ATARI_DSP56K=m
|
||||||
CONFIG_AMIGA_BUILTIN_SERIAL=y
|
CONFIG_AMIGA_BUILTIN_SERIAL=y
|
||||||
CONFIG_MULTIFACE_III_TTY=m
|
|
||||||
CONFIG_DN_SERIAL=y
|
|
||||||
CONFIG_SERIAL_CONSOLE=y
|
CONFIG_SERIAL_CONSOLE=y
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_EXT3_FS=y
|
CONFIG_EXT3_FS=y
|
||||||
|
@@ -218,7 +218,6 @@ CONFIG_GEN_RTC_X=y
|
|||||||
CONFIG_HID=m
|
CONFIG_HID=m
|
||||||
CONFIG_HIDRAW=y
|
CONFIG_HIDRAW=y
|
||||||
# CONFIG_USB_SUPPORT is not set
|
# CONFIG_USB_SUPPORT is not set
|
||||||
CONFIG_SERIAL_CONSOLE=y
|
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_EXT3_FS=y
|
CONFIG_EXT3_FS=y
|
||||||
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
|
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
|
||||||
|
Reference in New Issue
Block a user