diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-25 16:31:48 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:54 -0400 |
commit | 980a3da6acdd577ee3ae192e868dc52fe4b7f2e5 (patch) | |
tree | 420ca3c79bdca00967afe3683ff8acf11196174c /drivers/hid/Kconfig | |
parent | 949f8fef77186c7361d22e1ea6f42c76ceda42b0 (diff) |
HID: move samsung quirks
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
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 4dcb92ac887a..52b617bf2b93 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -175,6 +175,13 @@ config HID_PETALYNX | |||
175 | ---help--- | 175 | ---help--- |
176 | Support for Petalynx Maxter remote. | 176 | Support for Petalynx Maxter remote. |
177 | 177 | ||
178 | config HID_SAMSUNG | ||
179 | tristate "Samsung" | ||
180 | default m | ||
181 | depends on USB_HID | ||
182 | ---help--- | ||
183 | Support for Samsung IR remote. | ||
184 | |||
178 | config HID_SUNPLUS | 185 | config HID_SUNPLUS |
179 | tristate "Sunplus" | 186 | tristate "Sunplus" |
180 | default m | 187 | default m |