diff mbox

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

Message ID 1269978023-3602-6-git-send-email-apw@canonical.com
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

Andy Whitcroft March 30, 2010, 7:40 p.m. UTC
From: Jiri Kosina <jkosina@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@suse.cz>
(cherry picked from commit 92688c0c3c1c9e2daf705d307e8fda1b5a180d26)

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

Patch

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.