From f36ee074d5d563a832fbfc378207739db3a0a205 Mon Sep 17 00:00:00 2001
From: Jiri Kosina <jkosina@suse.cz>
Date: Mon, 9 Aug 2010 19:56:01 +0200
Subject: [PATCH] HID: uclogic: fix up Kconfig entry

Remove remains of the original dependency of the driver on CONFIG_EMBEDDED.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 drivers/hid/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index d0b43c9fc245..34402bb5f6a0 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -177,7 +177,7 @@ config HID_KYE
 	Support for Kye/Genius Ergo Mouse.
 
 config HID_UCLOGIC
-	tristate "UC-Logic" if EMBEDDED
+	tristate "UC-Logic"
 	depends on USB_HID
 	---help---
 	Support for UC-Logic tablets.
-- 
GitLab