Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Karol Wrona | 50dd64d | 2015-01-28 15:05:50 +0100 | [diff] [blame] | 2 | # |
| 3 | # SSP sensor drivers and commons configuration |
| 4 | # |
| 5 | menu "SSP Sensor Common" |
| 6 | |
Karol Wrona | 7e3a8b4 | 2015-01-28 15:05:52 +0100 | [diff] [blame] | 7 | config IIO_SSP_SENSORS_COMMONS |
| 8 | tristate "Commons for all SSP Sensor IIO drivers" |
| 9 | depends on IIO_SSP_SENSORHUB |
| 10 | select IIO_BUFFER |
| 11 | select IIO_KFIFO_BUF |
| 12 | help |
| 13 | Say yes here to build commons for SSP sensors. |
| 14 | To compile this as a module, choose M here: the module |
| 15 | will be called ssp_iio. |
| 16 | |
Karol Wrona | 50dd64d | 2015-01-28 15:05:50 +0100 | [diff] [blame] | 17 | config IIO_SSP_SENSORHUB |
| 18 | tristate "Samsung Sensorhub driver" |
| 19 | depends on SPI |
| 20 | select MFD_CORE |
| 21 | help |
| 22 | SSP driver for sensorhub. |
| 23 | If you say yes here you get ssp support for sensorhub. |
| 24 | To compile this driver as a module, choose M here: the |
| 25 | module will be called sensorhub. |
| 26 | |
| 27 | endmenu |