forked from nikkuss/x1e-nixos
20 lines
566 B
Plaintext
20 lines
566 B
Plaintext
#
|
|
# Copyright (c) 2020 Microsoft Corporation
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License version 2 as published by
|
|
# the Free Software Foundation.
|
|
#
|
|
|
|
config SPI_HID
|
|
tristate "HID over SPI transport layer"
|
|
default n
|
|
help
|
|
Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
|
|
other HID based devices which is connected to your computer via SPI.
|
|
|
|
If unsure, say N.
|
|
|
|
This support is also available as a module. If so, the module
|
|
will be called spi-hid.
|