diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-02-10 08:59:03 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-10 08:59:03 -0500 |
commit | 9f5231472340ebcaf2dec75428b67d5d0d872857 (patch) | |
tree | 671d7942b6a1615a31d9637d49ecba945488a8b3 /drivers/hid/Kconfig | |
parent | 128537cea464d919febeaea2000e256749f317eb (diff) |
HID: fix up Kconfig entry for MagicMouse
Make Apple MagicMouse Kconfig entry consistent with other dirvers.
Also expand the tristate text a little bit more, so that it doesn't
clash with already existing HID_APPLE.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index ba14ec898258..0e668ccc2511 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -184,11 +184,10 @@ config LOGIRUMBLEPAD2_FF | |||
184 | Rumblepad 2 devices. | 184 | Rumblepad 2 devices. |
185 | 185 | ||
186 | config HID_MAGICMOUSE | 186 | config HID_MAGICMOUSE |
187 | tristate "Apple" if EMBEDDED | 187 | tristate "Apple MagicMouse multi-touch support" |
188 | depends on BT_HIDP | 188 | depends on BT_HIDP |
189 | default !EMBEDDED | ||
190 | ---help--- | 189 | ---help--- |
191 | Support for the Apple Magic Mouse. | 190 | Support for the Apple Magic Mouse multi-touch. |
192 | 191 | ||
193 | Say Y here if you want support for the multi-touch features of the | 192 | Say Y here if you want support for the multi-touch features of the |
194 | Apple Wireless "Magic" Mouse. | 193 | Apple Wireless "Magic" Mouse. |