##-----------------------------------------------------------------------------
## acpid.txt - fli4l configuration parameters                         2.1.10
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     10.10.2004  chb
## Last Update:  $Id: acpid.txt,v 0.06 2004/10/10 20:02:15 christian
##
## Copyright (c) 2003 Christian Brggemann <christian.brueggemann@web.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# General settings:
#------------------------------------------------------------------------------
OPT_ACPID='no'		        # Please read the docu carefully!!!
				# Make sure, that you rename the files!

ACPI_BUTTON='yes'

#------------------------------------------------------------------------------
# ACPI Drivers:
#
#  Driver       Description
#
#  (button)	would load autom. if you select ACPI_BUTTON='yes'      
#  processor     
#  fan	
#  thermal	
#
#------------------------------------------------------------------------------
ACPI_DRV_N='0'                   # number of acpi drivers to load, usually 1
ACPI_DRV_1='processor'           # 1st driver: name
ACPI_DRV_2='thermal'             # 2nd driver: name
ACPI_DRV_3='fan'	         # 3rd driver: name

