aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/magnetometer/Kconfig')
-rw-r--r--drivers/iio/magnetometer/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/iio/magnetometer/Kconfig b/drivers/iio/magnetometer/Kconfig
index c332b0ae4a3b..4fa923f37b97 100644
--- a/drivers/iio/magnetometer/Kconfig
+++ b/drivers/iio/magnetometer/Kconfig
@@ -1,6 +1,8 @@
1# 1#
2# Magnetometer sensors 2# Magnetometer sensors
3# 3#
4# When adding new entries keep the list in alphabetical order
5
4menu "Magnetometer sensors" 6menu "Magnetometer sensors"
5 7
6config AK8975 8config AK8975
@@ -36,8 +38,8 @@ config IIO_ST_MAGN_3AXIS
36 Say yes here to build support for STMicroelectronics magnetometers: 38 Say yes here to build support for STMicroelectronics magnetometers:
37 LSM303DLHC, LSM303DLM, LIS3MDL. 39 LSM303DLHC, LSM303DLM, LIS3MDL.
38 40
39 This driver can also be built as a module. If so, will be created 41 This driver can also be built as a module. If so, these modules
40 these modules: 42 will be created:
41 - st_magn (core functions for the driver [it is mandatory]); 43 - st_magn (core functions for the driver [it is mandatory]);
42 - st_magn_i2c (necessary for the I2C devices [optional*]); 44 - st_magn_i2c (necessary for the I2C devices [optional*]);
43 - st_magn_spi (necessary for the SPI devices [optional*]); 45 - st_magn_spi (necessary for the SPI devices [optional*]);