diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-03-11 18:41:19 +0100 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-03-28 12:28:12 +0200 |
commit | 2d70b73ae5b85c9d13f5dfbb8fc4fd5edae633dc (patch) | |
tree | 63823f6eed7ca8bfa487149e71c077a724d736d9 /drivers/platform/x86/Makefile | |
parent | acer-wmi: Fix WMI ID (diff) | |
download | linux-2d70b73ae5b85c9d13f5dfbb8fc4fd5edae633dc.tar.xz linux-2d70b73ae5b85c9d13f5dfbb8fc4fd5edae633dc.zip |
Platform: add Samsung Laptop platform driver
This adds the samsung-laptop driver to the kernel. It now supports
all known Samsung laptops that use the SABI interface.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r-- | drivers/platform/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile index 0f7b23c0714b..029e8861d086 100644 --- a/drivers/platform/x86/Makefile +++ b/drivers/platform/x86/Makefile @@ -40,4 +40,5 @@ obj-$(CONFIG_GPIO_INTEL_PMIC) += intel_pmic_gpio.o obj-$(CONFIG_XO1_RFKILL) += xo1-rfkill.o obj-$(CONFIG_XO15_EBOOK) += xo15-ebook.o obj-$(CONFIG_IBM_RTL) += ibm_rtl.o +obj-$(CONFIG_SAMSUNG_LAPTOP) += samsung-laptop.o obj-$(CONFIG_INTEL_MFLD_THERMAL) += intel_mid_thermal.o |