diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-04-10 14:31:53 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-04-14 07:21:43 (GMT) |
commit | 7c60a6ed10e7d7146fbae52a7f5d59c05169ce4d (patch) | |
tree | 80fe4a357aca8b59858926af54454be86adfe1e3 /arch/arm/configs/u8500_defconfig | |
parent | f661e7733f8c45692147ea52a16c9c1856cf152b (diff) | |
download | linux-7c60a6ed10e7d7146fbae52a7f5d59c05169ce4d.tar.xz |
ARM: ux500: configure in sensors
This enables the STMicroelectronics MEMS sensors for accelerometer,
gyroscope, magnetometer and pressure that are mounted on the Ux500
models.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/u8500_defconfig')
-rw-r--r-- | arch/arm/configs/u8500_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index dac0a87..726b1fa 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -103,6 +103,11 @@ CONFIG_STE_DMA40=y CONFIG_STAGING=y CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=y CONFIG_HSEM_U8500=y +CONFIG_IIO=y +CONFIG_IIO_ST_ACCEL_3AXIS=y +CONFIG_IIO_ST_GYRO_3AXIS=y +CONFIG_IIO_ST_MAGN_3AXIS=y +CONFIG_IIO_ST_PRESS=y CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y |