summaryrefslogtreecommitdiff
path: root/drivers/hid/dockchannel-hid/Kconfig
blob: 8a81d551a83d51020293f2f6929ff3c27f26a94e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-only OR MIT
menu "DockChannel HID support"
	depends on APPLE_DOCKCHANNEL

config HID_DOCKCHANNEL
	tristate "HID over DockChannel transport layer for Apple Silicon SoCs"
	default ARCH_APPLE
	depends on APPLE_DOCKCHANNEL && INPUT && OF && HID
	help
	  Say Y here if you use an M2 or later Apple Silicon based laptop.
	  The keyboard and touchpad are HID based devices connected via the
	  proprietary DockChannel interface.

endmenu