mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
8005c49d9a
commit
de0afc59c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue