Browse Source

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>
Jiri Kosina 15 năm trước cách đây
mục cha
commit
92688c0c3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/hid/Kconfig

+ 1 - 1
drivers/hid/Kconfig

@@ -248,7 +248,7 @@ config HID_SONY
 	Support for Sony PS3 controller.
 	Support for Sony PS3 controller.
 
 
 config HID_STANTUM
 config HID_STANTUM
-	tristate "Stantum" if EMBEDDED
+	tristate "Stantum"
 	depends on USB_HID
 	depends on USB_HID
 	---help---
 	---help---
 	Support for Stantum multitouch panel.
 	Support for Stantum multitouch panel.