# drivers/Kconfig

menu "Ubuntu ACPI added drivers"
	depends on ACPI

config ACPI_PCC
        tristate "Panasonic Laptop Extras"
        depends on X86
        default y
        ---help---
          This driver adds support for access to certain system settings
          on Panasonic Let's Note laptops.

          On these machines, all hotkeys are handled through the ACPI.
          This driver is required for access to controls not covered
          by the general ACPI drivers, such as LCD brightness, video output,
          etc.

          In order to use this driver, you must configure acpid to handle
          hotkey events; scripts to handle these events and information about
          this driver will be available at <http://www.da-cha.org/letsnote/>

          If you have a Panasonic Let's Note laptop (such as the CF-T2, Y2,
          R1N, R2, W2, R3), say Y.

config ACPI_DEV
        tristate "Device node for ACPI method execution"
	depends on ACPI
        default m
        help
          This driver provides a device node that allows userspace applications
          to execute ACPI methods

config ACPI_SONY
        tristate "Sony Laptop Extras"
        depends on X86
        default m
          ---help---
          This mini-driver drives the ACPI SNC device present in the
          ACPI BIOS of the Sony Vaio laptops.

          It gives access to some extra laptop functionalities. In
          its current form, the only thing this driver does is letting
          the user set or query the screen brightness.

          Read <file:Documentation/sony_acpi.txt> for more information.

config ACPI_TC1100
        tristate "ACPI Windows Management Interface for HP TC1100 Tablet"
	depends on X86
        default n
        help
          This driver adds support for ACPI WMI

endmenu
