@@ -129,7 +129,7 @@ config HID_APPLE
129129 tristate "Apple {i,Power,Mac}Books"
130130 depends on LEDS_CLASS
131131 depends on NEW_LEDS
132- default !EXPERT
132+ default !EXPERT || SPI_HID_APPLE
133133 help
134134 Support for some Apple devices which less or more break
135135 HID specification.
@@ -669,11 +669,13 @@ config LOGIWHEELS_FF
669669
670670config HID_MAGICMOUSE
671671 tristate "Apple Magic Mouse/Trackpad multi-touch support"
672+ default SPI_HID_APPLE
672673 help
673674 Support for the Apple Magic Mouse/Trackpad multi-touch.
674675
675676 Say Y here if you want support for the multi-touch features of the
676- Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
677+ Apple Wireless "Magic" Mouse, the Apple Wireless "Magic" Trackpad and
678+ force touch Trackpads in Macbooks starting from 2015.
677679
678680config HID_MALTRON
679681 tristate "Maltron L90 keyboard"
@@ -1046,7 +1048,7 @@ config HID_SONY
10461048 * Guitar Hero PS3 and PC guitar dongles
10471049
10481050config SONY_FF
1049- bool "Sony PS2/3/4 accessories force feedback support"
1051+ bool "Sony PS2/3/4 accessories force feedback support"
10501052 depends on HID_SONY
10511053 select INPUT_FF_MEMLESS
10521054 help
@@ -1345,4 +1347,8 @@ source "drivers/hid/amd-sfh-hid/Kconfig"
13451347
13461348source "drivers/hid/surface-hid/Kconfig"
13471349
1350+ source "drivers/hid/spi-hid/Kconfig"
1351+
1352+ source "drivers/hid/dockchannel-hid/Kconfig"
1353+
13481354endif # HID_SUPPORT
0 commit comments