diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 066e8c08c268..41283fff5145 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -70,6 +70,20 @@ source "drivers/hid/usbhid/Kconfig" | |||
70 | menu "Special HID drivers" | 70 | menu "Special HID drivers" |
71 | depends on HID | 71 | depends on HID |
72 | 72 | ||
73 | config HID_APPLE | ||
74 | tristate "Apple" | ||
75 | default m | ||
76 | depends on (USB_HID || BT_HIDP) | ||
77 | ---help--- | ||
78 | Support for some Apple devices which less or more break | ||
79 | HID specification. | ||
80 | |||
81 | Say Y here if you want support for the special keys (Fn, Numlock) on | ||
82 | Apple iBooks, PowerBooks, MacBooks, MacBook Pros and aluminum USB | ||
83 | keyboards. | ||
84 | |||
85 | If unsure, say M. | ||
86 | |||
73 | config HID_LOGITECH | 87 | config HID_LOGITECH |
74 | tristate "Logitech" | 88 | tristate "Logitech" |
75 | default m | 89 | default m |