diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-01-04 12:04:59 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-01-04 12:04:59 +0100 |
commit | 92688c0c3c1c9e2daf705d307e8fda1b5a180d26 (patch) | |
tree | 8e39f8f72d9e03ade757331c869dece31c11436e /drivers | |
parent | d3fb5454a8474d5d22c8f8fe4d043b05732d91d5 (diff) | |
download | linux-92688c0c3c1c9e2daf705d307e8fda1b5a180d26.tar.bz2 |
HID: make Stantum driver standalone config option
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>
Diffstat (limited to 'drivers')
-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 84272c690310..5f73774164d8 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -248,7 +248,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. |