[PATCH 05/16] HID: make Stantum driver standalone config option

Andy Whitcroft apw at canonical.com
Tue Mar 30 19:40:12 UTC 2010


From: Jiri Kosina <jkosina at suse.cz>

Analogically to commit "HID: make 3M PCT touchscreen driver
standalone config option", remove the dependency of Stantum
driver on CONFIG_EMBEDDED, as it is a standalone driver rather
than device quirk.

Signed-off-by: Jiri Kosina <jkosina at suse.cz>
(cherry picked from commit 92688c0c3c1c9e2daf705d307e8fda1b5a180d26)

Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
 drivers/hid/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 53c95da..d691fa1 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -255,7 +255,7 @@ config HID_SONY
 	Support for Sony PS3 controller.
 
 config HID_STANTUM
-	tristate "Stantum" if EMBEDDED
+	tristate "Stantum"
 	depends on USB_HID
 	---help---
 	Support for Stantum multitouch panel.
-- 
1.7.0





More information about the kernel-team mailing list