m68k: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
7a79a80f50
commit
95e82747d6
2 changed files with 1 additions and 70 deletions
|
@ -77,32 +77,6 @@ config MULTIFACE_III_TTY
|
|||
|
||||
To compile this driver as a module, choose M here.
|
||||
|
||||
config GVPIOEXT
|
||||
tristate "GVP IO-Extender support"
|
||||
depends on PARPORT=n && ZORRO
|
||||
help
|
||||
If you want to use a GVP IO-Extender serial card in Linux, say Y.
|
||||
Otherwise, say N.
|
||||
|
||||
config GVPIOEXT_LP
|
||||
tristate "GVP IO-Extender parallel printer support"
|
||||
depends on GVPIOEXT
|
||||
help
|
||||
Say Y to enable driving a printer from the parallel port on your
|
||||
GVP IO-Extender card, N otherwise.
|
||||
|
||||
config GVPIOEXT_PLIP
|
||||
tristate "GVP IO-Extender PLIP support"
|
||||
depends on GVPIOEXT
|
||||
help
|
||||
Say Y to enable doing IP over the parallel port on your GVP
|
||||
IO-Extender card, N otherwise.
|
||||
|
||||
config MAC_HID
|
||||
bool
|
||||
depends on INPUT_ADBHID
|
||||
default y
|
||||
|
||||
config HPDCA
|
||||
tristate "HP DCA serial support"
|
||||
depends on DIO && SERIAL_8250
|
||||
|
@ -145,7 +119,7 @@ config DN_SERIAL
|
|||
|
||||
config SERIAL_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 || GVPIOEXT=y || MULTIFACE_III_TTY=y || SERIAL=y || MVME147_SCC || SERIAL167 || MVME162_SCC || BVME6000_SCC || DN_SERIAL)
|
||||
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)
|
||||
---help---
|
||||
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
|
||||
|
|
|
@ -303,9 +303,6 @@ config COBRA5282
|
|||
help
|
||||
Support for the senTec COBRA5282 board.
|
||||
|
||||
config EMAC_INC
|
||||
bool
|
||||
|
||||
config SOM5282EM
|
||||
bool "EMAC.Inc SOM5282EM board support"
|
||||
depends on M528x
|
||||
|
@ -371,27 +368,21 @@ config FIREBEE
|
|||
help
|
||||
Support for the FireBee ColdFire 5475 based board.
|
||||
|
||||
config HW_FEITH
|
||||
bool
|
||||
|
||||
config CLEOPATRA
|
||||
bool "Feith CLEOPATRA board support"
|
||||
depends on (M5307 || M5407)
|
||||
select HW_FEITH
|
||||
help
|
||||
Support for the Feith Cleopatra boards.
|
||||
|
||||
config CANCam
|
||||
bool "Feith CANCam board support"
|
||||
depends on M5272
|
||||
select HW_FEITH
|
||||
help
|
||||
Support for the Feith CANCam board.
|
||||
|
||||
config SCALES
|
||||
bool "Feith SCALES board support"
|
||||
depends on M5272
|
||||
select HW_FEITH
|
||||
help
|
||||
Support for the Feith SCALES board.
|
||||
|
||||
|
@ -438,13 +429,6 @@ if !MMU || COLDFIRE
|
|||
|
||||
comment "Machine Options"
|
||||
|
||||
config ROMFS_FROM_ROM
|
||||
bool "ROMFS image not RAM resident"
|
||||
depends on (NETtel || SNAPGEAR)
|
||||
help
|
||||
The ROMfs filesystem will stay resident in the FLASH/ROM, not be
|
||||
moved into RAM.
|
||||
|
||||
config UBOOT
|
||||
bool "Support for U-Boot command line parameters"
|
||||
help
|
||||
|
@ -524,33 +508,6 @@ config KERNELBASE
|
|||
a system with the RAM based at address 0, and leaving enough room
|
||||
for the theoretical maximum number of 256 vectors.
|
||||
|
||||
choice
|
||||
prompt "RAM bus width"
|
||||
default RAMAUTOBIT
|
||||
|
||||
config RAMAUTOBIT
|
||||
bool "AUTO"
|
||||
help
|
||||
Select the physical RAM data bus size. Not needed on most platforms,
|
||||
so you can generally choose AUTO.
|
||||
|
||||
config RAM8BIT
|
||||
bool "8bit"
|
||||
help
|
||||
Configure RAM bus to be 8 bits wide.
|
||||
|
||||
config RAM16BIT
|
||||
bool "16bit"
|
||||
help
|
||||
Configure RAM bus to be 16 bits wide.
|
||||
|
||||
config RAM32BIT
|
||||
bool "32bit"
|
||||
help
|
||||
Configure RAM bus to be 32 bits wide.
|
||||
|
||||
endchoice
|
||||
|
||||
comment "ROM configuration"
|
||||
|
||||
config ROM
|
||||
|
|
Loading…
Reference in a new issue