config OMNIBOOK
	tristate "HP (omnibook) laptop support"
	depends on X86 && !64BIT
	default m
	---help---
	  This adds a driver to support some features of laptops manufactured
	  by Compal Electronics, Inc as ODM such as HP OmniBook, Pavilion,
	  Compal ACL00 and Toshiba Satellite (wich have Pheonix BIOS and is
	  not supported by Toshiba driver) and Acer Aspire series laptops.
	  
	  For this driver see the site at: <http://www.sf.net/projects/omke/>.
	  
	  Say Y if you intend to run this kernel on a supported portable.
	  Say N otherwise.
	  
	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  If you want to compile it as a module, say M here and read
	  Documentation/modules.txt.
	  The module is called omnibook.ko because originally it was intended
	  to support HP OmniBooks only.

config OMNIBOOK_APMEMU
	bool "HP omnibook APM emulation"
	depends on OMNIBOOK
	---help---
	Sets the default load parameter for this module to apmemu=1. This is
	mainly for laptops that don't have perfect ACPI support for battery
	level monitoring.

