# drivers/Kconfig

menu "Ubuntu misc added drivers"

source "ubuntu/misc/speakup/Kconfig"

config NDISWRAPPER
	tristate "NDIS Wrapper (EXPERIMENTAL)"
	depends on NETDEVICES && PCI && EXPERIMENTAL && X86
	---help---
	  NDIS wrapper for loading Microsoft Windows drivers.

config NDISWRAPPER_WQ
	bool "NDIS Wrapper uses own workqueue functions"
	depends on NDISWRAPPER
	default y
	---help---
	  This is mainly for easier compaibility. If ndis wrapper fails to
	  compile because of changes in the kernel workqueue API, enable
	  this option.

config BLK_DEV_CLOOP
	tristate "Compressed Loop Support"
	depends on BLK_DEV_LOOP
	---help---
	  Add support for filesystem-independent, transparently decompressed,
	  read-only block devices.

	  If unsure, say N.

	  WARNING: This code cannot be compiled in the kernel. It MUST be
	  enabled as module otherwise the kernel will fail to compile on
	  some systems.

config BLK_DEV_DM_BBR
	tristate "Bad Block Relocation Device Target (EXPERIMENTAL)"
	depends on BLK_DEV_DM && EXPERIMENTAL
	---help---
	  Support for devices with software-based bad-block-relocation.

	  To compile this as a module, choose M here: the module will be
	  called dm-bbr.

	  If unsure, say N.

config MOL
	tristate "Mac-On-Linux kernel module"
	depends PPC_PMAC && PPC32
	help
	  If you plan on running the Mac-On-Linux emulator, you will need
	  this module.

config SND_BTSCO
	tristate "Bluetooth sound devices"
	depends SND && BT && SND_HWDEP
	help
	  This driver supports bluetooth sound devices.

	  http://sourceforge.net/project/showfiles.php?group_id=116589

config INPUT_ACERHK
        depends on X86_32 && INPUT
        tristate "Acer Travelmate support for special keys"
        help
          This is an experimental acer keyboard driver for acer laptops.

config AVERATEC_5100P
        tristate "Device driver for Averatec 5100P SW Switch"
        depends on X86
        default n
        ---help---
        Enables device driver support for Averatec 5100P SW Switch

config PACKARDBELL_E5
        tristate "Device driver for Packard Bell Easynote SW Switch"
        depends on X86
        default n
        ---help---
        Enabless device drvier support for Packard Bell Easynote SW Switch.

config SONICS_SILICON_BACKPLANE
        tristate
        depends on PCI

config NOZOMI
	tristate "HSDPA Broadband Wireless Data Card - Globe Trotter"
	depends on PCI
	help
	  If you have a HSDPA driver Broadband Wireless Data Card -
	  Globe Trotter PCMCIA card, say Y here.

	  To compile this driver as a module, choose M here, the module
	  will be called nozomi.

config EEPROM_93CX6
	tristate "EEPROM 93CX6 support"
	---help---
	This is a driver for the EEPROM chipsets 93c46 and 93c66.
	The driver supports both read as well as write commands.

	When compiled as a module, this driver will be called "eeprom_93c6.ko".

config CRC_ITU_T
	tristate "Enable ctc-itu-t support"

config LMPCM_USB
	tristate "USB Logitech MediaPlay Cordless Mouse driver"
	default m
	depends on USB

config VBOXDRV
	tristate "VirtualBox VMMon module"
	depends on X86
	default m

endmenu
