Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 993819c5 authored by Michal Marek's avatar Michal Marek Committed by Matthew Garrett
Browse files

staging: samsung-laptop has moved to platform/x86



Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 3d536ed4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -133,8 +133,6 @@ source "drivers/staging/wlags49_h2/Kconfig"

source "drivers/staging/wlags49_h25/Kconfig"

source "drivers/staging/samsung-laptop/Kconfig"

source "drivers/staging/sm7xx/Kconfig"

source "drivers/staging/dt3155v4l/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ obj-$(CONFIG_XVMALLOC) += zram/
obj-$(CONFIG_ZCACHE)		+= zcache/
obj-$(CONFIG_WLAGS49_H2)	+= wlags49_h2/
obj-$(CONFIG_WLAGS49_H25)	+= wlags49_h25/
obj-$(CONFIG_SAMSUNG_LAPTOP)	+= samsung-laptop/
obj-$(CONFIG_FB_SM7XX)		+= sm7xx/
obj-$(CONFIG_VIDEO_DT3155)	+= dt3155v4l/
obj-$(CONFIG_CRYSTALHD)		+= crystalhd/
+0 −10
Original line number Diff line number Diff line
config SAMSUNG_LAPTOP
	tristate "Samsung Laptop driver"
	default n
	depends on RFKILL && BACKLIGHT_CLASS_DEVICE && X86
	help
	  This module implements a driver for the N128 Samsung Laptop
	  providing control over the Wireless LED and the LCD backlight

	  To compile this driver as a module, choose
	  M here: the module will be called samsung-laptop.
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_SAMSUNG_LAPTOP)	+= samsung-laptop.o
+0 −5
Original line number Diff line number Diff line
TODO:
	- review from other developers
	- figure out ACPI video issues

Please send patches to Greg Kroah-Hartman <gregkh@suse.de>
Loading