[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1341003582-4481-1-git-send-email-desowin@gmail.com>
Date: Fri, 29 Jun 2012 22:59:42 +0200
From: Tomasz Moń <desowin@...il.com>
To: Matthew Garrett <mjg@...hat.com>,
platform-driver-x86@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Tomasz Moń <desowin@...il.com>
Subject: [PATCH 1/1] x86/platform: samsung-laptop: Update Kconfig dependencies.
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@...il.com>
---
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 linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists