aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Makefile
diff options
context:
space:
mode:
authorMattia Dongili <malattia@linux.it>2007-02-07 20:01:53 +0100
committerLen Brown <len.brown@intel.com>2007-02-13 03:06:53 -0500
commit91fbc1d311c1b8b71203b96f1a0629da7360eb4c (patch)
treeabfece8382c2758bec65889443396d3a2f7d66c6 /drivers/acpi/Makefile
parent7df03b82ed081777d2393ff8a5fb9d4a3a560f26 (diff)
downloadkernel_samsung_smdk4412-91fbc1d311c1b8b71203b96f1a0629da7360eb4c.tar.gz
kernel_samsung_smdk4412-91fbc1d311c1b8b71203b96f1a0629da7360eb4c.tar.bz2
kernel_samsung_smdk4412-91fbc1d311c1b8b71203b96f1a0629da7360eb4c.zip
sony-laptop: create from sony_acpi
Move drivers/acpi/sony_acpi.c to drivers/misc/sony-laptop.c with all the necessary configuration. The SONY_LAPTOP config option substitutes the old ACPI_SONY and is 'default n' now. Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r--drivers/acpi/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile
index 31b9ad2218a..bce7ca27b42 100644
--- a/drivers/acpi/Makefile
+++ b/drivers/acpi/Makefile
@@ -53,7 +53,6 @@ obj-$(CONFIG_ACPI_THERMAL) += thermal.o
obj-$(CONFIG_ACPI_SYSTEM) += system.o event.o
obj-$(CONFIG_ACPI_DEBUG) += debug.o
obj-$(CONFIG_ACPI_NUMA) += numa.o
-obj-$(CONFIG_ACPI_SONY) += sony_acpi.o
obj-$(CONFIG_ACPI_ASUS) += asus_acpi.o
obj-$(CONFIG_ACPI_IBM) += ibm_acpi.o
obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o