diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-08-09 13:56:01 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-09 13:56:01 -0400 |
commit | f36ee074d5d563a832fbfc378207739db3a0a205 (patch) | |
tree | 8cbdc1c33787fae9d99c738f6f215db2a90781e0 /drivers/hid | |
parent | f8a489cc5f7adafa9f1420279be793de0fba481c (diff) |
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>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
177 | Support for Kye/Genius Ergo Mouse. | 177 | Support for Kye/Genius Ergo Mouse. |
178 | 178 | ||
179 | config HID_UCLOGIC | 179 | config HID_UCLOGIC |
180 | tristate "UC-Logic" if EMBEDDED | 180 | tristate "UC-Logic" |
181 | depends on USB_HID | 181 | depends on USB_HID |
182 | ---help--- | 182 | ---help--- |
183 | Support for UC-Logic tablets. | 183 | Support for UC-Logic tablets. |