samsung-laptop driver can be compiled if ACPI_VIDEO is either compiled or exluded. Trying to built-in the samsung-laptop driver when ACPI_VIDEO is compiled as module results in linking error. This patch resolves this problem by setting proper dependencies in Kconfig. Signed-off-by: Tomasz Moń <desowin@xxxxxxxxx> --- drivers/platform/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 2a262f5..5add45e 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -717,6 +717,7 @@ config XO15_EBOOK config SAMSUNG_LAPTOP tristate "Samsung Laptop driver" depends on X86 + depends on ACPI_VIDEO || ACPI_VIDEO = n depends on RFKILL || RFKILL = n depends on BACKLIGHT_CLASS_DEVICE select LEDS_CLASS -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html