diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-25 17:47:04 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:55 -0400 |
commit | bd28ce008bdc68ef5902f68d2d62cbb7fa78c415 (patch) | |
tree | 188317a52208632b330c3e4b0e1cc4576dcb9178 /drivers/hid/Kconfig | |
parent | 2b88b803018dbc2e9c68cbcd1739186e0715911a (diff) |
HID: move sony 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 52b617bf2b93..7ced6476026a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -182,6 +182,13 @@ config HID_SAMSUNG | |||
182 | ---help--- | 182 | ---help--- |
183 | Support for Samsung IR remote. | 183 | Support for Samsung IR remote. |
184 | 184 | ||
185 | config HID_SONY | ||
186 | tristate "Sony" | ||
187 | default m | ||
188 | depends on USB_HID | ||
189 | ---help--- | ||
190 | Support for Sony PS3 controller. | ||
191 | |||
185 | config HID_SUNPLUS | 192 | config HID_SUNPLUS |
186 | tristate "Sunplus" | 193 | tristate "Sunplus" |
187 | default m | 194 | default m |