diff options
author | Rafi Rubin <rafi@seas.upenn.edu> | 2008-11-19 09:54:46 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-01-03 19:00:51 -0500 |
commit | 94011f93f2cd7410401e22390cf7a14fe5495a22 (patch) | |
tree | b0e96a437574d2a5ce9f34d695b8f78bdc2c3916 /drivers/hid/Kconfig | |
parent | 9188e79ec3fd43a0a605274324aecfb731baa88b (diff) |
HID: add n-trig digitizer support
Added quirks for the N-Trig digitizer.
Signed-off-by: Rafi Rubin <rafi@seas.upenn.edu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 65b577eaf823..aadef9abc05d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -187,6 +187,13 @@ config HID_MONTEREY | |||
187 | ---help--- | 187 | ---help--- |
188 | Support for Monterey Genius KB29E. | 188 | Support for Monterey Genius KB29E. |
189 | 189 | ||
190 | config HID_NTRIG | ||
191 | tristate "NTrig" if EMBEDDED | ||
192 | depends on USB_HID | ||
193 | default y | ||
194 | ---help--- | ||
195 | Support for N-Trig touch screen. | ||
196 | |||
190 | config HID_PANTHERLORD | 197 | config HID_PANTHERLORD |
191 | tristate "Pantherlord devices support" if EMBEDDED | 198 | tristate "Pantherlord devices support" if EMBEDDED |
192 | depends on USB_HID | 199 | depends on USB_HID |