]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/iio/orientation/Kconfig
Merge commit 'v3.14' into next
[karo-tx-linux.git] / drivers / iio / orientation / Kconfig
1 #
2 # Inclinometer sensors
3 #
4 # When adding new entries keep the list in alphabetical order
5
6 menu "Inclinometer sensors"
7
8 config HID_SENSOR_INCLINOMETER_3D
9         depends on HID_SENSOR_HUB
10         select IIO_BUFFER
11         select IIO_TRIGGERED_BUFFER
12         select HID_SENSOR_IIO_COMMON
13         select HID_SENSOR_IIO_TRIGGER
14         tristate "HID Inclinometer 3D"
15         help
16           Say yes here to build support for the HID SENSOR
17           Inclinometer 3D.
18
19 endmenu