mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 12:48:25 +07:00
81ca486fe5
This is a very simple driver giving basic access to this part over an spi bus. Signed-off-by: Jonathan Cameron <jic23@kernel.org>
25 lines
553 B
Plaintext
25 lines
553 B
Plaintext
#
|
|
# Accelerometer drivers
|
|
#
|
|
menu "Accelerometers"
|
|
|
|
config HID_SENSOR_ACCEL_3D
|
|
depends on HID_SENSOR_HUB
|
|
select IIO_BUFFER
|
|
select IIO_TRIGGERED_BUFFER
|
|
select HID_SENSOR_IIO_COMMON
|
|
select HID_SENSOR_IIO_TRIGGER
|
|
tristate "HID Accelerometers 3D"
|
|
help
|
|
Say yes here to build support for the HID SENSOR
|
|
accelerometers 3D.
|
|
|
|
config KXSD9
|
|
tristate "Kionix KXSD9 Accelerometer Driver"
|
|
depends on SPI
|
|
help
|
|
Say yes here to build support for the Kionix KXSD9 accelerometer.
|
|
Currently this only supports the device via an SPI interface.
|
|
|
|
endmenu
|