staging: rtl8188eu: rename HalSetBrateCfg() - style
[linux/fpc-iii.git] / drivers / iio / common / ssp_sensors / Kconfig
blob0ea4faf016d88e6d440fe0c48f607f3e2f09da41
2 # SSP sensor drivers and commons configuration
4 menu "SSP Sensor Common"
6 config IIO_SSP_SENSORS_COMMONS
7         tristate "Commons for all SSP Sensor IIO drivers"
8         depends on IIO_SSP_SENSORHUB
9         select IIO_BUFFER
10         select IIO_KFIFO_BUF
11         help
12           Say yes here to build commons for SSP sensors.
13           To compile this as a module, choose M here: the module
14           will be called ssp_iio.
16 config IIO_SSP_SENSORHUB
17         tristate "Samsung Sensorhub driver"
18         depends on SPI
19         select MFD_CORE
20         help
21           SSP driver for sensorhub.
22           If you say yes here you get ssp support for sensorhub.
23           To compile this driver as a module, choose M here: the
24           module will be called sensorhub.
26 endmenu