diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-10-24 21:29:41 +0200 |
---|---|---|
committer | Joachim Eastwood <manabian@gmail.com> | 2015-12-14 22:48:46 +0100 |
commit | de0afc59c35a091f72a81026c180937bddad2cd3 (patch) | |
tree | 54f9be34e109ba00482e839b04fa7aea77594c4e /arch/arm/configs/lpc18xx_defconfig | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) |
ARM: configs: lpc18xx: enable mma7455 IIO driver
MMA7455 is 3-axis accelerometer that can be found on
Embedded Artists' LPC4357 Developer's Kit.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Diffstat (limited to 'arch/arm/configs/lpc18xx_defconfig')
-rw-r--r-- | arch/arm/configs/lpc18xx_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/lpc18xx_defconfig b/arch/arm/configs/lpc18xx_defconfig index 03c155f5b811..c0f81317a467 100644 --- a/arch/arm/configs/lpc18xx_defconfig +++ b/arch/arm/configs/lpc18xx_defconfig @@ -147,6 +147,9 @@ CONFIG_MEMORY=y CONFIG_ARM_PL172_MPMC=y CONFIG_PWM=y CONFIG_PWM_LPC18XX_SCT=y +CONFIG_IIO=y +CONFIG_MMA7455_I2C=y +CONFIG_IIO_SYSFS_TRIGGER=y CONFIG_PHY_LPC18XX_USB_OTG=y CONFIG_EXT2_FS=y # CONFIG_FILE_LOCKING is not set |