diff options
author | Hartmut Knaack | 2015-07-04 17:56:57 +0200 |
---|---|---|
committer | Jonathan Cameron | 2015-07-19 11:48:13 +0100 |
commit | 53c8eccb710fbe10ad5ad1e056486f953c4cba18 (patch) | |
tree | 11b32f3154bcb99554331e30c7bb8e8e22ce6e6f /drivers/iio | |
parent | 0f16fc8bb38156c842f6976ddbdf4f266e893a1b (diff) |
iio:light:stk3310: Fix REGMAP_I2C dependency
The stk3310 driver makes use of regmap_i2c, so this dependency needs to be
reflected in Kconfig.
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/light/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index e6198b7c9cbf..df995a42d5f3 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -201,6 +201,7 @@ config LTR501 config STK3310 tristate "STK3310 ALS and proximity sensor" depends on I2C + select REGMAP_I2C help Say yes here to get support for the Sensortek STK3310 ambient light and proximity sensor. The STK3311 model is also supported by this |