Makefiles and kconfigs for the lenovo-sl-laptop driver. Signed-off-by: Alexandre Rostovtsev <tetromino@xxxxxxxxx> diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index ce6badd..a34f9c8 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -95,5 +95,7 @@ source "drivers/staging/epl/Kconfig" source "drivers/staging/android/Kconfig" +source "drivers/staging/lenovo-sl-laptop/Kconfig" + endif # !STAGING_EXCLUDE_BUILD endif # STAGING diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 9ddcc2b..14ce47f 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -30,3 +30,4 @@ obj-$(CONFIG_INPUT_MIMIO) += mimio/ obj-$(CONFIG_TRANZPORT) += frontier/ obj-$(CONFIG_EPL) += epl/ obj-$(CONFIG_ANDROID) += android/ +obj-$(CONFIG_LENOVO_SL_LAPTOP) += lenovo-sl-laptop/ diff --git a/drivers/staging/lenovo-sl-laptop/Kconfig b/drivers/staging/lenovo-sl-laptop/Kconfig new file mode 100644 index 0000000..88bdeb6 --- /dev/null +++ b/drivers/staging/lenovo-sl-laptop/Kconfig @@ -0,0 +1,16 @@ +config LENOVO_SL_LAPTOP + tristate "Lenovo SL Series Laptop Extras" + depends on X86 + depends on ACPI + depends on INPUT + depends on BACKLIGHT_CLASS_DEVICE + depends on RFKILL + depends on NEW_LEDS + ---help--- + This is a driver for the Lenovo ThinkPad SL series laptops + (SL300/400/500), which are not supported by the thinkpad_acpi + driver. The driver adds support for hotkeys, bluetooth control, + the Lenovo Care LED, and (as an experimental feature) for screen + backlight brightness control. For more information, see + <file:Documentation/laptops/lenovo-sl-laptop.txt> + diff --git a/drivers/staging/lenovo-sl-laptop/Makefile b/drivers/staging/lenovo-sl-laptop/Makefile new file mode 100644 index 0000000..f91b5ab --- /dev/null +++ b/drivers/staging/lenovo-sl-laptop/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_LENOVO_SL_LAPTOP) := lenovo-sl-laptop.o -- To unsubscribe from this list: send the line "unsubscribe linux-laptop" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html