mainmenu "Mac-on-Linux Configuration"

config PPC
	bool
	default y
	help
	  Building for PPC hardware.

#menu "Special Build Targets"
#config MPC107
#	bool "MPC107 board (Crescendo)"
#	default n
#	help
#	  Build MOL for the Crescendo accelerator.
#endmenu

config OLDWORLD
	bool "Oldworld Support (for Mac OS 8.5 and earlier)"
	default y
	help
	  No help yet.

config FBDEV
	bool "FBDEV Video Support"
	default y
	help
	  No help yet.

config X11
	bool "X11 Support"
	default y
	help
	  No help yet.

config VNC
	bool "VNC Server Support"
	default y
	help
	  This option makes it possible to run MOL as a VNC server (serving the
	  video output to a remote host). This driver is somewhat buggy...

config XDGA
	depends X11
	bool "X11 DGA support (obsolete)"
	default y
	help
	  No help yet.

config ALSA
	bool "ALSA sound support"
	default y
	help
	  Support for ALSA sound devices.

config OSS
	bool "OSS sound support"
	default y
	help
	  Support for OSS sound devices (/dev/dsp).

config USBDEV
	bool "Generic USB support (USBDEV)"
	default y
	help
	  Support for generic USB devices.

config TTYDRIVER
	bool "Experimental TTY driver"
	default n
	help
	  This experimental TTY driver is currently only used for
	  communication with OpenFirmware through a /dev/pty interface.

config DEBUGGER
	bool "Debugger support"
	default n
	help
	  Enables the Mac-on-Linux debugger.


source "src/netdriver/Kconfig"

